Home
last modified time | relevance | path

Searched refs:test7 (Results 1 – 25 of 3405) sorted by relevance

12345678910>>...137

/dports/devel/py-plex/py38-plex-1.1.5/tests/
H A Dtest7.out1 test7.in 1 0 begin 'aa'
2 test7.in 1 3 middle 'bbb'
3 test7.in 1 7 middle 'bb'
4 test7.in 1 10 middle 'bbbbb'
5 test7.in 1 16 middle 'b'
6 test7.in 1 18 end 'ccc'
7 test7.in 2 0 begin 'a'
8 test7.in 2 2 middle 'bb'
10 test7.in 2 9 middle 'b'
11 test7.in 2 11 end 'cc'
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A DMakefile.am268 test7.17_configs/test7.17.1/gres.conf \
269 test7.17_configs/test7.17.1/slurm.conf \
270 test7.17_configs/test7.17.2/gres.conf \
271 test7.17_configs/test7.17.2/slurm.conf \
272 test7.17_configs/test7.17.3/gres.conf \
273 test7.17_configs/test7.17.3/slurm.conf \
274 test7.17_configs/test7.17.4/gres.conf \
275 test7.17_configs/test7.17.4/slurm.conf \
276 test7.17_configs/test7.17.5/slurm.conf \
277 test7.17_configs/test7.17.6/gres.conf \
[all …]
/dports/dns/dnscap/dnscap-2.0.1/src/test/
H A Dtest7.sh5 rm -f test7.out test7.layer.out
8 ../dnscap -r "$what" -g -T 2>>test7.out
9 ../dnscap -r "$what" -g -T -o use_layers=yes 2>>test7.layer.out
11 ../dnscap -r "$what" -T -P "$txtout" >>test7.out
16 echo "" >>test7.out
17 echo "Enabling parse_ongoing_tcp and allow_reset_tcpstate" >>test7.out
18 echo "" >>test7.out
19 echo "" >>test7.layer.out
21 echo "" >>test7.layer.out
32 diff test7.out "$srcdir/test7.gold"
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/integration/TestArrayUnpack/
H A Darray_unpack.mat.float.ax39 mat4f@test7[0,0] = mat4f@test8[3,3];
40 mat4f@test8[0,1] = mat4f@test7[0,0];
41 mat4f@test7[0,2] = mat4f@test8[2,3];
42 mat4f@test8[0,3] = mat4f@test7[1,2];
43 mat4f@test7[1,0] = mat4f@test8[3,1];
44 mat4f@test8[1,1] = mat4f@test7[0,1];
45 mat4f@test7[1,2] = mat4f@test8[2,2];
46 mat4f@test8[1,3] = mat4f@test7[2,0];
47 mat4f@test7[2,0] = mat4f@test8[0,2];
48 mat4f@test8[2,1] = mat4f@test7[1,3];
[all …]
H A Darray_unpack.mat.double.ax39 mat4d@test7[0,0] = mat4d@test8[3,3];
40 mat4d@test8[0,1] = mat4d@test7[0,0];
41 mat4d@test7[0,2] = mat4d@test8[2,3];
42 mat4d@test8[0,3] = mat4d@test7[1,2];
43 mat4d@test7[1,0] = mat4d@test8[3,1];
44 mat4d@test8[1,1] = mat4d@test7[0,1];
45 mat4d@test7[1,2] = mat4d@test8[2,2];
46 mat4d@test8[1,3] = mat4d@test7[2,0];
47 mat4d@test7[2,0] = mat4d@test8[0,2];
48 mat4d@test8[2,1] = mat4d@test7[1,3];
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/tests/
H A Dmsgfilter-77 cat <<\EOF > mfi-test7.po
57 cat <<\EOF > mf-test7.sh
65 chmod +x mf-test7.sh
68 LC_ALL=C ${MSGFILTER} -i mfi-test7.po -o mfi-test7.out \
69 ./mf-test7.sh >mfi-test7.err 2>&1
71 cat mfi-test7.err | grep -v 'warning: Locale charset' | grep -v '^ '
74 cat <<\EOF > mfi-test7.ok
122 ${DIFF} mfi-test7.ok mfi-test7.out
H A Dmsgcomm-76 cat <<EOF > mcomm-test7.in1
23 cat <<EOF > mcomm-test7.in2
30 ${MSGCOMM} --more-than=0 --no-location --omit-header -o mcomm-test7.tmp \
31 mcomm-test7.in1 mcomm-test7.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test7.tmp > mcomm-test7.out || Exit 1
34 cat << EOF > mcomm-test7.ok
43 ${DIFF} mcomm-test7.ok mcomm-test7.out
H A Dmsggrep-76 cat <<\EOF > mg-test7.po
53 ${MSGGREP} -J -e "File|" -o mg-test7.tmp mg-test7.po 2> mg-test7.err
55 cat mg-test7.err | grep -v 'warning: Locale charset' | grep -v '^ '
57 LC_ALL=C tr -d '\r' < mg-test7.tmp > mg-test7.out || Exit 1
59 cat <<\EOF > mg-test7.ok
82 ${DIFF} mg-test7.ok mg-test7.out
H A Dmsgmerge-76 cat <<\EOF > mm-test7.po
32 cat <<EOF > mm-test7.pot
42 ${MSGMERGE} -q -o mm-test7.tmp mm-test7.po mm-test7.pot || Exit 1
43 LC_ALL=C tr -d '\r' < mm-test7.tmp > mm-test7.out || Exit 1
45 cat <<\EOF > mm-test7.ok
76 ${DIFF} mm-test7.ok mm-test7.out
H A Dmsgcat-76 cat <<EOF > mcat-test7.in1
18 rm -f mcat-test7.tmp
20 ${MSGCAT} --sort-output -o mcat-test7.tmp mcat-test7.in1 || Exit 1
21 LC_ALL=C tr -d '\r' < mcat-test7.tmp > mcat-test7.out || Exit 1
23 cat << EOF > mcat-test7.ok
34 ${DIFF} mcat-test7.ok mcat-test7.out
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/tests/
H A Dmsgfilter-77 cat <<\EOF > mfi-test7.po
57 cat <<\EOF > mf-test7.sh
65 chmod +x mf-test7.sh
68 LC_ALL=C ${MSGFILTER} -i mfi-test7.po -o mfi-test7.out \
69 ./mf-test7.sh >mfi-test7.err 2>&1
71 cat mfi-test7.err | grep -v 'warning: Locale charset' | grep -v '^ '
74 cat <<\EOF > mfi-test7.ok
122 ${DIFF} mfi-test7.ok mfi-test7.out
H A Dmsgcomm-76 cat <<EOF > mcomm-test7.in1
23 cat <<EOF > mcomm-test7.in2
30 ${MSGCOMM} --more-than=0 --no-location --omit-header -o mcomm-test7.tmp \
31 mcomm-test7.in1 mcomm-test7.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test7.tmp > mcomm-test7.out || Exit 1
34 cat << EOF > mcomm-test7.ok
43 ${DIFF} mcomm-test7.ok mcomm-test7.out
H A Dmsgmerge-76 cat <<\EOF > mm-test7.po
32 cat <<EOF > mm-test7.pot
42 ${MSGMERGE} -q -o mm-test7.tmp mm-test7.po mm-test7.pot || Exit 1
43 LC_ALL=C tr -d '\r' < mm-test7.tmp > mm-test7.out || Exit 1
45 cat <<\EOF > mm-test7.ok
76 ${DIFF} mm-test7.ok mm-test7.out
H A Dmsggrep-76 cat <<\EOF > mg-test7.po
53 ${MSGGREP} -J -e "File|" -o mg-test7.tmp mg-test7.po 2> mg-test7.err
55 cat mg-test7.err | grep -v 'warning: Locale charset' | grep -v '^ '
57 LC_ALL=C tr -d '\r' < mg-test7.tmp > mg-test7.out || Exit 1
59 cat <<\EOF > mg-test7.ok
82 ${DIFF} mg-test7.ok mg-test7.out
H A Dmsgcat-76 cat <<EOF > mcat-test7.in1
18 rm -f mcat-test7.tmp
20 ${MSGCAT} --sort-output -o mcat-test7.tmp mcat-test7.in1 || Exit 1
21 LC_ALL=C tr -d '\r' < mcat-test7.tmp > mcat-test7.out || Exit 1
23 cat << EOF > mcat-test7.ok
34 ${DIFF} mcat-test7.ok mcat-test7.out
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/tests/
H A Dmsgfilter-77 cat <<\EOF > mfi-test7.po
57 cat <<\EOF > mf-test7.sh
65 chmod +x mf-test7.sh
68 LC_ALL=C ${MSGFILTER} -i mfi-test7.po -o mfi-test7.out \
69 ./mf-test7.sh >mfi-test7.err 2>&1
71 cat mfi-test7.err | grep -v 'warning: Locale charset' | grep -v '^ '
74 cat <<\EOF > mfi-test7.ok
122 ${DIFF} mfi-test7.ok mfi-test7.out
H A Dmsgcomm-76 cat <<EOF > mcomm-test7.in1
23 cat <<EOF > mcomm-test7.in2
30 ${MSGCOMM} --more-than=0 --no-location --omit-header -o mcomm-test7.tmp \
31 mcomm-test7.in1 mcomm-test7.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test7.tmp > mcomm-test7.out || Exit 1
34 cat << EOF > mcomm-test7.ok
43 ${DIFF} mcomm-test7.ok mcomm-test7.out
H A Dmsggrep-76 cat <<\EOF > mg-test7.po
53 ${MSGGREP} -J -e "File|" -o mg-test7.tmp mg-test7.po 2> mg-test7.err
55 cat mg-test7.err | grep -v 'warning: Locale charset' | grep -v '^ '
57 LC_ALL=C tr -d '\r' < mg-test7.tmp > mg-test7.out || Exit 1
59 cat <<\EOF > mg-test7.ok
82 ${DIFF} mg-test7.ok mg-test7.out
H A Dmsgmerge-76 cat <<\EOF > mm-test7.po
32 cat <<EOF > mm-test7.pot
42 ${MSGMERGE} -q -o mm-test7.tmp mm-test7.po mm-test7.pot || Exit 1
43 LC_ALL=C tr -d '\r' < mm-test7.tmp > mm-test7.out || Exit 1
45 cat <<\EOF > mm-test7.ok
76 ${DIFF} mm-test7.ok mm-test7.out
H A Dmsgcat-76 cat <<EOF > mcat-test7.in1
18 rm -f mcat-test7.tmp
20 ${MSGCAT} --sort-output -o mcat-test7.tmp mcat-test7.in1 || Exit 1
21 LC_ALL=C tr -d '\r' < mcat-test7.tmp > mcat-test7.out || Exit 1
23 cat << EOF > mcat-test7.ok
34 ${DIFF} mcat-test7.ok mcat-test7.out
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/tests/
H A Dmsgfilter-77 cat <<\EOF > mfi-test7.po
57 cat <<\EOF > mf-test7.sh
65 chmod +x mf-test7.sh
68 LC_ALL=C ${MSGFILTER} -i mfi-test7.po -o mfi-test7.out \
69 ./mf-test7.sh >mfi-test7.err 2>&1
71 cat mfi-test7.err | grep -v 'warning: Locale charset' | grep -v '^ '
74 cat <<\EOF > mfi-test7.ok
122 ${DIFF} mfi-test7.ok mfi-test7.out
H A Dmsgcomm-76 cat <<EOF > mcomm-test7.in1
23 cat <<EOF > mcomm-test7.in2
30 ${MSGCOMM} --more-than=0 --no-location --omit-header -o mcomm-test7.tmp \
31 mcomm-test7.in1 mcomm-test7.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test7.tmp > mcomm-test7.out || Exit 1
34 cat << EOF > mcomm-test7.ok
43 ${DIFF} mcomm-test7.ok mcomm-test7.out
H A Dmsggrep-76 cat <<\EOF > mg-test7.po
53 ${MSGGREP} -J -e "File|" -o mg-test7.tmp mg-test7.po 2> mg-test7.err
55 cat mg-test7.err | grep -v 'warning: Locale charset' | grep -v '^ '
57 LC_ALL=C tr -d '\r' < mg-test7.tmp > mg-test7.out || Exit 1
59 cat <<\EOF > mg-test7.ok
82 ${DIFF} mg-test7.ok mg-test7.out
H A Dmsgmerge-76 cat <<\EOF > mm-test7.po
32 cat <<EOF > mm-test7.pot
42 ${MSGMERGE} -q -o mm-test7.tmp mm-test7.po mm-test7.pot || Exit 1
43 LC_ALL=C tr -d '\r' < mm-test7.tmp > mm-test7.out || Exit 1
45 cat <<\EOF > mm-test7.ok
76 ${DIFF} mm-test7.ok mm-test7.out
H A Dmsgcat-76 cat <<EOF > mcat-test7.in1
18 rm -f mcat-test7.tmp
20 ${MSGCAT} --sort-output -o mcat-test7.tmp mcat-test7.in1 || Exit 1
21 LC_ALL=C tr -d '\r' < mcat-test7.tmp > mcat-test7.out || Exit 1
23 cat << EOF > mcat-test7.ok
34 ${DIFF} mcat-test7.ok mcat-test7.out

12345678910>>...137