Home
last modified time | relevance | path

Searched refs:test8 (Results 1 – 25 of 66) sorted by relevance

123

/third_party/gettext/gettext-tools/tests/
Dmsgcat-87 cat <<\EOF > mcat-test8.in1
32 cat <<\EOF > mcat-test8.in2
56 rm -f mcat-test8.tmp
59 ${MSGCAT} --more-than=0 -o mcat-test8.tmp \
60 mcat-test8.in1 mcat-test8.in2 || Exit 1
61 LC_ALL=C tr -d '\r' < mcat-test8.tmp > mcat-test8.out || Exit 1
63 cat <<\EOF > mcat-test8.ok
104 ${DIFF} mcat-test8.ok mcat-test8.out
Dmsgcomm-86 cat <<EOF > mcomm-test8.in1
23 cat <<EOF > mcomm-test8.in2
41 ${MSGCOMM} --more-than=1 -o mcomm-test8.tmp \
42 mcomm-test8.in1 mcomm-test8.in2 || Exit 1
43 LC_ALL=C tr -d '\r' < mcomm-test8.tmp > mcomm-test8.out || Exit 1
45 cat << EOF > mcomm-test8.ok
63 ${DIFF} mcomm-test8.ok mcomm-test8.out
Dmsggrep-86 cat <<\EOF > mg-test8.po
37 ${MSGGREP} -X -e c-form -o mg-test8.tmp mg-test8.po >mg-test8.err 2>&1
39 cat mg-test8.err | grep -v 'warning: Locale charset' | grep -v '^ '
41 LC_ALL=C tr -d '\r' < mg-test8.tmp > mg-test8.out || Exit 1
43 cat <<\EOF > mg-test8.ok
63 ${DIFF} mg-test8.ok mg-test8.out
Dmsgmerge-86 cat <<\EOF > mm-test8.po
32 cat <<EOF > mm-test8.pot
38 ${MSGMERGE} --multi-domain -q -o mm-test8.tmp mm-test8.po mm-test8.pot || Exit 1
39 LC_ALL=C tr -d '\r' < mm-test8.tmp > mm-test8.out || Exit 1
41 cat <<\EOF > mm-test8.ok
72 ${DIFF} mm-test8.ok mm-test8.out
Dxgettext-86 cat <<\EOF > xg-test8.po
30 cat <<EOF > xg-test8.in.c
35 ${XGETTEXT} -a -j -o xg-test8.po xg-test8.in.c || Exit 1
37 sed -e '/POT-Creation-Date/d' < xg-test8.po | LC_ALL=C tr -d '\r' > xg-test8.pot
39 cat <<\EOF > xg-test8.ok
68 ${DIFF} xg-test8.ok xg-test8.pot
Dmsgfmt-86 cat <<EOF > mf-test8.in1
28 ${MSGFMT} --verbose --check mf-test8.in1 -o /dev/null \
29 …s|^msgfmt\.exe|msgfmt|' -e 's|^/cygdrive/[^ ]*/msgfmt|msgfmt|' | LC_ALL=C tr -d '\r' > mf-test8.err
31 cat << EOF > mf-test8.ok
32 mf-test8.in1:17: duplicate message definition...
33 mf-test8.in1:16: ...this is the location of the first definition
38 ${DIFF} mf-test8.ok mf-test8.err
Dmsgattrib-87 cat <<\EOF > ma-test8.po
58 ${MSGATTRIB} --set-fuzzy -o ma-test8.tmp ma-test8.po || Exit 1
59 LC_ALL=C tr -d '\r' < ma-test8.tmp > ma-test8.out || Exit 1
61 cat <<\EOF > ma-test8.ok
117 ${DIFF} ma-test8.ok ma-test8.out
Dmsgfilter-818 cat <<\EOF > mfi-test8.po
83 LC_ALL=C ${MSGFILTER} --newline -i mfi-test8.po -o mfi-test8.out \
84 ${CONFIG_SHELL} filter.sh >mfi-test8.err 2>&1
86 cat mfi-test8.err | grep -v 'warning: Locale charset' | grep -v '^ '
88 cat mfi-test8.err | grep 'msgfilter: filter output is not terminated with a newline' >/dev/null
91 cat <<\EOF > mfi-test8.ok
164 ${DIFF} mfi-test8.ok mfi-test8.out
/third_party/typescript/tests/baselines/reference/
DoptionalPropertiesTest.js34 var test8: i4 = { M: 5 } variable
35 test8 = {};
65 var test8 = { M: 5 }; variable
66 test8 = {};
DoptionalPropertiesTest.types126 var test8: i4 = { M: 5 }
127 >test8 : i4
132 test8 = {};
133 >test8 = {} : {}
134 >test8 : i4
DoptionalPropertiesTest.symbols109 var test8: i4 = { M: 5 }
110 >test8 : Symbol(test8, Decl(optionalPropertiesTest.ts, 32, 3))
114 test8 = {};
115 >test8 : Symbol(test8, Decl(optionalPropertiesTest.ts, 32, 3))
DnumericLiteralsWithTrailingDecimalPoints01.js17 var test8 = new Number(4).toString();
55 var test8 = new Number(4).toString();
DnumericLiteralsWithTrailingDecimalPoints02.js17 var test8 = new Number(4).toString();
54 var test8 = new Number(4).toString();
DsubclassThisTypeAssignable.js27 const test8: ClassComponent<any> = new C(); constant
40 var test8 = new C(); variable
DsubclassThisTypeAssignable.types45 const test8: ClassComponent<any> = new C();
46 >test8 : ClassComponent<any>
DsubclassThisTypeAssignable.symbols88 const test8: ClassComponent<any> = new C();
89 >test8 : Symbol(test8, Decl(tile1.ts, 23, 5))
DtypeGuardTypeOfUndefined.js86 function test8(a: boolean | void) { function
266 function test8(a) {
DnumericLiteralsWithTrailingDecimalPoints02.symbols55 var test8 = new Number(4).toString();
56 >test8 : Symbol(test8, Decl(numericLiteralsWithTrailingDecimalPoints02.ts, 15, 3))
DnumericLiteralsWithTrailingDecimalPoints01.symbols55 var test8 = new Number(4).toString();
56 >test8 : Symbol(test8, Decl(numericLiteralsWithTrailingDecimalPoints01.ts, 15, 3))
/third_party/typescript/tests/cases/compiler/
DoptionalPropertiesTest.ts33 var test8: i4 = { M: 5 } variable
34 test8 = {};
/third_party/boost/libs/mpl/doc/src/refmanual/
DHAS_XXX_TRAIT_DEF.rst90 struct test8 { typedef void (\*xxx)(); };
102 BOOST_MPL_ASSERT(( has_xxx<test8> ));
108 BOOST_MPL_ASSERT(( has_xxx<test8,true\_> ));
DHAS_XXX_TRAIT_NAMED_DEF.rst127 struct test8 { typedef void (\*xxx)(); };
139 BOOST_MPL_ASSERT(( has_xxx<test8> ));
145 BOOST_MPL_ASSERT(( has_xxx<test8,true\_> ));
DHAS_XXX_TEMPLATE_DEF.rst98 struct test8 { typedef void (xxx)(); };
108 BOOST_MPL_ASSERT_NOT(( has_xxx<test8> ));
/third_party/pcre2/pcre2/
DRunTest346 test8=skip
354 test8=-8
371 test8=-8
461 for bmode in "$test8" "$test16" "$test32"; do
464 -16) if [ "$test8$test32" != "skipskip" ] ; then echo ""; fi
466 -32) if [ "$test8$test16" != "skipskip" ] ; then echo ""; fi
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_function.sh153 test8() function
207 test8

123