Home
last modified time | relevance | path

Searched refs:testcases (Results 1 – 25 of 187) sorted by relevance

12345678

/freebsd/tools/test/stress2/
H A Dmarcus.cfg12 testcases/lockf2/lockf2
13 testcases/symlink/symlink
14 testcases/openat/openat
15 testcases/rw/rw
16 testcases/fts/fts
17 testcases/link/link
18 testcases/lockf/lockf
19 testcases/creat/creat
20 testcases/mkdir/mkdir
21 testcases/rename/rename
[all …]
H A Dio.cfg8 export TESTPROGS="testcases/swap/swap testcases/creat/creat testcases/mkdir/mkdir testcases/rw/rw"
H A Drun.sh42 [ -x ./testcases/run/run ] ||
47 find ./testcases -perm -1 \( -name "*.debug" -o -name "*.full" \) -delete \
81 TESTPROGS=`find testcases/ -perm -1 -type f | \
83 ./testcases/run/run $TESTPROGS
H A Ddefault.cfg44 testcases/rw/rw
45 testcases/swap/swap
46 testcases/creat/creat
47 testcases/mkdir/mkdir
48 testcases/thr1/thr1
49 testcases/udp/udp
50 testcases/tcp/tcp
H A Ddisk.cfg6 export TESTPROGS="testcases/rw/rw testcases/creat/creat testcases/mkdir/mkdir"
H A Dlockf.cfg6 export TESTPROGS="testcases/lockf2/lockf2 testcases/lockf/lockf testcases/swap/swap"
H A Dvfs.cfg8 export TESTPROGS="testcases/swap/swap testcases/creat/creat testcases/mkdir/mkdir"
H A Dsysctl.cfg7 export TESTPROGS="testcases/swap/swap testcases/sysctl/sysctl testcases/mmap/mmap"
H A Dmkfifo.cfg6 export TESTPROGS="testcases/mkfifo/mkfifo testcases/swap/swap"
H A Dlink.cfg6 export TESTPROGS="testcases/link/link testcases/swap/swap"
H A Ddf.cfg8 export TESTPROGS="testcases/creat/creat testcases/rw/rw"
H A Djeff.cfg8 export TESTPROGS="testcases/creat/creat testcases/mkdir/mkdir"
H A Dsyscall.cfg7 export TESTPROGS="testcases/swap/swap testcases/syscall/syscall"
H A Dudp.cfg9 export TESTPROGS="testcases/swap/swap testcases/udp/udp"
/freebsd/crypto/heimdal/lib/wind/
H A Dtest-rw.c50 } testcases[] = { variable
156 for (n = 0; n < sizeof(testcases)/sizeof(testcases[0]); n++) { in main()
157 flags = testcases[n].in_flags; in main()
159 datalen = testcases[n].ucs2_len; in main()
162 ret = wind_ucs2read(testcases[n].in_ptr, in main()
163 testcases[n].in_len, in main()
167 if (ret != testcases[n].ret) in main()
174 if (flags != testcases[n].out_flags) in main()
177 if (datalen != testcases[n].ucs2_len) in main()
181 if (testcases[n].ucs2[m] != data[m]) in main()
H A Dtest-ldap.c52 static const struct testcase testcases[] = { variable
75 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) { in main()
76 const struct testcase *t = &testcases[i]; in main()
H A Dtest-utf8.c80 static const struct testcase testcases[] = { variable
122 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) { in main()
123 const struct testcase *t = &testcases[i]; in main()
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_bm.c54 const t_testcase testcases[] = { variable
79 for (ts = 0; ts < sizeof(testcases)/sizeof(t_testcase); ts++) { in ATF_TC_BODY()
80 ATF_CHECK(pattern = bm_comp((const u_char *)testcases[ts].pattern, in ATF_TC_BODY()
81 strlen(testcases[ts].pattern), (const u_char *)testcases[ts].freq)); in ATF_TC_BODY()
83 ATF_REQUIRE(text = strdup(testcases[ts].text)); in ATF_TC_BODY()
86 if (testcases[ts].match == -1) in ATF_TC_BODY()
89 ATF_CHECK_EQ(testcases[ts].match, in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_floatunditf.c37 } testcases[] = { variable
127 for (i = 0; i < __arraycount(testcases); ++i) in ATF_TC_BODY()
129 testcases[i].ld == (long double)testcases[i].u64, in ATF_TC_BODY()
131 testcases[i].ld, in ATF_TC_BODY()
132 (long double)testcases[i].u64); in ATF_TC_BODY()
/freebsd/lib/libarchive/tests/
H A Dfunctional_test.sh43testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { …
44 for testcase in ${testcases}; do
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c73 } testcases[] = { variable
420 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
471 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
520 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
581 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
642 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
694 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
766 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
801 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
838 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY()
[all …]
/freebsd/usr.bin/tar/tests/
H A Dfunctional_test.sh44testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { …
45 for testcase in ${testcases}; do
/freebsd/usr.bin/unzip/tests/
H A Dfunctional_test.sh49testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { …
50 for testcase in ${testcases}; do
/freebsd/usr.bin/cpio/tests/
H A Dfunctional_test.sh49testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { …
50 for testcase in ${testcases}; do
/freebsd/usr.bin/bsdcat/tests/
H A Dfunctional_test.sh49testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { …
50 for testcase in ${testcases}; do

12345678