Searched refs:test12 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgmerge-129 tmpfiles="$tmpfiles mm-test12.po"
10 cat <<EOF > mm-test12.po
34 tmpfiles="$tmpfiles mm-test12.pot"
35 cat <<EOF > mm-test12.pot
57 tmpfiles="$tmpfiles mm-test12.out"
59 ${MSGMERGE} -q -o mm-test12.out mm-test12.po mm-test12.pot
62 tmpfiles="$tmpfiles mm-test12.ok"
63 cat <<EOF > mm-test12
[all...]
H A Dmsgcat-128 tmpfiles="$tmpfiles mcat-test12.in1 mcat-test12.in2"
9 cat <<\EOF > mcat-test12.in1
24 cat <<\EOF > mcat-test12.in2
47 tmpfiles="$tmpfiles mcat-test12.out"
48 rm -f mcat-test12.out
50 ${MSGCAT} -o mcat-test12.out mcat-test12.in1 mcat-test12.in2 2>/dev/null
H A Dmsgcomm-1211 tmpfiles="$tmpfiles mcomm-test12.in1 mcomm-test12.in2 mcomm-test12.in3"
12 cat <<EOF > mcomm-test12.in1
30 cat <<EOF > mcomm-test12.in2
48 cat <<EOF > mcomm-test12.in3
66 tmpfiles="$tmpfiles mcomm-test12.out"
71 ${MSGCOMM} --less-than=2 --no-location --force-po -o mcomm-test12.out \
72 mcomm-test12.in1 mcomm-test12
[all...]
H A Dmsgattrib-128 tmpfiles="$tmpfiles ma-test12.po"
9 cat <<\EOF > ma-test12.po
59 tmpfiles="$tmpfiles ma-test12.out"
61 ${MSGATTRIB} --fuzzy -o ma-test12.out ma-test12.po
64 tmpfiles="$tmpfiles ma-test12.ok"
65 cat <<\EOF > ma-test12.ok
83 ${DIFF} ma-test12.ok ma-test12.out
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc140 int test12 (){ function
231 test12();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc140 int test12 (){ function
231 test12();
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fmemopen.c566 ATF_TC(test12); variable
567 ATF_TC_HEAD(test12, tc)
569 atf_tc_set_md_var(tc, "descr", "test12");
571 ATF_TC_BODY(test12, tc)
1155 ATF_TP_ADD_TC(tp, test12);
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in53 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 \
234 test12: $(PROG) test12.ref
243 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -c . -M >test12.tmp 2>&1
244 diff test12.ref test12.tmp
245 rm -f main.cf master.cf test12.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c895 static void test12(void) function
914 printf("Run test12\n");
964 FAILED(buf[0] != 5, "test12 case 1 failed\n");
967 FAILED(buf[0] != 6, "test12 case 2 failed\n");
971 FAILED(buf[0] != 7, "test12 case 3 failed\n");
975 FAILED(buf[0] != 6, "test12 case 4 failed\n");
5354 test12();

Completed in 287 milliseconds