(view as text)
gmake[1]: Entering directory '/export/home/buildbot/slave/gawk-solaris10-i386/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}
============== _arraysort2 =============
--- arraysort2.ok Sun Dec 2 22:31:42 2018
+++ _arraysort2 Thu Jun 25 12:30:23 2026
@@ -1,20 +1,20 @@
b[0][1] = ""
-b[0][2] = ""
-b[0][3] = ""
-b[0][4] = ""
-b[0][5] = ""
-b[0][6] = ""
-b[0][7] = ""
-b[0][8] = ""
+b[0][2] = "0"
+b[0][3] = "0"
+b[0][4] = "0"
+b[0][5] = "0"
+b[0][6] = "0"
+b[0][7] = "0"
+b[0][8] = "0"
====
-b[1][1] = ""
-b[1][2] = ""
-b[1][3] = ""
-b[1][4] = ""
-b[1][5] = ""
-b[1][6] = ""
-b[1][7] = ""
-b[1][8] = ""
+b[1][1] = "0"
+b[1][2] = "0"
+b[1][3] = "0"
+b[1][4] = "0"
+b[1][5] = "0"
+b[1][6] = "0"
+b[1][7] = "0"
+b[1][8] = "0"
====
b[2][1] = "aardvark"
b[2][2] = "Alligator"
============== _case-check =============
--- case-check.ok Sun Apr 5 14:45:45 2026
+++ _case-check Thu Jun 25 12:29:14 2026
@@ -9,16 +9,16 @@
Ω ~ ω: expect true, got true
ω ~ Ω: expect true, got true
Ω ~ ω: expect false, got false
- ω ~ Ω: expect true, got true
+ ω ~ Ω: expect true, got false
Ω ~ Ω: expect false, got false
Ω ~ Ω: expect false, got false
case (iii)
ẞ ~ ß: expect false, got false
- ß ~ ẞ: expect true, got true
+ ß ~ ẞ: expect true, got false
case (iv)
DŽ ~ dž: expect true, got true
dž ~ DŽ: expect true, got true
- DŽ ~ Dž: expect true, got true
+ DŽ ~ Dž: expect true, got false
Dž ~ DŽ: expect false, got false
- dž ~ Dž: expect true, got true
+ dž ~ Dž: expect true, got false
Dž ~ dž: expect false, got false
============== _cmdlinefsbacknl2 =============
--- cmdlinefsbacknl2.ok Sun Oct 8 21:08:13 2023
+++ _cmdlinefsbacknl2 Thu Jun 25 12:29:22 2026
@@ -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:00 2021
+++ _commas Thu Jun 25 12:31:25 2026
@@ -1,2 +1,2 @@
-123,456,789
-123,456,789.000000
+123456789
+123456789.000000
============== _delarpm2 =============
--- delarpm2.ok Wed Mar 30 09:27:59 2022
+++ _delarpm2 Thu Jun 25 12:29:23 2026
@@ -1,2 +1,2 @@
1 one <>
-2 two <>
+2 two <0>
============== _elemnew2 =============
--- elemnew2.ok Fri Feb 24 09:40:25 2023
+++ _elemnew2 Thu Jun 25 12:30:41 2026
@@ -1,3 +1,3 @@
a[b] is false
a[b] is false
-
+0
============== _elemnew4 =============
--- elemnew4.ok Mon Jun 22 14:19:35 2026
+++ _elemnew4 Thu Jun 25 12:30:42 2026
@@ -6,23 +6,23 @@
Start: arrayarg[second] (unassigned) == arrayarg[third] (unassigned)? 1
Array dump:
- array[first] = '' (type = unassigned)
- array[third] = '' (type = unassigned)
- array[second] = '' (type = unassigned)
+ array[first] = '0' (type = unassigned)
+ array[third] = '0' (type = unassigned)
+ array[second] = '0' (type = unassigned)
assign: arr[first] = '' (type = string)
-reference: arr[second] = '' (type = unassigned)
+reference: arr[second] = '0' (type = unassigned)
Array dump:
array[first] = '' (type = string)
- array[third] = '' (type = unassigned)
- array[second] = '' (type = unassigned)
+ array[third] = '0' (type = unassigned)
+ array[second] = '0' (type = unassigned)
-Try 2: arrayarg[first] (string) == arrayarg[second] (unassigned)? 1
-Try 2: arrayarg[first] (string) == arrayarg[third] (unassigned)? 1
+Try 2: arrayarg[first] (string) == arrayarg[second] (unassigned)? 0
+Try 2: arrayarg[first] (string) == arrayarg[third] (unassigned)? 0
Try 2: arrayarg[second] (unassigned) == arrayarg[third] (unassigned)? 1
Array dump:
array[first] = '' (type = string)
- array[third] = '' (type = unassigned)
- array[second] = '' (type = unassigned)
+ array[third] = '0' (type = unassigned)
+ array[second] = '0' (type = unassigned)
============== _iolint =============
--- iolint.ok Thu Feb 12 10:24:42 2026
+++ _iolint Thu Jun 25 12:30:53 2026
@@ -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
============== _jarebug =============
--- jarebug.ok Mon Oct 28 21:33:06 2013
+++ _jarebug Thu Jun 25 12:31:27 2026
@@ -1,4 +1,1 @@
-aa��a����
-aaa��a����
-aaaa��a����
-aaaaa��a����
+EXIT CODE: 134
============== _localenl =============
--- localenl.ok Mon Oct 28 21:33:06 2013
+++ _localenl Thu Jun 25 12:30:19 2026
@@ -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
============== _matchuninitialized =============
--- matchuninitialized.ok Mon Sep 16 08:04:24 2024
+++ _matchuninitialized Thu Jun 25 12:29:36 2026
@@ -1,7 +1,6 @@
uninitialized1 matches
uninitialized2 matches
uninitialized3[one] matches
-uninitialized3[one] matches
uninitialized4 does not match
uninitialized4 does not match
uninitialized5[one] does not match
============== _typeof7 =============
--- typeof7.ok Mon Jun 22 14:19:35 2026
+++ _typeof7 Thu Jun 25 12:31:21 2026
@@ -1,5 +1,5 @@
unassigned
test 0
unassigned
-test2 <>
+test2 <0>
unassigned
gmake[1]: Leaving directory '/export/home/buildbot/slave/gawk-solaris10-i386/build/test'