Home
last modified time | relevance | path

Searched refs:testfile (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/bsd/file/dist/tests/
H A DMakefile.am7 android-vdex-1.testfile \
9 android-vdex-2.testfile \
11 arj.testfile \
13 bcachefs.testfile \
15 bcachefs2.testfile \
17 cl8m8ocofedso.testfile \
19 cmd1.testfile \
21 cmd2.testfile \
23 cmd3.testfile \
25 cmd4.testfile \
[all …]
H A DMakefile.in301 android-vdex-1.testfile \
303 android-vdex-2.testfile \
305 arj.testfile \
307 bcachefs.testfile \
309 bcachefs2.testfile \
311 cl8m8ocofedso.testfile \
313 cmd1.testfile \
315 cmd2.testfile \
317 cmd3.testfile \
319 cmd4.testfile \
[all …]
H A DREADME8 TEST.testfile
11 where TEST is the base name of the test, TEST.testfile is the input,
/netbsd-src/usr.bin/vndcompress/
H A DMakefile236 .for testfile in ${TESTFILES}
238 CLEANFILES+= ${testfile}.${suffix}
239 CLEANFILES+= ${testfile}.${suffix}.tmp
242 CHECKS.${testfile}+= check-${testfile}.${left}-${right}
243 check-${testfile}.${left}-${right}: .PHONY \
244 ${testfile}.${left} ${testfile}.${right}
245 . if empty(XFAIL:M${testfile}.${left}-${right})
246 cmp ${testfile}.${left} ${testfile}.${right}
250 && if cmp ${testfile}.${left} ${testfile}.${right}; then \
256 check-${testfile}: ${CHECKS.${testfile}}
[all …]
/netbsd-src/tests/bin/dd/
H A Dt_dd.sh110 echo TEST1234 > testfile
112 dd if=/dev/zero of=testfile seek=1 bs=8k count=1
113 atf_check -s exit:0 -e ignore -o match:'^TEST1234$' dd if=testfile
114 eval $(stat -s testfile)
131 echo -n abcdefgh > testfile
135 dd if=testfile conv=swab msgfmt=quiet $2
139 dd if=testfile conv=swab msgfmt=quiet
/netbsd-src/tests/kernel/kqueue/
H A Dt_vnode.c512 static const char testfile[] = "testfile"; variable
524 char buf[sizeof(testfile)]; in ATF_TC_BODY()
534 ATF_REQUIRE((fd = open(testfile, in ATF_TC_BODY()
548 ATF_REQUIRE((fd = open(testfile, O_RDWR)) != -1); in ATF_TC_BODY()
552 ATF_REQUIRE((pwrite(fd, testfile, in ATF_TC_BODY()
553 sizeof(testfile), 0)) == sizeof(testfile)); in ATF_TC_BODY()
558 ATF_REQUIRE((pwrite(fd, testfile, in ATF_TC_BODY()
559 sizeof(testfile), 0)) == sizeof(testfile)); in ATF_TC_BODY()
564 ATF_REQUIRE((pwrite(fd, testfile, in ATF_TC_BODY()
565 1, sizeof(testfile))) == 1); in ATF_TC_BODY()
[all …]
/netbsd-src/external/bsd/less/dist/lesstest/
H A Dlesstest.c13 static char* testfile = NULL; variable
45 testfile = optarg; in setup()
65 if (testfile != NULL) { // run existing test in main()
70 ok = run_testfile(testfile, argv[optind]); in main()
H A Dlesstest.h81 int run_testfile(const char* testfile, const char* less);
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dstanza.c19 int test_start_file(STANZA *s, const char *testfile) in test_start_file() argument
21 TEST_info("Reading %s", testfile); in test_start_file()
22 set_test_title(testfile); in test_start_file()
24 if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r"))) in test_start_file()
26 s->test_file = testfile; in test_start_file()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dstanza.c19 int test_start_file(STANZA *s, const char *testfile) in test_start_file() argument
21 TEST_info("Reading %s", testfile); in test_start_file()
22 set_test_title(testfile); in test_start_file()
24 if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r"))) in test_start_file()
26 s->test_file = testfile; in test_start_file()
/netbsd-src/tests/dev/raidframe/
H A Dt_raid.sh141 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
156 atf_check -s exit:0 -o file:testfile -e ignore \
229 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
244 atf_check -s exit:0 -o file:testfile -e ignore \
279 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
295 atf_check -s exit:0 -o file:testfile -e ignore \
329 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
345 atf_check -s exit:0 -o file:testfile -e ignore \
/netbsd-src/external/bsd/tradcpp/dist/tests/
H A Dtradcpp.sh31 for testfile in t*.c; do
32 local name=${testfile%%.c}
33 test_case ${name} ${testfile} ${tradcpp}
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dbasic.exp8 proc run_hilo_test {testfile models nops} {
25 run_sim_test $testfile $models
58 proc run_r6_removed_test {testfile models} {
82 run_sim_test $testfile $models
/netbsd-src/tests/dev/cgd/
H A Dt_cgd.sh53 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2
54 atf_check -s exit:0 -e ignore -o file:testfile \
89 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2
90 atf_check -s exit:0 -e ignore -o not-file:testfile \
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dtest-corpus.c37 static void testfile(const char *pathname) in testfile() function
90 testfile(pathname); in main()
96 testfile(argv[n]); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Dtest-corpus.c37 static void testfile(const char *pathname) in testfile() function
90 testfile(pathname); in main()
96 testfile(argv[n]); in main()
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dcreduce-clang-crash.py72 self.testfile = file_reduce_name + '.test.sh'
204 write_to_script(output, self.testfile)
208 testfile = os.path.abspath(self.testfile)
212 returncode = subprocess.call(testfile, stdout=devnull)
373 [self.testfile, self.file_to_reduce])
/netbsd-src/tests/usr.bin/rump_server/
H A Dt_disk.sh80 echo 'test string' | dd of=testfile ibs=512 count=1 conv=sync
87 atf_check -s exit:0 -e ignore -o file:testfile \
/netbsd-src/tests/dev/md/
H A Dt_md.sh49 atf_check -s exit:0 -e ignore -o file:testfile dd if=/bin/ls count=10
/netbsd-src/external/mpl/bind/dist/tests/include/tests/
H A Ddns.h92 const char *testfile);
H A Dns.h87 const char *testfile);
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dinput35 nex testfile
36 testfile: unmodified: line 3
207 vi testfile
210 ex testfile
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_conversion_test.c319 const char *testfile = test_get_argument(i); in run_param_file_tests() local
324 if (!test_start_file(s, testfile)) { in run_param_file_tests()
/netbsd-src/external/mpl/bind/dist/tests/libtest/
H A Ddns.c215 const char *testfile) { in dns_test_loaddb()
235 result = dns_db_load(*db, testfile, dns_masterformat_text, 0);
213 dns_test_loaddb(dns_db_t ** db,dns_dbtype_t dbtype,const char * origin,const char * testfile) dns_test_loaddb() argument
H A Dns.c532 const char *testfile) { in ns_test_qctx_create()
552 result = dns_db_load(*db, testfile, dns_masterformat_text, 0); in ns_test_qctx_destroy()
577 ns_test_loaddb(dns_db_t ** db,dns_dbtype_t dbtype,const char * origin,const char * testfile) ns_test_loaddb() argument

12