Searched refs:test17 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcomm-1710 tmpfiles="$tmpfiles mcomm-test17.in1 mcomm-test17.in2 mcomm-test17.in3"
11 cat <<EOF > mcomm-test17.in1
29 cat <<EOF > mcomm-test17.in2
46 cat <<\EOF > mcomm-test17.in3
68 tmpfiles="$tmpfiles mcomm-test17.out"
72 -o mcomm-test17.out \
73 mcomm-test17.in1 mcomm-test17
[all...]
H A Dmsgattrib-178 tmpfiles="$tmpfiles ma-test17.po"
9 cat <<\EOF > ma-test17.po
47 tmpfiles="$tmpfiles ma-test17.out"
49 ${MSGATTRIB} --clear-previous -o ma-test17.out ma-test17.po
52 tmpfiles="$tmpfiles ma-test17.ok"
53 cat <<\EOF > ma-test17.ok
88 ${DIFF} ma-test17.ok ma-test17.out
H A Dmsgmerge-179 tmpfiles="$tmpfiles mm-test17.po"
10 cat <<\EOF > mm-test17.po
23 tmpfiles="$tmpfiles mm-test17.pot"
24 cat <<\EOF > mm-test17.pot
57 tmpfiles="$tmpfiles mm-test17.new.po"
59 ${MSGMERGE} -q -o mm-test17.new.po mm-test17.po mm-test17.pot
62 tmpfiles="$tmpfiles mm-test17.ok"
63 cat <<\EOF > mm-test17
[all...]
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fmemopen.c814 ATF_TC(test17); variable
815 ATF_TC_HEAD(test17, tc)
817 atf_tc_set_md_var(tc, "descr", "test17");
819 ATF_TC_BODY(test17, tc)
1160 ATF_TP_ADD_TC(tp, test17);
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in53 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 \
297 test17: $(PROG) test17.ref
300 -$(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Mc . >test17.tmp 2>&1; exit 0
301 diff test17.ref test17.tmp
302 rm -f main.cf master.cf test17.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c1324 static void test17(void) function
1333 printf("Run test17\n");
1357 FAILED((sljit_uw)buf[0] != 0x81818000, "test17 case 1 failed\n");
1358 FAILED((sljit_uw)buf[1] != 0x81818400, "test17 case 2 failed\n");
1359 FAILED((sljit_uw)buf[2] != 0x81818800, "test17 case 3 failed\n");
1360 FAILED((sljit_uw)buf[3] != 0x81818c00, "test17 case 4 failed\n");
1361 FAILED((sljit_uw)buf[4] != 0x81818fff, "test17 case 5 failed\n");
5359 test17();

Completed in 233 milliseconds