Home
last modified time | relevance | path

Searched refs:TEST_TMP_DIR (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/pear-Image_Transform/Image_Transform-0.9.5/tests/
H A Dtest_common.php142 && (true === $this->imager->save(TEST_TMP_DIR
159 && (true === $this->imager->save(TEST_TMP_DIR
177 && (true === $this->imager->save(TEST_TMP_DIR
194 && (true === $this->imager->save(TEST_TMP_DIR
211 && (true === $this->imager->save(TEST_TMP_DIR
229 && (true === $this->imager->save(TEST_TMP_DIR
246 && (true === $this->imager->save(TEST_TMP_DIR
264 && (true === $this->imager->save(TEST_TMP_DIR
282 && (true === $this->imager->save(TEST_TMP_DIR
301 && (true === $this->imager->save(TEST_TMP_DIR
[all …]
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/test/
H A Dtest-path-create-remove-directory.c7 #define TEST_TMP_DIR "./out/tmp" macro
8 #define TEST_MKDIR_PATH TEST_TMP_DIR "/test_dir"
17 r = uv_fs_mkdir(NULL, &req, TEST_TMP_DIR, 0777, NULL); in main()
29 init_options.preopens[0].real_path = TEST_TMP_DIR; in main()
H A Dtest-fd-prestat-dir-name.c7 #define TEST_TMP_DIR "./out/tmp" macro
19 r = uv_fs_mkdir(NULL, &req, TEST_TMP_DIR, 0777, NULL); in main()
27 init_options.preopens[0].real_path = TEST_TMP_DIR; in main()
H A Dtest-fd-readdir.c8 #define TEST_TMP_DIR "./out/tmp" macro
9 #define TEST_PATH_READDIR TEST_TMP_DIR "/test_readdir"
48 r = uv_fs_mkdir(NULL, &req, TEST_TMP_DIR, 0777, NULL); in main()
H A Dtest-filestat-set-times.c7 #define TEST_TMP_DIR "./out/tmp" macro
35 r = uv_fs_mkdir(NULL, &req, TEST_TMP_DIR, 0777, NULL); in main()
45 init_options.preopens[0].real_path = TEST_TMP_DIR; in main()
H A Dtest-basic-file-io.c7 #define TEST_TMP_DIR "./out/tmp" macro
30 r = uv_fs_mkdir(NULL, &req, TEST_TMP_DIR, 0777, NULL); in main()
38 init_options.preopens[0].real_path = TEST_TMP_DIR; in main()
/dports/devel/pecl-swoole/swoole-4.8.5/core-tests/src/coroutine/
H A Dhook.cpp125 ASSERT_EQ(swoole_coroutine_mkdir(TEST_TMP_DIR, 0666), 0); in TEST()
126 ASSERT_EQ(swoole_coroutine_access(TEST_TMP_DIR, R_OK), 0); in TEST()
127 ASSERT_EQ(swoole_coroutine_rmdir(TEST_TMP_DIR), 0); in TEST()
128 ASSERT_EQ(access(TEST_TMP_DIR, R_OK), -1); in TEST()
176 ASSERT_EQ(access(TEST_TMP_DIR, F_OK), -1); in TEST()
/dports/sysutils/pear-Cache_Lite/Cache_Lite-1.8.3/tests/
H A Dtmpdir.inc28 if (defined('TEST_TMP_DIR')) return TEST_TMP_DIR;
/dports/devel/pecl-swoole/swoole-4.8.5/core-tests/include/
H A Dtest_core.h23 #define TEST_TMP_DIR "/tmp/swoole_core_test_dir" macro
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A DMakefile223 TEST_TMP_DIR ?= macro
244 TEST_TMP_DIR='${TEST_TMP_DIR}' \
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A DMakefile223 TEST_TMP_DIR ?= macro
244 TEST_TMP_DIR='${TEST_TMP_DIR}' \
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/ctest_driver/
H A DTribitsCTestDriverCoreHelpers.cmake871 SET(TEST_TMP_DIR "${CTEST_BINARY_DIRECTORY}/Testing/Temporary") variable
872 SET(LAST_TESTS_FILED_LOG_FILE_GLOB "${TEST_TMP_DIR}/LastTestsFailed*.log")