On Sun, Apr 30, 2023 at 11:14 PM Jim Meyering <j...@meyering.net> wrote:
>
> On Sun, Apr 30, 2023, 22:54 Bruno Haible <br...@clisp.org> wrote:
>>
>> Hi Jim,
>>
>> > We've seen gnulib's new strtoll and strtoull tests for 0x and 0b failing
>> > on too many systems
>>
>> Can you please name one (or some of) these systems? So that I can
>> reproduce the problem. And, if you have it readily available,
>> you can also attach a test-suite.log file, please?
>
> Hi Bruno, I saw those failures on both fedora 38 and a pretty recent osx. 
> I'll send logs in 9 or 10 hours.

macos 13.3.1

FAIL: test-strtoll
==================

test-strtoll.c:259: assertion 'result == 58LL' failed
FAIL test-strtoll (exit status: 134)

FAIL: test-strtoull
===================

test-strtoull.c:258: assertion 'result == 58ULL' failed
FAIL test-strtoull (exit status: 134)

Correction. It was Fedora 37.
That failed in precisely the same way.
This one was seen by adding a commit on top of coreutils' then-latest
(35adc746a000ac1f8d1d817a6a3a60d5b80daef5)
that updated to latest gnulib:
=============================================================
   GNU coreutils 9.3.19-e84b0: gnulib-tests/test-suite.log
=============================================================

Reply via email to