Searched refs:TEST (Results 1 - 25 of 146) sorted by relevance

123456

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh69 TEST=$(atf_get_srcdir)/h_gai
71 ( $TEST ::1 http
72 $TEST 127.0.0.1 http
73 $TEST localhost http
74 $TEST ::1 tftp
75 $TEST 127.0.0.1 tftp
76 $TEST localhost tftp
77 $TEST ::1 echo
78 $TEST 127.0.0.1 echo
79 $TEST localhos
[all...]
/freebsd-10-stable/tools/regression/bpf/bpf_filter/
H A DMakefile53 .for TEST in ${TEST_CASES}
54 ${TEST}: ${.CURDIR}/tests/${TEST}.h ${SRCS}
55 @${CC} ${CFLAGS} -DBPF_TEST_H=\"${TEST}.h\" \
56 -o ${.CURDIR}/${TEST} ${SRCS} ${LIBS}
60 .for TEST in ${TEST_CASES}
62 @${ECHO} -n "${TEST}: "
65 @-time ${.CURDIR}/${TEST}
67 @-env MALLOC_OPTIONS=J ${.CURDIR}/${TEST}
69 @rm -f ${.CURDIR}/${TEST}
[all...]
/freebsd-10-stable/lib/msun/tests/
H A Dfmaxmin_test.c47 #define TEST(func, type, x, y, expected) do { \ macro
73 TEST(fmaxf, float, big, small, expected_max);
74 TEST(fmaxf, float, small, big, expected_max);
75 TEST(fmax, double, big, small, expected_max);
76 TEST(fmax, double, small, big, expected_max);
77 TEST(fmaxl, long double, big, small, expected_max);
78 TEST(fmaxl, long double, small, big, expected_max);
79 TEST(fminf, float, big, small, expected_min);
80 TEST(fminf, float, small, big, expected_min);
81 TEST(fmi
[all...]
/freebsd-10-stable/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh65 TEST=$WORKDIR/test
73 rm -rf $OLD $NEW $TEST $CONFLICTS
74 mkdir -p $OLD $NEW $TEST
75 mkdir -p $TEST/etc
76 mkdir -p $TEST/var/db
77 mkdir -p $TEST/usr/share/zoneinfo
80 echo "foo" > $TEST/usr/share/zoneinfo/foo
84 # $1 - relative path to file that should be missing from TEST
87 if [ -e $TEST/$1 -o -L $TEST/
[all...]
H A Dconflicts_test.sh65 TEST=$WORKDIR/test
73 rm -rf $OLD $NEW $TEST $CONFLICTS
74 mkdir -p $OLD/etc $NEW/etc $TEST/etc
86 cat > $TEST/etc/login.conf <<EOF
92 $COMMAND -r -d $WORKDIR -D $TEST >/dev/null
100 rm -rf $OLD $NEW $TEST $CONFLICTS
101 mkdir -p $OLD/etc/mail $NEW/etc/mail $TEST/etc/mail
122 cat > $TEST/etc/mail/aliases <<EOF
130 $COMMAND -r -d $WORKDIR -D $TEST >/dev/null
133 # $1 - relative path to file that should be missing from TEST
[all...]
H A Dfbsdid_test.sh65 TEST=$WORKDIR/test
87 rm -rf $OLD $NEW $TEST $CONFLICTS
88 mkdir -p $OLD $NEW $TEST
93 store_id $TEST/remove ": head/remove 12345 jhb "
99 store_id $TEST/old ": head/old 12000 jhb "
100 for i in $OLD $TEST; do
115 store_id $TEST/already ": src/already,v 1.2 jhb Exp "
120 for i in $NEW $TEST; do
130 store_id $TEST/add ""
137 store_id $TEST/conflic
[all...]
H A Dignore_test.sh65 TEST=$WORKDIR/test
73 rm -rf $OLD $NEW $TEST $CONFLICTS
74 mkdir -p $OLD $NEW $TEST
76 for i in $OLD $NEW $TEST; do
83 for i in $OLD $TEST; do
87 for i in $OLD $TEST; do
92 for i in $OLD $TEST; do
98 # $1 - relative path to file that should be missing from TEST
101 if [ -e $TEST/$1 -o -L $TEST/
[all...]
H A Dpreworld_test.sh65 TEST=$WORKDIR/test
73 rm -rf $SRC $OLD $TEST $CONFLICTS
113 cp -R $OLD $TEST
114 sed -I "" -e 's/root::/root:<rpass>:/' $TEST/etc/master.passwd
115 cat >> $TEST/etc/master.passwd <<EOF
122 $OLD/etc/group > $TEST/etc/group
123 cat >> $TEST/etc/group <<EOF
129 rm $TEST/etc/inetd.conf
130 touch $TEST/etc/localtime
146 # $1 - relative path to file that should be missing from TEST
[all...]
H A Dtests_test.sh65 TEST=$WORKDIR/test
74 rm -rf $OLD $NEW $TEST $CONFLICTS
75 mkdir -p $OLD/etc $NEW/etc $TEST/etc
102 $TEST/$i/$j/$k
108 for i in $OLD $NEW $TEST; do
130 echo "bar" > $TEST/equal/difftype/difftype/fifo
131 ln -s "test" $TEST/equal/difftype/difftype/fromdir
138 ln -s "bar" $TEST/equal/difflinks/difflinks/link
145 echo "bar" > $TEST/equal/difffiles/difffiles/file
149 for i in $OLD $TEST; d
[all...]
H A Dalways_test.sh65 TEST=$WORKDIR/test
76 rm -rf $OLD $NEW $TEST $CONFLICTS
82 $TEST/$i/$j/$k
98 mkdir $TEST/first/difftype/second/fifo
103 ln -s "test link" $TEST/first/difflinks/second/link
108 echo "bar" > $TEST/first/difffiles/second/file
114 mkfifo $TEST/second/second/difftype/dir
119 ln -s "test link" $TEST/second/second/difflinks/link
124 echo "test" > $TEST/second/second/difffiles/file
136 echo "foo" > $TEST/difftyp
[all...]
/freebsd-10-stable/contrib/ncurses/
H A Dtar-copy.sh60 TEST=`ls -d $1 2>/dev/null`
61 if test -z "$TEST"
/freebsd-10-stable/contrib/ntp/
H A Dbuild148 TEST="${TEST-}"
149 if [ -z "$TEST" ] ; then
153 TEST="$try"
154 # echo "Using $TEST"
159 if [ -z "$TEST" ] ; then
178 ( "$TEST" config.status -nt ../configure &&
179 "$TEST" sntp/config.status -nt ../sntp/configure &&
180 ( "$TEST" '!' -f sntp/libevent/config.status ||
181 "$TEST" snt
[all...]
/freebsd-10-stable/contrib/netbsd-tests/bin/sh/
H A Dt_fsplit.sh47 TEST=$((${TEST} + 1))
51 (*) atf_fail "Internal test error, $# args to check test ${TEST}";;
73 atf_fail "Test ${TEST} '$1': expected [$2], found [$result]"
76 "TEST ${TEST} '$1' failed ($STATUS): expected [$2], found [$result]"
80 atf_fail "TEST ${TEST} '$1' failed ($STATUS)"
91 TEST=0
101 TEST
[all...]
/freebsd-10-stable/crypto/openssl/util/
H A Dselftest.pl80 if (open(TEST,">cctest.c")) {
81 print TEST "#include <stdio.h>\n#include <stdlib.h>\n#include <errno.h>\nmain(){printf(\"Hello world\\n\");}\n";
82 close(TEST);
98 if (open(TEST,">cctest.c")) {
99 print TEST "#include <stdio.h>\n#include <stdlib.h>\n#include <openssl/opensslv.h>\nmain(){printf(OPENSSL_VERSION_TEXT);}\n";
100 close(TEST);
/freebsd-10-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in28 @for TEST in ""$?; do \
29 echo "run test $${TEST}" ... 1>&2; \
30 ./$${TEST}$(EXEEXT) || exit $$? ; \
/freebsd-10-stable/tools/regression/posixsem/
H A Dtest.h43 #define TEST(function, name) \ macro
H A Dposixsem.c282 TEST(open_after_unlink, "open after unlink");
290 TEST(open_invalid_path, "open invalid path");
298 TEST(open_extra_flags, "open with extra flags");
308 TEST(open_bad_value, "open with invalid initial value");
316 TEST(open_bad_path_pointer, "open bad path pointer");
329 TEST(open_path_too_long, "open pathname too long");
337 TEST(open_nonexisting_semaphore, "open nonexistent semaphore");
354 TEST(exclusive_create_existing_semaphore, "O_EXCL of existing semaphore");
362 TEST(init_bad_value, "init with invalid initial value");
370 TEST(unlink_bad_path_pointe
[all...]
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dvasprintf.c41 #ifdef TEST
141 #ifdef TEST
162 #ifdef TEST
196 #endif /* TEST */
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dvasprintf.c41 #ifdef TEST
141 #ifdef TEST
162 #ifdef TEST
196 #endif /* TEST */
/freebsd-10-stable/crypto/openssl/crypto/dsa/
H A Ddsagen.c62 #define TEST macro
71 #ifdef TEST
/freebsd-10-stable/lib/libc/stdlib/
H A Drand.c45 #ifdef TEST
47 #endif /* TEST */
125 #ifdef TEST
151 #endif /* TEST */
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c298 #define TEST(m, t) \ macro
323 TEST(fpsetmask_masked, float)
324 TEST(fpsetmask_masked, double)
325 TEST(fpsetmask_masked, long_double) function
326 TEST(fpsetmask_unmasked, float)
327 TEST(fpsetmask_unmasked, double)
328 TEST(fpsetmask_unmasked, long_double)
H A Disqemu.h84 #ifdef TEST
/freebsd-10-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c431 #define TEST(name, desc) \ macro
446 TEST(ldexp_basic, basics) function
447 TEST(ldexp_zero, zero)
448 TEST(ldexp_infinity, infinity)
449 TEST(ldexp_overflow, overflow)
450 TEST(ldexp_denormal, denormal)
451 TEST(ldexp_denormal_large, large)
452 TEST(ldexp_underflow, underflow)
/freebsd-10-stable/contrib/apr-util/test/
H A Ddbd.c23 #define TEST(msg,func) \ macro
389 TEST("create table", create_table);
390 TEST("insert rows", insert_rows);
391 TEST("invalid op", invalid_op);
392 TEST("select random", select_random);
393 TEST("select sequential", select_sequential);
394 TEST("transactions", test_transactions);
395 TEST("prepared select", test_pselect);
396 TEST("prepared query", test_pquery);
397 TEST("dro
[all...]

Completed in 149 milliseconds

123456