Searched refs:test4 (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcat-49 tmpfiles="$tmpfiles mcat-test4.in1 mcat-test4.in2"
10 cat <<\EOF > mcat-test4.in1
33 cat <<\EOF > mcat-test4.in2
57 tmpfiles="$tmpfiles mcat-test4.out mcat-test4.err"
58 rm -f mcat-test4.out
62 ${MSGCAT} --use-first --more-than=0 -o mcat-test4.out \
63 mcat-test4.in1 mcat-test4
[all...]
H A Dmsgcomm-48 tmpfiles="$tmpfiles mcomm-test4.in1 mcomm-test4.in2"
9 cat <<EOF > mcomm-test4.in1
26 cat <<EOF > mcomm-test4.in2
32 tmpfiles="$tmpfiles mcomm-test4.out"
34 ${MSGCOMM} --more-than=0 -o mcomm-test4.out \
35 mcomm-test4.in1 mcomm-test4.in2
38 tmpfiles="$tmpfiles mcomm-test4.ok"
39 cat << EOF > mcomm-test4
[all...]
H A Dmsgmerge-48 tmpfiles="$tmpfiles mm-test4.in1.po mm-test4.in2.po"
9 cat <<EOF > mm-test4.in1.po
22 cat <<EOF > mm-test4.in2.po
30 tmpfiles="$tmpfiles mm-test4.out"
32 ${MSGMERGE} -q -o mm-test4.out mm-test4.in1.po mm-test4.in2.po
35 tmpfiles="$tmpfiles mm-test4.ok"
36 cat <<EOF > mm-test4
[all...]
H A Dxgettext-48 tmpfiles="$tmpfiles xg-test4.in.c"
9 cat <<EOF > xg-test4.in.c
13 tmpfiles="$tmpfiles xg-test4.po"
16 ${XGETTEXT} --output - --foreign-user --no-location -k_ xg-test4.in.c \
17 | sed '/\"POT-Creation-Date:.*/d' > xg-test4.po
19 tmpfiles="$tmpfiles xg-test4.ok"
20 cat <<EOF > xg-test4.ok
42 ${DIFF} xg-test4.ok xg-test4.po
H A Dmsgcmp-49 tmpfiles="$tmpfiles mc-test4.pot"
10 cat <<\EOF > mc-test4.pot
48 tmpfiles="$tmpfiles mc-test4.po1"
49 cat <<\EOF > mc-test4.po1
91 tmpfiles="$tmpfiles mc-test4.out11"
94 ${MSGCMP} --use-fuzzy mc-test4.po1 mc-test4.pot > mc-test4.out11 2>&1
96 if grep -v 'warning:' mc-test4.out11 > /dev/null; then
101 tmpfiles="$tmpfiles mc-test4
[all...]
H A Dmsgexec-48 tmpfiles="$tmpfiles mex-test4.po"
9 cat <<\EOF > mex-test4.po
54 tmpfiles="$tmpfiles mex-test4.sh"
55 cat <<\EOF > mex-test4.sh
69 chmod a+x mex-test4.sh
71 tmpfiles="$tmpfiles mex-test4.out"
73 ${MSGEXEC} -i mex-test4.po ./mex-test4.sh > mex-test4.out
76 tmpfiles="$tmpfiles mex-test4
[all...]
H A Dmsgconv-49 tmpfiles="$tmpfiles mco-test4.properties"
10 cat <<\EOF > mco-test4.properties
15 tmpfiles="$tmpfiles mco-test4.out"
17 ${MSGCONV} --properties-input --properties-output -t Big5 -o mco-test4.out mco-test4.properties
22 ${DIFF} mco-test4.properties mco-test4.out >/dev/null
H A Dmsgattrib-48 tmpfiles="$tmpfiles ma-test4.po"
9 cat <<\EOF > ma-test4.po
59 tmpfiles="$tmpfiles ma-test4.out"
61 ${MSGATTRIB} --only-fuzzy -o ma-test4.out ma-test4.po
64 tmpfiles="$tmpfiles ma-test4.ok"
65 cat <<\EOF > ma-test4.ok
85 ${DIFF} ma-test4.ok ma-test4.out
H A Dmsgfmt-48 tmpfiles="$tmpfiles mf-test4.po"
9 cat <<EOF >mf-test4.po
39 ${MSGFMT} -o /dev/null mf-test4.po 2> /dev/null
H A Dmsggrep-48 tmpfiles="$tmpfiles mg-test4.po"
9 cat <<\EOF > mg-test4.po
158 tmpfiles="$tmpfiles mg-test4.in1"
159 echo 'invalid' > mg-test4.in1
161 tmpfiles="$tmpfiles mg-test4.in2"
162 echo 'illegal' > mg-test4.in2
164 tmpfiles="$tmpfiles mg-test4.out mg-test4.err"
167 ${MSGGREP} -K -e error -f mg-test4.in1 -f mg-test4
[all...]
H A Dmsgfilter-437 tmpfiles="$tmpfiles mfi-test4.po"
38 cat <<\EOF > mfi-test4.po
83 tmpfiles="$tmpfiles mfi-test4.out mfi-test4.err"
92 ${MSGFILTER} -i mfi-test4.po -o mfi-test4.out sed -e "$sedexpr1" -e "$sedexpr2" >mfi-test4.err 2>&1
94 cat mfi-test4.err | grep -v 'warning: Locale charset' | grep -v '^ '
97 tmpfiles="$tmpfiles mfi-test4.ok"
98 cat <<\EOF > mfi-test4
[all...]
H A Dxgettext-csharp-123 String test4 = rm.GetString("");
H A Dxgettext-java-124 String test4 = b.getString("Test " +
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dsection5.s5 .section .test4, "aw", %nobits
16 .section .test4, "aw"
H A Dsection5.l18 [ ]+[0-9]+[ ]+.section[ ]+.test4,[ ]*"aw",[ ]*%nobits[ ]*
29 [ ]+[0-9]+[ ]+.section[ ]+.test4,[ ]*"aw"[ ]*
H A Dtype-2.s18 .type test4,%function
19 .type test4,%notype
20 test4: label
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dm-static.cc91 gnu_obj_4 test4; local
94 test4.dummy = test4.elsewhere;
95 test4.dummy = 0;
99 return test4.dummy;
H A Doranking.cc55 int test4 () { function
198 test4();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dm-static.cc91 gnu_obj_4 test4; local
94 test4.dummy = test4.elsewhere;
95 test4.dummy = 0;
99 return test4.dummy;
H A Doranking.cc55 int test4 () { function
198 test4();
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/iq2000/
H A Dnoyield.s11 beq %0, %0, test4
13 test4: sleep label
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dcrossref.exp25 set test4 "NOCROSSREFS_TO 1"
34 untested $test4
162 pass $test4
165 fail $test4
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-delegation.in52 server=host/datan.test4.h5l.se@TEST4.H5L.ORG
93 ${kadmin} add -p foo --use-defaults host/server.test4.h5l.se@${R4} || exit 1
94 ${kadmin} modify --attributes=+ok-as-delegate host/server.test4.h5l.se@${R4} || exit 1
121 ${kgetcred} host/server.test4.h5l.se@${R4} || { ec=1 ; eval "${testfailed}"; }
129 ${klist} -v | awk '/Server:.*host.server.test4/{c=8}{if(c-->0){print}}' | grep 'Ticket flags:.*ok-as-delegate' 2> /dev/null && \
130 { ec=1 ; echo "server.test4 failed" ; eval "${testfailed}"; }
139 #${kgetcred} host/server.test4.h5l.se@${R4} || { ec=1 ; eval "${testfailed}"; }
142 #${klist} -v | grep -A8 -e 'Server:.*server.test4' | grep 'Ticket flags:.*ok-as-delegate' && { ec=1 ; eval "${testfailed}"; }
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dexclude.exp45 set test4 "ld exclude symbols from archive - --exclude-libs libexclude"
97 pass $test4
99 fail $test4
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dcatch_in_finally.d101 void test4()
188 test4();

Completed in 164 milliseconds

12