(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}
============== _clos1way2 =============
--- clos1way2.ok Mon Apr 11 05:26:52 2016
+++ _clos1way2 Mon Jul 28 11:19:40 2025
@@ -1,4 +1,3 @@
gawk: clos1way2.awk:5: (FILENAME=- FNR=1) warning: fflush: cannot flush: two-way pipe `cat - 1>&2 && sleep 2' has closed write end
-test
gawk: clos1way2.awk:6: (FILENAME=- FNR=1) fatal: print: attempt to write to closed write end of two-way pipe
EXIT CODE: 2
============== _clos1way6 =============
--- clos1way6.ok Wed Apr 6 05:06:36 2016
+++ _clos1way6 Mon Jul 28 11:19:51 2025
@@ -1,3 +1,2 @@
gawk: clos1way6.awk:5: warning: fflush: cannot flush: two-way pipe `cat - 1>&2; sleep 2' has closed write end
-test1
Bad file descriptor
============== _cmdlinefsbacknl2 =============
--- cmdlinefsbacknl2.ok Sun Oct 8 21:08:19 2023
+++ _cmdlinefsbacknl2 Mon Jul 28 11:09:21 2025
@@ -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 Jul 28 11:19:55 2025
@@ -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 Jul 28 11:21:02 2025
@@ -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 Jul 28 11:18:50 2025
@@ -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
============== _sigpipe1 =============
--- sigpipe1.ok Mon May 16 04:42:34 2016
+++ _sigpipe1 Mon Jul 28 11:18:11 2025
@@ -1,3 +1,4 @@
system
pipe to command
-pipe from command
+gawk: sigpipe1.awk:7: fatal: print to "yes | true" failed: Broken pipe
+EXIT CODE: 2
gmake[1]: Leaving directory '/export/home/buildbot-unstable10s/slave/gawk-solaris10-sparc/build/test'