Searched refs:test18 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcomm-188 tmpfiles="$tmpfiles mcomm-test18.in1 mcomm-test18.in2"
9 cat <<EOF > mcomm-test18.in1
16 cat <<EOF > mcomm-test18.in2
23 tmpfiles="$tmpfiles mcomm-test18.out"
25 ${MSGCOMM} --more-than=0 -o mcomm-test18.out mcomm-test18.in1 mcomm-test18.in2
28 tmpfiles="$tmpfiles mcomm-test18.ok"
29 cat << EOF > mcomm-test18
[all...]
H A Dmsgmerge-188 tmpfiles="$tmpfiles mm-test18.po"
9 cat <<\EOF > mm-test18.po
54 tmpfiles="$tmpfiles mm-test18.pot"
55 cat <<\EOF > mm-test18.pot
120 ${MSGCMP} --use-fuzzy --use-untranslated mm-test18.po mm-test18.pot 2>/dev/null
123 tmpfiles="$tmpfiles mm-test18.new.po"
125 ${MSGMERGE} -q -o mm-test18.new.po mm-test18.po mm-test18
[all...]
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fmemopen.c868 ATF_TC(test18); variable
869 ATF_TC_HEAD(test18, tc)
871 atf_tc_set_md_var(tc, "descr", "test18");
873 ATF_TC_BODY(test18, tc)
1161 ATF_TP_ADD_TC(tp, test18);
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in53 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 \
306 test18: $(PROG) test18.ref
312 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -nc . >test18.tmp 2>&1
313 diff test18.ref test18.tmp
314 rm -f main.cf master.cf test18.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c1367 static void test18(void) function
1375 printf("Run test18\n");
1442 FAILED(buf[0] != SLJIT_W(0x1122334455667788), "test18 case 1 failed\n");
1444 FAILED(buf[1] != 0x55667788, "test18 case 2 failed\n");
1446 FAILED(buf[1] != SLJIT_W(0x5566778800000000), "test18 case 2 failed\n");
1448 FAILED(buf[2] != SLJIT_W(2000000000000), "test18 case 3 failed\n");
1449 FAILED(buf[3] != SLJIT_W(4000000000000), "test18 case 4 failed\n");
1451 FAILED(buf[4] != 0x28282828, "test18 case 5 failed\n");
1453 FAILED(buf[4] != SLJIT_W(0x2828282800000000), "test18 case 5 failed\n");
1455 FAILED(buf[5] != 0, "test18 cas
[all...]

Completed in 193 milliseconds