| /freebsd-14.2/contrib/kyua/engine/ |
| H A D | kyuafile_test.cpp | 87 atf::utils::create_file( in ATF_TEST_CASE_BODY() 98 atf::utils::create_file( in ATF_TEST_CASE_BODY() 105 atf::utils::create_file( in ATF_TEST_CASE_BODY() 165 atf::utils::create_file( in ATF_TEST_CASE_BODY() 201 atf::utils::create_file( in ATF_TEST_CASE_BODY() 247 atf::utils::create_file( in ATF_TEST_CASE_BODY() 253 atf::utils::create_file( in ATF_TEST_CASE_BODY() 283 atf::utils::create_file( in ATF_TEST_CASE_BODY() 291 atf::utils::create_file( in ATF_TEST_CASE_BODY() 326 atf::utils::create_file( in ATF_TEST_CASE_BODY() [all …]
|
| H A D | config_test.cpp | 123 atf::utils::create_file("config", "syntax(2)\n"); in ATF_TEST_CASE_BODY() 135 atf::utils::create_file( in ATF_TEST_CASE_BODY() 168 atf::utils::create_file("config", "this syntax is invalid\n"); in ATF_TEST_CASE_BODY() 178 atf::utils::create_file("config", "syntax(123)\n"); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/kyua/utils/config/ |
| H A D | parser_test.cpp | 87 atf::utils::create_file( in ATF_TEST_CASE_BODY() 102 atf::utils::create_file( in ATF_TEST_CASE_BODY() 116 atf::utils::create_file( in ATF_TEST_CASE_BODY() 138 atf::utils::create_file( in ATF_TEST_CASE_BODY() 155 atf::utils::create_file( in ATF_TEST_CASE_BODY() 164 atf::utils::create_file( in ATF_TEST_CASE_BODY() 180 atf::utils::create_file("output.lua", "syntax(56)\n"); in ATF_TEST_CASE_BODY() 192 atf::utils::create_file("output.lua", "syntax('config', 1)\n"); in ATF_TEST_CASE_BODY() 195 atf::utils::create_file("output.lua", "syntax('foo', 1)\n"); in ATF_TEST_CASE_BODY() 211 atf::utils::create_file("output.lua", "var = 3\n"); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd-14.2/contrib/kyua/store/ |
| H A D | layout_test.cpp | 62 atf::utils::create_file(base + "20140613-194515-000000.db", ""); in ATF_TEST_CASE_BODY() 66 atf::utils::create_file(base + "20140614-194515-123456.db", ""); in ATF_TEST_CASE_BODY() 70 atf::utils::create_file(base + "20130614-194515-999999.db", ""); in ATF_TEST_CASE_BODY() 92 atf::utils::create_file(base1 + "20140613-194515-000000.db", ""); in ATF_TEST_CASE_BODY() 96 atf::utils::create_file(base2 + "20140615-111111-000000.db", ""); in ATF_TEST_CASE_BODY() 100 atf::utils::create_file(base1 + "20140614-194515-123456.db", ""); in ATF_TEST_CASE_BODY() 104 atf::utils::create_file(base1 + "20130614-194515-999999.db", ""); in ATF_TEST_CASE_BODY() 116 atf::utils::create_file("a-file.db", ""); in ATF_TEST_CASE_BODY() 138 atf::utils::create_file(base1 + "20140613-194515-000000.db", ""); in ATF_TEST_CASE_BODY() 217 atf::utils::create_file((store_dir / *candidate).str(), ""); in ATF_TEST_CASE_BODY() [all …]
|
| H A D | migrate_test.cpp | 48 atf::utils::create_file("test.db", "The DB\n"); in ATF_TEST_CASE_BODY() 59 atf::utils::create_file("test.db", "Original contents"); in ATF_TEST_CASE_BODY() 60 atf::utils::create_file("test.db.v1.backup", "Overwrite me"); in ATF_TEST_CASE_BODY() 85 atf::utils::create_file("dir/test.db", "Does not need to be valid"); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/atf/atf-c++/ |
| H A D | utils_test.cpp | 70 atf::utils::create_file("file.txt", ""); in ATF_TEST_CASE_BODY() 107 atf::utils::create_file("file.txt", "Foo\n bar baz"); in ATF_TEST_CASE_BODY() 119 atf::utils::create_file("test.txt", ""); in ATF_TEST_CASE_BODY() 126 atf::utils::create_file("test.txt", ""); in ATF_TEST_CASE_BODY() 158 atf::utils::create_file("test.txt", long_contents); in ATF_TEST_CASE_BODY() 171 atf::utils::create_file("test.txt", long_contents); in ATF_TEST_CASE_BODY() 183 atf::utils::create_file("src.txt", ""); in ATF_TEST_CASE_BODY() 201 ATF_TEST_CASE_WITHOUT_HEAD(create_file); 202 ATF_TEST_CASE_BODY(create_file) in ATF_TEST_CASE_BODY() argument 212 atf::utils::create_file("test.txt", "foo"); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd-14.2/contrib/kyua/utils/fs/ |
| H A D | operations_test.cpp | 191 atf::utils::create_file("ls", ""); in ATF_TEST_CASE_BODY() 201 atf::utils::create_file("ls", ""); in ATF_TEST_CASE_BODY() 242 atf::utils::create_file("foo-bar", ""); in ATF_TEST_CASE_BODY() 255 atf::utils::create_file("my-bin/abcd", ""); in ATF_TEST_CASE_BODY() 300 atf::utils::create_file("mounted", ""); in ATF_TEST_CASE_BODY() 328 atf::utils::create_file(file.str(), ""); in ATF_TEST_CASE_BODY() 575 atf::utils::create_file("outside", ""); in test_mount_tmpfs_ok() 577 atf::utils::create_file("mounted", ""); in test_mount_tmpfs_ok() 655 atf::utils::create_file("root/file", ""); in ATF_TEST_CASE_BODY() 689 atf::utils::create_file("dir/foo", ""); in ATF_TEST_CASE_BODY() [all …]
|
| H A D | lua_module_test.cpp | 121 atf::utils::create_file("foo", ""); in ATF_TEST_CASE_BODY() 160 atf::utils::create_file("subdir/foo", ""); in ATF_TEST_CASE_BODY() 161 atf::utils::create_file("bar", ""); in ATF_TEST_CASE_BODY() 217 atf::utils::create_file("root/file1", ""); in ATF_TEST_CASE_BODY() 218 atf::utils::create_file("root/file2", ""); in ATF_TEST_CASE_BODY() 241 atf::utils::create_file("root/file1", ""); in ATF_TEST_CASE_BODY() 242 atf::utils::create_file("root/file2", ""); in ATF_TEST_CASE_BODY() 243 atf::utils::create_file("file3", ""); in ATF_TEST_CASE_BODY()
|
| H A D | directory_test.cpp | 114 atf::utils::create_file("full/a file", ""); in ATF_TEST_CASE_BODY() 115 atf::utils::create_file("full/something-else", ""); in ATF_TEST_CASE_BODY() 116 atf::utils::create_file("full/.hidden", ""); in ATF_TEST_CASE_BODY() 118 atf::utils::create_file("full/subdir/not-listed", ""); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/pjdfstest/tests/rename/ |
| H A D | 09.t | 32 create_file ${type} ${n0}/${n2} 65534 65534 36 create_file ${type} ${n1}/${n3} 65534 65534 50 create_file ${type} ${n0}/${n2} ${id} ${id} 54 create_file ${type} ${n1}/${n3} 65534 65534 69 create_file ${type} ${n0}/${n2} 65534 65534 73 create_file ${type} ${n1}/${n3} 65534 65534 88 create_file ${type} ${n0}/${n2} ${id} ${id} 107 create_file dir ${n0}/${n2} 65534 65534 127 create_file dir ${n0}/${n2} ${id} ${id} 155 create_file dir ${n0}/${n2} 65534 65534 [all …]
|
| H A D | 10.t | 31 create_file ${type} ${n0}/${n2} 65534 65534 35 create_file ${type} ${n1}/${n3} 65534 65534 49 create_file ${type} ${n0}/${n2} 65534 65534 53 create_file ${type} ${n1}/${n3} ${id} ${id} 68 create_file ${type} ${n0}/${n2} 65534 65534 72 create_file ${type} ${n1}/${n3} 65534 65534 87 create_file ${type} ${n0}/${n2} 65534 65534 91 create_file ${type} ${n1}/${n3} ${id} ${id}
|
| /freebsd-14.2/bin/pax/tests/ |
| H A D | legacy_test.pl | 10 sub create_file { subroutine 50 create_file $_ for @paths; 70 create_file $paths[-1]; 78 create_file $paths[-1]; 85 create_file $paths[-1];
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
| H A D | insensitive_none_delete.ksh | 45 log_must create_file $name1 50 log_must create_file $name1 58 log_must create_file $name1 63 log_must create_file $name1
|
| H A D | insensitive_none_lookup.ksh | 43 log_must create_file $name1 54 log_must create_file $name1
|
| H A D | mixed_none_lookup_ci.ksh | 43 log_must create_file $name1 54 log_must create_file $name1
|
| /freebsd-14.2/contrib/kyua/examples/ |
| H A D | syntax_test.cpp | 133 atf::utils::create_file("root/file", ""); in ATF_TEST_CASE_BODY() 160 atf::utils::create_file("root/file", ""); in ATF_TEST_CASE_BODY() 163 atf::utils::create_file("root/subdir1/Kyuafile", in ATF_TEST_CASE_BODY() 166 atf::utils::create_file("root/subdir1/a", ""); in ATF_TEST_CASE_BODY() 169 atf::utils::create_file("root/subdir2/Kyuafile", in ATF_TEST_CASE_BODY() 172 atf::utils::create_file("root/subdir2/c", ""); in ATF_TEST_CASE_BODY() 173 atf::utils::create_file("root/subdir2/Kyuafile.etc", "invalid"); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/pjdfstest/tests/chmod/ |
| H A D | 00.t | 26 create_file ${type} ${n0} 46 create_file ${type} ${n0} 60 create_file ${type} ${n0} 74 create_file ${type} ${n0} 91 create_file ${type} ${n0} 105 create_file ${type} ${n0}
|
| H A D | 11.t | 26 create_file ${type} ${n1} 41 create_file ${type} ${n1} 64 create_file ${type} ${n1} 0640 65534 65534 101 create_file ${type} ${n1} 0640 65534 65534
|
| /freebsd-14.2/contrib/pjdfstest/tests/chown/ |
| H A D | 00.t | 27 create_file ${type} ${n0} 49 create_file ${type} ${n0} 63 create_file ${type} ${n0} 95 create_file ${type} ${n0} 113 create_file ${type} ${n0} 138 create_file ${type} ${n0} 152 create_file ${type} ${n0} 188 create_file ${type} ${n0} 232 create_file ${type} ${n0} 362 create_file ${type} ${n0} [all …]
|
| /freebsd-14.2/contrib/pjdfstest/tests/unlink/ |
| H A D | 11.t | 27 create_file ${type} ${n0}/${n1} 65534 65534 35 create_file ${type} ${n0}/${n1} ${id} ${id} 44 create_file ${type} ${n0}/${n1} 65534 65534 53 create_file ${type} ${n0}/${n1} ${id} ${id}
|
| /freebsd-14.2/contrib/netbsd-tests/kernel/kqueue/ |
| H A D | t_vnode.c | 29 int create_file(const char *); 59 create_file(const char *file) in create_file() function 98 ATF_REQUIRE(create_file(file_inside1) != -1); in ATF_TC_BODY() 119 ATF_REQUIRE(create_file(file_inside1) != -1); in ATF_TC_BODY() 167 ATF_REQUIRE(create_file(file_inside1) != -1); in ATF_TC_BODY() 311 ATF_REQUIRE(create_file(file_inside1) != -1); in ATF_TC_BODY() 356 ATF_REQUIRE(create_file(file_inside1) != -1); in ATF_TC_BODY() 452 ATF_REQUIRE(create_file(file_outside) != -1); in ATF_TC_BODY() 476 ATF_REQUIRE(create_file(file_inside1) != -1); in ATF_TC_BODY() 500 ATF_REQUIRE(create_file(file_inside1) != -1); in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/pjdfstest/tests/chflags/ |
| H A D | 00.t | 41 create_file ${type} ${n0} 57 create_file ${type} ${n0} 115 create_file ${type} ${n0} 130 create_file ${type} ${n0} 148 create_file ${type} ${n0} 163 create_file ${type} ${n0}
|
| /freebsd-14.2/contrib/pjdfstest/tests/rmdir/ |
| H A D | 11.t | 32 create_file dir ${n0}/${n1} 65534 65534 40 create_file dir ${n0}/${n1} ${id} ${id} 48 create_file dir ${n0}/${n1} ${id} ${id}
|
| /freebsd-14.2/contrib/kyua/integration/helpers/ |
| H A D | config.cpp | 42 atf::utils::create_file(output, get_config_var("the-variable") + in ATF_TEST_CASE_HEAD() 45 atf::utils::create_file(output, "NOT DEFINED\n"); in ATF_TEST_CASE_HEAD()
|
| /freebsd-14.2/contrib/kyua/cli/ |
| H A D | cmd_about_test.cpp | 62 atf::utils::create_file("fake-docs/AUTHORS", in ATF_TEST_CASE_BODY() 67 atf::utils::create_file("fake-docs/CONTRIBUTORS", in ATF_TEST_CASE_BODY() 72 atf::utils::create_file("fake-docs/LICENSE", "Content of LICENSE\n"); in ATF_TEST_CASE_BODY() 137 atf::utils::create_file("fake-docs/AUTHORS", in ATF_TEST_CASE_BODY() 142 atf::utils::create_file("fake-docs/CONTRIBUTORS", in ATF_TEST_CASE_BODY() 205 atf::utils::create_file("fake-docs/LICENSE", "Content of LICENSE\n"); in ATF_TEST_CASE_BODY()
|