[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Testsuite failures of gawk 5.2.0
From: |
Andreas Schwab |
Subject: |
Testsuite failures of gawk 5.2.0 |
Date: |
Mon, 05 Sep 2022 12:27:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1.91 (gnu/linux) |
On riscv64-suse-linux, the following tests fail:
make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/gawk-5.2.0/test'
1 TESTS FAILED
make[3]: *** [Makefile:5503: pass-fail] Error 1
make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/gawk-5.2.0/test'
make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/gawk-5.2.0/test'
for i in _* ; \
do \
if [ "$i" != "_*" ]; then \
echo ============== $i ============= ; \
base=`echo $i | sed 's/^_//'` ; \
if echo "$GAWK_TEST_ARGS" | egrep -e '-M|--bignum' > /dev/null && [ -r
${base}-mpfr.ok ]; then \
diff -u ${base}-mpfr.ok $i ; \
elif echo "$GAWK_TEST_ARGS" | egrep -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 | more
============== _inf-nan-torture =============
--- inf-nan-torture.ok 2022-06-02 18:18:31.000000000 +0000
+++ _inf-nan-torture 2022-09-05 10:20:06.678184173 +0000
@@ -1,7 +1,7 @@
1 -inf -inf
2 -inform 0
3 inform 0
-4 -nan -nan
+4 -nan +nan
5 -nancy 0
6 nancy 0
7 -123 -123
make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/gawk-5.2.0/test'
make[2]: *** [Makefile:2132: check] Error 1
make[1]: *** [Makefile:805: check-recursive] Error 1
make: *** [Makefile:1104: check] Error 2
On s390x-suse-linux, the following tests fail:
make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/gawk-5.2.0/test'
pma
make[3]: *** [Makefile:2219: pma] Error 2
make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/gawk-5.2.0/test'
make[2]: *** [Makefile:2206: pma-tests] Error 2
make[2]: *** Waiting for unfinished jobs....
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
- Testsuite failures of gawk 5.2.0,
Andreas Schwab <=
- Re: Testsuite failures of gawk 5.2.0, arnold, 2022/09/05
- Re: Testsuite failures of gawk 5.2.0, Andreas Schwab, 2022/09/05
- Re: Testsuite failures of gawk 5.2.0, arnold, 2022/09/08
- Re: Testsuite failures of gawk 5.2.0, arnold, 2022/09/08
- Re: Testsuite failures of gawk 5.2.0, Eli Zaretskii, 2022/09/09
- Re: Testsuite failures of gawk 5.2.0, Wolfgang Laun, 2022/09/09
- Re: Testsuite failures of gawk 5.2.0, Eli Zaretskii, 2022/09/09
- Re: Testsuite failures of gawk 5.2.0, Wolfgang Laun, 2022/09/09
- Re: Testsuite failures of gawk 5.2.0, arnold, 2022/09/09
Re: Testsuite failures of gawk 5.2.0, Andreas Schwab, 2022/09/05