Searched refs:test13 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcomm-1311 tmpfiles="$tmpfiles mcomm-test13.in1 mcomm-test13.in2 mcomm-test13.in3"
12 cat <<EOF > mcomm-test13.in1
30 cat <<EOF > mcomm-test13.in2
47 cat <<EOF > mcomm-test13.in3
69 tmpfiles="$tmpfiles mcomm-test13.out"
74 ${MSGCOMM} --less-than=2 --no-location --force-po -o mcomm-test13.out \
75 mcomm-test13.in1 mcomm-test13
[all...]
H A Dmsgcat-138 tmpfiles="$tmpfiles mcat-test13.in1 mcat-test13.in2"
9 cat <<\EOF > mcat-test13.in1
41 cat <<\EOF > mcat-test13.in2
71 tmpfiles="$tmpfiles mcat-test13.out"
72 rm -f mcat-test13.out
74 ${MSGCAT} -o mcat-test13.out mcat-test13.in1 mcat-test13.in2
77 tmpfiles="$tmpfiles mcat-test13
[all...]
H A Dmsgfmt-138 tmpfiles="$tmpfiles mf-test13.po"
9 cat <<\EOF >mf-test13.po
31 tmpfiles="$tmpfiles mf-test13.mo"
33 ${MSGFMT} mf-test13.po -o mf-test13.mo 2>/dev/null
H A Dmsgattrib-138 tmpfiles="$tmpfiles ma-test13.po"
9 cat <<\EOF > ma-test13.po
59 tmpfiles="$tmpfiles ma-test13.out"
61 ${MSGATTRIB} --obsolete -o ma-test13.out ma-test13.po
64 tmpfiles="$tmpfiles ma-test13.ok"
65 cat <<\EOF > ma-test13.ok
90 ${DIFF} ma-test13.ok ma-test13.out
H A Dmsgmerge-139 tmpfiles="$tmpfiles mm-test13.po"
10 cat <<EOF > mm-test13.po
49 tmpfiles="$tmpfiles mm-test13.pot"
50 cat <<EOF > mm-test13.pot
90 tmpfiles="$tmpfiles mm-test13.out"
92 ${MSGMERGE} -q -o mm-test13.out mm-test13.po mm-test13.pot
95 tmpfiles="$tmpfiles mm-test13.ok"
96 cat <<EOF > mm-test13
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc147 int test13 (){ function
234 test13();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc147 int test13 (){ function
234 test13();
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fmemopen.c624 ATF_TC(test13); variable
625 ATF_TC_HEAD(test13, tc)
627 atf_tc_set_md_var(tc, "descr", "test13");
629 ATF_TC_BODY(test13, tc)
1156 ATF_TP_ADD_TC(tp, test13);
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in53 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 \
249 test13: $(PROG) test13.ref
257 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -nc . >test13.tmp 2>&1
258 diff test13.ref test13.tmp
259 rm -f main.cf master.cf test13.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c981 static void test13(void) function
990 printf("Run test13\n");
994 printf("no fpu available, test13 skipped\n");
1052 FAILED(buf[2] != -4.5, "test13 case 1 failed\n");
1053 FAILED(buf[3] != 4.5, "test13 case 2 failed\n");
1054 FAILED(buf[4] != -7.75, "test13 case 3 failed\n");
1055 FAILED(buf[5] != 4.5, "test13 case 4 failed\n");
1056 FAILED(buf[6] != -4.5, "test13 case 5 failed\n");
1058 FAILED(buf2[0] != 1, "test13 case 6 failed\n");
1059 FAILED(buf2[1] != 0, "test13 cas
[all...]

Completed in 220 milliseconds