Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-11 Thread Pádraig Brady
On 02/08/2013 02:53 PM, Bernhard Voelker wrote: Shouldn't check-root be limited to SUBDIRS=. in tests/local.mk? check-root: - $(MAKE) check TESTS='$(root_tests)' + $(MAKE) check TESTS='$(root_tests)' SUBDIRS=. Ok to submit this in your name? commit

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-11 Thread Bernhard Voelker
On 02/11/2013 10:51 AM, Pádraig Brady wrote: On 02/08/2013 02:53 PM, Bernhard Voelker wrote: Shouldn't check-root be limited to SUBDIRS=. in tests/local.mk? check-root: - $(MAKE) check TESTS='$(root_tests)' + $(MAKE) check TESTS='$(root_tests)' SUBDIRS=. Ok to submit

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-09 Thread Bernhard Voelker
On 02/09/2013 05:52 AM, Pádraig Brady wrote: On 02/08/2013 05:09 PM, Bernhard Voelker wrote: On February 8, 2013 at 5:30 PM Pádraig Brady p...@draigbrady.com wrote: On 02/08/2013 02:53 PM, Bernhard Voelker wrote: On February 7, 2013 at 8:57 PM Pádraig Brady p...@draigbrady.com wrote: *

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-09 Thread Pádraig Brady
On 02/09/2013 01:16 PM, Bernhard Voelker wrote: Bingo! Now, the test passes. ;-) Thanks! Great, thanks for confirming that. I'll push these 2 test fixups so. thanks, Pádraig.

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Bernhard Voelker
On February 7, 2013 at 8:57 PM Pádraig Brady p...@draigbrady.com wrote: coreutils snapshot: http://pixelbeat.org/cu/coreutils-8.20.113-1f1f4.tar.xz Hi Padraig, * SLES-10.4 (x86_64): gcc (GCC) 4.1.2 20070115 (SUSE Linux) FAIL: tests/misc/numfmt.pl 1 of 477 tests failed (61 tests

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Assaf Gordon
Hello Bernhard, Bernhard Voelker wrote, On 02/08/2013 09:53 AM: On February 7, 2013 at 8:57 PM Pádraig Brady p...@draigbrady.com wrote: coreutils snapshot: http://pixelbeat.org/cu/coreutils-8.20.113-1f1f4.tar.xz Hi Padraig, * SLES-10.4 (x86_64): gcc (GCC) 4.1.2 20070115 (SUSE

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Bernhard Voelker
On February 8, 2013 at 4:13 PM Assaf Gordon assafgor...@gmail.com wrote: Regarding the 'numfmt' failures - these are locale-related problems (in both cases). Perhaps I wrote the tests incorrectly. May I ask you to try the followings on those systems, and send the output (or compare with this

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Pádraig Brady
On 02/08/2013 03:47 PM, Bernhard Voelker wrote: On February 8, 2013 at 4:13 PM Assaf Gordon assafgor...@gmail.com wrote: Regarding the 'numfmt' failures - these are locale-related problems (in both cases). Perhaps I wrote the tests incorrectly. May I ask you to try the followings on those

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Bernhard Voelker
On February 8, 2013 at 4:56 PM Pádraig Brady p...@draigbrady.com wrote: OK so we can't assume the locale will behave as we want. Therefore we can gate the test on the output of the independent printf like: PASS: tests/misc/numfmt.pl ;-) Have a nice day, Berny

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Pádraig Brady
On 02/08/2013 02:53 PM, Bernhard Voelker wrote: On February 7, 2013 at 8:57 PM Pádraig Brady p...@draigbrady.com wrote: coreutils snapshot: http://pixelbeat.org/cu/coreutils-8.20.113-1f1f4.tar.xz Hi Padraig, * SLES-10.4 (x86_64): gcc (GCC) 4.1.2 20070115 (SUSE Linux) FAIL:

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Assaf Gordon
Thanks for the quick fix. Bernhard Voelker wrote, On 02/08/2013 11:02 AM: On February 8, 2013 at 4:56 PM Pádraig Brady p...@draigbrady.com wrote: OK so we can't assume the locale will behave as we want. Therefore we can gate the test on the output of the independent printf like: PASS:

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Bernhard Voelker
On February 8, 2013 at 5:30 PM Pádraig Brady p...@draigbrady.com wrote: On 02/08/2013 02:53 PM, Bernhard Voelker wrote: On February 7, 2013 at 8:57 PM Pádraig Brady p...@draigbrady.com wrote: * SLES-10.3 (i586): gcc (GCC) 4.1.2 20070115 (SUSE Linux) FAIL:

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Bernhard Voelker
On 02/08/2013 05:35 PM, Assaf Gordon wrote: Thanks for the quick fix. Bernhard Voelker wrote, On 02/08/2013 11:02 AM: On February 8, 2013 at 4:56 PM Pádraig Brady p...@draigbrady.com wrote: OK so we can't assume the locale will behave as we want. Therefore we can gate the test on the output

Re: new snapshot available: coreutils-8.20.113-1f1f4

2013-02-08 Thread Pádraig Brady
On 02/08/2013 05:09 PM, Bernhard Voelker wrote: On February 8, 2013 at 5:30 PM Pádraig Brady p...@draigbrady.com wrote: On 02/08/2013 02:53 PM, Bernhard Voelker wrote: On February 7, 2013 at 8:57 PM Pádraig Brady p...@draigbrady.com wrote: * SLES-10.3 (i586): gcc (GCC) 4.1.2 20070115 (SUSE