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

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcomm-199 tmpfiles="$tmpfiles mcomm-test19.in1 mcomm-test19.in2"
10 cat <<EOF > mcomm-test19.in1
18 cat <<EOF > mcomm-test19.in2
25 tmpfiles="$tmpfiles mcomm-test19.out"
27 ${MSGCOMM} --more-than=0 -o mcomm-test19.out mcomm-test19.in1 mcomm-test19.in2
30 tmpfiles="$tmpfiles mcomm-test19.ok"
31 cat << EOF > mcomm-test19
[all...]
H A Dmsgmerge-198 tmpfiles="$tmpfiles mm-test19.po"
9 cat <<\EOF > mm-test19.po
34 tmpfiles="$tmpfiles mm-test19.pot"
35 cat <<\EOF > mm-test19.pot
83 tmpfiles="$tmpfiles mm-test19.new1.po"
85 ${MSGMERGE} -q --previous -o mm-test19.new1.po mm-test19.po mm-test19.pot
88 tmpfiles="$tmpfiles mm-test19.ok1"
89 cat <<\EOF > mm-test19
[all...]
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fmemopen.c918 * test19 - test22:
930 ATF_TC(test19); variable
931 ATF_TC_HEAD(test19, tc)
933 atf_tc_set_md_var(tc, "descr", "test19");
935 ATF_TC_BODY(test19, tc)
1162 ATF_TP_ADD_TC(tp, test19);
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in53 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 \
318 test19: $(PROG) test19.ref
324 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -nc . >test19.tmp 2>&1
325 diff test19.ref test19.tmp
326 rm -f main.cf master.cf test19.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c1475 static void test19(void) function
1483 printf("Run test19\n");
1514 FAILED(buf[0] != 10, "test19 case 1 failed\n");
1515 FAILED(buf[1] != 4, "test19 case 2 failed\n");
1516 FAILED(buf[2] != 14, "test19 case 3 failed\n");
1517 FAILED(buf[3] != 14, "test19 case 4 failed\n");
1518 FAILED(buf[4] != 8, "test19 case 5 failed\n");
1519 FAILED(buf[5] != 6, "test19 case 6 failed\n");
1520 FAILED(buf[6] != 12, "test19 case 7 failed\n");
1521 FAILED(buf[7] != 10, "test19 cas
[all...]

Completed in 195 milliseconds