(view as text)
gmake[1]: Entering directory '/export/home/buildbot-unstable10s/slave/gawk-solaris10-sparc/build/test'
for i in _* ; \
do \
if [ "$i" != "_*" ]; then \
echo ============== $i ============= ; \
base=`echo $i | sed 's/^_//'` ; \
if echo "$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null && [ -r ${base}-mpfr.ok ]; then \
diff -u ${base}-mpfr.ok $i ; \
elif echo "$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null && [ -r "."/${base}-mpfr.ok ]; then \
diff -u "."/${base}-mpfr.ok $i ; \
elif [ -r ${base}.ok ]; then \
diff -u ${base}.ok $i ; \
else \
diff -u "."/${base}.ok $i ; \
fi ; \
fi ; \
done | ${PAGER:-more}
============== _cmdlinefsbacknl2 =============
--- cmdlinefsbacknl2.ok Sun Oct 8 21:08:19 2023
+++ _cmdlinefsbacknl2 Mon Nov 11 10:47:21 2024
@@ -1,23 +1,2 @@
- 5c 0a
- 5c 0a
- 5c 0a
- 5c 0a
- 5c 0a
- 5c 0a
-gawk: cmd. line:2: warning: invalid `\u' escape sequence
-gawk: cmd. line:3: warning: invalid `\u' escape sequence
- 3f 0a 3f 0a
-gawk: cmd. line:2: warning: invalid `\u' escape sequence
-right: literal ? is literal
-gawk: cmd. line:2: warning: invalid `\u' escape sequence
-gawk: cmd. line:5: warning: invalid `\u' escape sequence
-gawk: cmd. line:8: warning: invalid `\u' escape sequence
-1 == 1
-gawk: cmd. line:3: warning: invalid `\u' escape sequence
-1 == 1
-0 == 0
-gawk: cmd. line:6: warning: invalid `\u' escape sequence
-0 == 0
-0 == 0
-gawk: cmd. line:9: warning: invalid `\u' escape sequence
-0 == 0
+./cmdlinefsbacknl2.sh: LC_CTYPE=en_US.UTF-8: is not an identifier
+EXIT CODE: 1
============== _commas =============
--- commas.ok Mon Sep 6 15:29:02 2021
+++ _commas Mon Nov 11 10:51:58 2024
@@ -1,2 +1,2 @@
-123,456,789
-123,456,789.000000
+123456789
+123456789.000000
============== _iolint =============
--- iolint.ok Fri Dec 10 11:01:28 2021
+++ _iolint Mon Nov 11 10:52:10 2024
@@ -27,6 +27,6 @@
0
0
gawk: iolint.awk:76: warning: `cksum' used for output file and output pipe
-3015617425 6
+3015617425 6
0
0
============== _localenl =============
--- localenl.ok Mon Oct 28 21:33:34 2013
+++ _localenl Mon Nov 11 10:51:42 2024
@@ -1,4 +1,1 @@
-LC_ALL=C passed
-LC_ALL=POSIX passed
-LC_ALL=en_US.ISO-8859-1 passed
-LC_ALL=en_US.UTF-8 passed
+EXIT CODE: 1
gmake[1]: Leaving directory '/export/home/buildbot-unstable10s/slave/gawk-solaris10-sparc/build/test'