Home
last modified time | relevance | path

Searched refs:create_test_file (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/buildstream/BuildStream-1.2.8/tests/integration/
H A Dsource-determinism.py15 def create_test_file(*path, mode=0o644, content='content\n'): function
24 create_test_file(*path, '.keep', content='')
39 create_test_file(sourcedir, 'a.txt', mode=0o700)
40 create_test_file(sourcedir, 'b.txt', mode=0o755)
41 create_test_file(sourcedir, 'c.txt', mode=0o600)
42 create_test_file(sourcedir, 'd.txt', mode=0o400)
43 create_test_file(sourcedir, 'e.txt', mode=0o644)
44 create_test_file(sourcedir, 'f.txt', mode=0o4755)
45 create_test_file(sourcedir, 'g.txt', mode=0o2755)
46 create_test_file(sourcedir, 'h.txt', mode=0o1755)
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dtest_browser.py344 create_test_file('pre.js', '''
428 create_test_file('test.js', '''
488 create_test_file('test.js', '''
849 create_test_file('pre.js', '''
939 create_test_file('pre.js', '''
959 create_test_file('pre.js', '''
992 create_test_file('pre.js', '''
1089 create_test_file('pre.js', '''
1125 create_test_file('pre.js', '''
1166 create_test_file('pre.js', '''
[all …]
H A Dtest_other.py730 create_test_file('a.h', r'''
736 create_test_file('a.c', r'''
807 create_test_file(a_name, a)
810 create_test_file(b_name, b)
813 create_test_file(c_name, c)
908 create_test_file('1.c', r'''
915 create_test_file('2.c', r'''
1018 create_test_file('lib.c', lib)
5071 create_test_file('x.c', r'''
5076 create_test_file('y.c', r'''
[all …]
H A Dtest_core.py755 create_test_file('main.c', r'''
3126 create_test_file('main.c', '''
3189 create_test_file('main.c', '''
3477 create_test_file('a.cpp', r'''
3487 create_test_file('b.cpp', r'''
4876 create_test_file('pre.js', '''
4914 create_test_file('pre.js', '''
6123 create_test_file('pre.js', '''
6164 create_test_file('pre.js', """
7326 create_test_file('pre.js', '''
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/test/
H A Dtest_cli_functions.py10 from kid3testsupport import kid3_cli_path, call_kid3_cli, create_test_file
61 create_test_file(os.path.join(tmpdir, 'test.mp3'))
67 create_test_file(mp3path)
159 create_test_file(mp3path)
160 create_test_file(jpgpath)
321 create_test_file(flacpath)
322 create_test_file(jpgpath)
407 create_test_file(test1path)
408 create_test_file(test2path)
507 create_test_file(wavpath)
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/test/
H A Dtest_cli_functions.py10 from kid3testsupport import kid3_cli_path, call_kid3_cli, create_test_file
61 create_test_file(os.path.join(tmpdir, 'test.mp3'))
67 create_test_file(mp3path)
159 create_test_file(mp3path)
160 create_test_file(jpgpath)
321 create_test_file(flacpath)
322 create_test_file(jpgpath)
407 create_test_file(test1path)
408 create_test_file(test2path)
507 create_test_file(wavpath)
[all …]
/dports/www/moodle310/moodle/repository/recent/tests/
H A Dlib_test.php75 $this->create_test_file('TestFile1', 'draft', $itemid);
80 $this->create_test_file('TestFile1', 'private');
85 $this->create_test_file('TestFile2', 'private');
96 $file1 = $this->create_test_file('TestFile1', 'private');
134 $file1 = $this->create_test_file('TestFileTimeLimit', 'private');
160 $this->create_test_file($filename, $filearea);
172 private function create_test_file($filename, $filearea, $itemid = 0) { function in repository_recent_lib_testcase
/dports/www/moodle311/moodle/repository/recent/tests/
H A Dlib_test.php75 $this->create_test_file('TestFile1', 'draft', $itemid);
80 $this->create_test_file('TestFile1', 'private');
85 $this->create_test_file('TestFile2', 'private');
96 $file1 = $this->create_test_file('TestFile1', 'private');
134 $file1 = $this->create_test_file('TestFileTimeLimit', 'private');
160 $this->create_test_file($filename, $filearea);
172 private function create_test_file($filename, $filearea, $itemid = 0) { function in repository_recent_lib_testcase
/dports/www/moodle39/moodle/repository/recent/tests/
H A Dlib_test.php75 $this->create_test_file('TestFile1', 'draft', $itemid);
80 $this->create_test_file('TestFile1', 'private');
85 $this->create_test_file('TestFile2', 'private');
96 $file1 = $this->create_test_file('TestFile1', 'private');
134 $file1 = $this->create_test_file('TestFileTimeLimit', 'private');
160 $this->create_test_file($filename, $filearea);
172 private function create_test_file($filename, $filearea, $itemid = 0) { function in repository_recent_lib_testcase
/dports/games/blobby/blobby-1.0/test/
H A DFileTest.cpp183 FileWrite create_test_file("test_open_close.tmp"); in BOOST_AUTO_TEST_CASE() local
185 create_test_file.writeByte(1); in BOOST_AUTO_TEST_CASE()
188 create_test_file.close(); in BOOST_AUTO_TEST_CASE()
211 CHECK_EXCEPTION_SAFETY(create_test_file.writeByte(5), NoFileOpenedException); in BOOST_AUTO_TEST_CASE()
212 CHECK_EXCEPTION_SAFETY(create_test_file.writeUInt32(5), NoFileOpenedException); in BOOST_AUTO_TEST_CASE()
213 …CHECK_EXCEPTION_SAFETY(create_test_file.write( std::string("bye bye world;)") ), NoFileOpenedExcep… in BOOST_AUTO_TEST_CASE()
214 …CHECK_EXCEPTION_SAFETY(create_test_file.writeNullTerminated( std::string("bye bye world;)") ), NoF… in BOOST_AUTO_TEST_CASE()
215 CHECK_EXCEPTION_SAFETY(create_test_file.write( "bye bye world;)", 8 ), NoFileOpenedException); in BOOST_AUTO_TEST_CASE()
/dports/news/nzbget/nzbget-21.1/tests/functional/download/
H A Dunpack_test.py20 create_test_file(nserv_datadir + '/unpack-damaged', sevenzip_bin, 3, 1)
32 create_test_file(nserv_datadir + '/unpackcrc-par', sevenzip_bin, 3, 1)
44 create_test_file(nserv_datadir + '/unpackcrc-nopar', sevenzip_bin, 3, 1)
56 def create_test_file(bigdir, sevenzip_bin, sizemb, partmb): function
H A Dconftest.py27 create_test_file(nserv_datadir + '/medium', sevenzip_bin, sizemb, 50)
31 create_test_file(nserv_datadir + '/large', sevenzip_bin, sizemb, 50)
52 def create_test_file(bigdir, sevenzip_bin, sizemb, partmb): function
/dports/misc/vifm/vifm-0.11/tests/iop/
H A Dcp-confirm.c18 create_test_file(SANDBOX_PATH "/empty"); in TEST()
43 create_test_file(SANDBOX_PATH "/empty"); in TEST()
75 create_test_file(SANDBOX_PATH "/empty"); in TEST()
106 create_test_file(SANDBOX_PATH "/empty"); in TEST()
H A Drmfile.c16 create_test_file(FILE_NAME); in TEST()
56 create_test_file(FILE_NAME); in TEST()
/dports/devel/hyperscan/boost_1_75_0/libs/nowide/test/
H A Dtest_stdio.cpp35 void create_test_file(const std::string& filename) in create_test_file() function
64 create_test_file(filename); in test_main()
74 create_test_file(filename); in test_main()
88 create_test_file(filename); in test_main()
133 create_test_file(filename); in test_main()
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/tests/functional-tests/
H A D301-miner-resource-removal.py56 def create_test_file(self, file_name): member in MinerResourceRemovalTest
73 (file_1_id, file_1_urn) = self.create_test_file("test-monitored/test_1.txt")
74 (file_2_id, file_2_urn) = self.create_test_file("test-monitored/test_2.txt")
/dports/net/py-stomp.py/stomp.py-4.1.17/stomp/test/
H A Dcli_test.py18 def create_test_file(): function
72 f = create_test_file()
90 f = create_test_file()
190 f = create_test_file()
209 f = create_test_file()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/10_files/13_file_dir/
H A D001.cf.sub3 bundlesequence => { "create_test_file" };
12 bundle agent create_test_file
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/10_files/13_file_dir/
H A D001.cf.sub3 bundlesequence => { "create_test_file" };
12 bundle agent create_test_file
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/10_files/13_file_dir/
H A D001.cf.sub3 bundlesequence => { "create_test_file" };
12 bundle agent create_test_file
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/10_files/13_file_dir/
H A D001.cf.sub3 bundlesequence => { "create_test_file" };
12 bundle agent create_test_file
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/10_files/13_file_dir/
H A D001.cf.sub3 bundlesequence => { "create_test_file" };
12 bundle agent create_test_file
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/10_files/13_file_dir/
H A D001.cf.sub3 bundlesequence => { "create_test_file" };
12 bundle agent create_test_file
/dports/science/hdf5/hdf5-1.10.6/testpar/
H A Dt_pflush1.c51 create_test_file(char *name, hid_t fapl_id) in create_test_file() function
162 if((fid1 = create_test_file(name, fapl_id)) < 0) in main()
170 if((fid2 = create_test_file(name, fapl_id)) < 0) in main()
/dports/news/nzbget/nzbget-21.1/tests/functional/rename/
H A Dconftest.py109 create_test_file(nserv_datadir + '/parjoin3', None, 20, 1)
132 create_test_file(nserv_datadir + '/obfuscated1', sevenzip_bin, 5, 1)
146 create_test_file(nserv_datadir + '/obfuscated2', sevenzip_bin, 5, 1)
164 create_test_file(nserv_datadir + '/obfuscated3', sevenzip_bin, 100, 10)
186 def create_test_file(bigdir, sevenzip_bin, sizemb, partmb): function

123