[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new snapshot available: coreutils-8.19.166-3131c
From: |
Jim Meyering |
Subject: |
Re: new snapshot available: coreutils-8.19.166-3131c |
Date: |
Mon, 22 Oct 2012 17:29:37 +0200 |
Pádraig Brady wrote:
> On 10/19/2012 12:36 PM, Jim Meyering wrote:
>> We plan to release coreutils-8.20 early next week, so any testing
>> you can do between now and Monday would be most welcome.
>
> Fedora 15 - x86_64
...
> RHEL 6.1
...
> solaris - sparc
...
> Debian 5.0.10 - sparc64
...
> Debian 5.0.7 - x86_64
...
Thanks for all the tests.
FYI, I've confirmed all tests pass on these (all x86_64):
Fedora 17
Fedora 18
Fedora rawhide
Debian unstable
Also just tested on an i386 with minimal Fedora 18
and saw this factor failure due to lack of libgmp:
(also note the high SKIP count)
bug-gmp-2_sup_128...
factor.pl: test bug-gmp-2_sup_128 failed: exit status mismatch: expected
0, got 1
bug-gmp-2_sup_256...
factor.pl: test bug-gmp-2_sup_256 failed: exit status mismatch: expected
0, got 1
# TOTAL: 532
# PASS: 433
# SKIP: 98
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
I manually applied your patch,
Subject: [PATCH] tests: correctly restrict factor test without GMP
and reran the test, which then skipped that internal sub-test, as intended,
and then passed:
$ make check -C tests TESTS=misc/factor
:
...
make[5]: Entering directory `/tmp/coreutils-8.19.167-0aeaa'
PASS: tests/misc/factor.pl
...
FTR, here are the gnulib test results there:
============================================================================
Testsuite summary for GNU coreutils 8.19.167-0aeaa
============================================================================
# TOTAL: 315
# PASS: 296
# SKIP: 19
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================