Home
last modified time | relevance | path

Searched refs:test9 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgmerge-99 cat <<EOF > mm-test9.in1
18 cat <<EOF > mm-test9.in2
27 ${MSGMERGE} -q -o /dev/null mm-test9.in1 mm-test9.in2 \
28 2>&1 | grep -v '^==' > mm-test9.err
31 cat << EOF > mm-test9.ok
32 mm-test9.in1:3: duplicate message definition...
33 mm-test9.in1:1: ...this is the location of the first definition
38 ${DIFF} mm-test9.ok mm-test9.err
H A Dmsgcat-910 cat <<\EOF > mcat-test9.in1
34 cat <<\EOF > mcat-test9.in2
59 rm -f mcat-test9.out
62 ${MSGCAT} --more-than=0 -o mcat-test9.out \
63 mcat-test9.in1 mcat-test9.in2
67 cat <<\EOF > mcat-test9.ok
101 ${DIFF} mcat-test9.ok mcat-test9.out
H A Dmsgcomm-99 cat <<EOF > mcomm-test9.in1
26 cat <<EOF > mcomm-test9.in2
45 ${MSGCOMM} --more-than=1 --no-location -o mcomm-test9.out \
46 mcomm-test9.in1 mcomm-test9.in2
50 cat << EOF > mcomm-test9.ok
67 ${DIFF} mcomm-test9.ok mcomm-test9.out
H A Dmsgfmt-99 cat <<EOF > mf-test9.in1
35 ${MSGFMT} --verbose --check mf-test9.in1 -o /dev/null \
36 2>&1 | grep -v '^==' > mf-test9.err
39 cat << EOF > mf-test9.ok
40 mf-test9.in1:17: duplicate message definition...
41 mf-test9.in1:15: ...this is the location of the first definition
46 ${DIFF} mf-test9.ok mf-test9.err
H A Dmsgattrib-99 cat <<\EOF > ma-test9.po
61 ${MSGATTRIB} --clear-fuzzy -o ma-test9.out ma-test9.po
65 cat <<\EOF > ma-test9.ok
114 ${DIFF} ma-test9.ok ma-test9.out
H A Dxgettext-910 cat <<\EOF > xg-test9.c
33 tmpfiles="$tmpfiles xg-test9.ok"
H A DChangeLog.01244 xg-test8.ok, xg-test9.ok: Adapt for recent xgettext. No more
1253 * xg-test9.ok, xg-test8.ok, xg-test7.ok, xg-test6.ok, xg-test5.ok,
1268 (TESTSRCS): Add xg-test9.c
1269 (OKFILES): Add xg-test9.ok
1271 * xg-test9.c, xg-test9.ok: New files. Input and expected result
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc100 int test9 () { in test9() function
217 test9(); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in52 tests: test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11 \
202 test9: $(PROG) test9.ref
208 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -c . -M '*'/inet >test9.tmp 2>&1
209 diff test9.ref test9.tmp
210 rm -f main.cf master.cf test9.tmp
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dautotest.at1155 AT_SETUP(test9) # 09
/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c615 static void test9(void) in test9() function
5351 test9(); in sljit_test()