[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [platform-testers] new snapshot available: coreutils-8.23.237-eff51
From: |
Pádraig Brady |
Subject: |
Re: [platform-testers] new snapshot available: coreutils-8.23.237-eff51 |
Date: |
Thu, 02 Jul 2015 03:38:55 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 02/07/15 02:55, Assaf Gordon wrote:
> Hello,
>
> few results for coreutils-8.23.245-8bf2af :
wow thanks for all that testing!
> On OpenSolaris 5.10 and 5.11, i686 and sparc,
> no coreutils test failures after setting CONFIG_SHELL=/usr/bin/bash .
> (without CONFIG_SHELL, many tests fail with "local: command not found").
Does this help?
diff --git a/tests/init.sh b/tests/init.sh
index 9f403c5..c4dfadd 100755
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -150,6 +150,7 @@ fi
# ? - not ok
gl_shell_test_script_='
test $(echo y) = y || exit 1
+f() { local v=1; }; f || exit 1
score_=10
if test "$VERBOSE" = yes; then
test -n "$( (exec 3>&1; set -x; P=1 true 2>&3) 2> /dev/null)" && score_=9
> one gnulib test fail (on 5.11 i686 and sparc, not tested on 5.10):
>
> FAIL: test-mbsalign
> ===================
> /home/agn/coreutils-8.23.245-8bf2af/gnulib-tests/test-mbsalign.c:116:
> assertion 'n == 9' failed
> FAIL test-mbsalign (exit status: 134)
>
>
> On FreeBSD 10.1 x86_64, "tests/misc/date" fail.
> previously discussed here:
> http://lists.gnu.org/archive/html/coreutils/2014-07/msg00115.html
>
> On OpenSUSE 13.2 x86_64, "tests/tail-2/assert" fail, log attached.
Interesting. Reproduced 100% of the time here too.
BTW that VM gives a different version?
$ head -n1 /etc/issue
Welcome to openSUSE 12.3 ...
> On OpenBSD 5.7 x86_64, three tests fail (log attached).
> Two of them seem related to changed wording of 'getopt_long'.
>
> On NetBSD 6.1.4 x86_64, few failures,
> from cursory look some are related to locale output (log attached).
>
> On GNU Hurd 0.6 i686, at least two failures (log attached),
> but the test run did not complete - got stuck on tests/split/l-chunk.sh
> (either the OS or the VM was stuck, but I did not continue to troubleshoot).
>
>
> No failures on (All x86_64 except OpenIndiana=i686) :
> CentOS 6.5, 7
> Debian 8.1, 7.6
> Ubuntu 15.04, 14.04
> OpenSUSE 13.1
> Fedora 20, 21
> OpenIndiana 2015-03
Two more systems that pass all:
RHEL 7.1 aarch64
Fedora 18 power7 ppc64
thanks!
Pádraig.