From: Bruno Haible Date: Sat, 27 Oct 2007 15:27:43 +0000 (+0000) Subject: Add expected test results for Debian 4.0.0. X-Git-Tag: v0.17~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8c2ca892ee20894ff7238260404dc05aafdaf0d;p=thirdparty%2Fgettext.git Add expected test results for Debian 4.0.0. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 41d4058fc..7c7a68b6a 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -5,11 +5,13 @@ 2007-10-27 Bruno Haible - * tests/test-term-ostream-xterm-new.out: New file. - * tests/test-term-ostream-xterm: Use it as possible test result. - * modules/term-ostream-tests (Files): Add it. - * Makefile.am (EXTRA_DIST): Add it. - Needed on Mandriva Linux Corporate Server release 2006.0. + * tests/test-term-ostream-xterm-linux-debian.out: New file. + * tests/test-term-ostream-xterm-linux-mandriva.out: New file. + * tests/test-term-ostream-xterm: Use them as possible test results. + * modules/term-ostream-tests (Files): Add the new files. + * Makefile.am (EXTRA_DIST): Add the new files. + Needed on Mandriva Linux Corporate Server release 2006.0 and + Debian 4.0.0. 2007-10-27 Bruno Haible diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 12096335a..88632ef0b 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -321,9 +321,10 @@ tests/test-term-ostream.c \ tests/test-term-ostream-xterm \ tests/test-term-ostream-xterm-r6.out \ tests/test-term-ostream-xterm-xf86-v32.out \ -tests/test-term-ostream-xterm-new.out \ tests/test-term-ostream-xterm-basic.out \ tests/test-term-ostream-xterm-8bit.out \ +tests/test-term-ostream-xterm-linux-debian.out \ +tests/test-term-ostream-xterm-linux-mandriva.out \ tests/test-term-ostream-xterm-netbsd3.out \ tests/test-term-ostream-xterm-solaris10.out \ tests/test-term-ostream-xterm-aix51.out \ diff --git a/gnulib-local/modules/term-ostream-tests b/gnulib-local/modules/term-ostream-tests index 315f97191..f99d48c5b 100644 --- a/gnulib-local/modules/term-ostream-tests +++ b/gnulib-local/modules/term-ostream-tests @@ -3,9 +3,10 @@ tests/test-term-ostream.c tests/test-term-ostream-xterm tests/test-term-ostream-xterm-r6.out tests/test-term-ostream-xterm-xf86-v32.out -tests/test-term-ostream-xterm-new.out tests/test-term-ostream-xterm-basic.out tests/test-term-ostream-xterm-8bit.out +tests/test-term-ostream-xterm-linux-debian.out +tests/test-term-ostream-xterm-linux-mandriva.out tests/test-term-ostream-xterm-netbsd3.out tests/test-term-ostream-xterm-solaris10.out tests/test-term-ostream-xterm-aix51.out diff --git a/gnulib-local/tests/test-term-ostream-xterm b/gnulib-local/tests/test-term-ostream-xterm index 8c2075b83..6f080c19e 100755 --- a/gnulib-local/tests/test-term-ostream-xterm +++ b/gnulib-local/tests/test-term-ostream-xterm @@ -11,24 +11,25 @@ tmpfiles="$tmpfiles out" # There are several variants of the "xterm" terminal description floating # around, each with a different sgr0 escape sequence. Use "infocmp -l -1 xterm" # to inspect the escape sequences of xterm on your platform. -# xterm-r6: sgr0=\E[m -# xterm-xf86-v32: sgr0=\E[m\017 -# xterm-new: sgr0=\E[m\E(B -# xterm-basic: sgr0=\E(B\E[m -# xterm-8bit: sgr0=\2330m\E(B +# xterm-r6: sgr0=\E[m +# xterm-xf86-v32: sgr0=\E[m\017 +# xterm-linux-mandriva: sgr0=\E[m\E(B +# xterm-basic: sgr0=\E(B\E[m +# xterm-8bit: sgr0=\2330m\E(B : ${DIFF=diff} - ${DIFF} ${srcdir}/test-term-ostream-xterm-r6.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-xf86-v32.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-new.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-basic.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-8bit.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-netbsd3.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-solaris10.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-aix51.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-osf51.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-irix65.out out > /dev/null \ -|| ${DIFF} ${srcdir}/test-term-ostream-xterm-mingw.out out > /dev/null + ${DIFF} ${srcdir}/test-term-ostream-xterm-r6.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-xf86-v32.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-basic.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-8bit.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-linux-debian.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-linux-mandriva.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-netbsd3.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-solaris10.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-aix51.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-osf51.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-irix65.out out > /dev/null \ +|| ${DIFF} ${srcdir}/test-term-ostream-xterm-mingw.out out > /dev/null result=$? rm -fr $tmpfiles diff --git a/gnulib-local/tests/test-term-ostream-xterm-linux-debian.out b/gnulib-local/tests/test-term-ostream-xterm-linux-debian.out new file mode 100644 index 000000000..3e1ea6782 --- /dev/null +++ b/gnulib-local/tests/test-term-ostream-xterm-linux-debian.out @@ -0,0 +1,131 @@ +Colors (foreground/background): + |black |blue |green |cyan |red |magenta|yellow |white |default +black | Words | Words | Words | Words | Words | Words | Words | Words | Words  +blue | Words | Words | Words | Words | Words | Words | Words | Words | Words  +green | Words | Words | Words | Words | Words | Words | Words | Words | Words  +cyan | Words | Words | Words | Words | Words | Words | Words | Words | Words  +red | Words | Words | Words | Words | Words | Words | Words | Words | Words  +magenta| Words | Words | Words | Words | Words | Words | Words | Words | Words  +yellow | Words | Words | Words | Words | Words | Words | Words | Words | Words  +white | Words | Words | Words | Words | Words | Words | Words | Words | Words  +default| Words | Words | Words | Words | Words | Words | Words | Words | Words + +Colors (hue/saturation): +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   +   + +Weights: +normal, bold, default + +Postures: +normal, italic, default + +Text decorations: +normal, underlined, default +