[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [platform-testers] new snapshot available: sed-4.8.44-da23
From: |
Jim Meyering |
Subject: |
Re: [platform-testers] new snapshot available: sed-4.8.44-da23 |
Date: |
Sun, 23 Oct 2022 08:56:33 -0700 |
On Tue, Oct 18, 2022 at 6:01 AM Efraim Flashner <efraim@flashner.co.il> wrote:
> I get 2 test failures when building for arm-linux-gnueabihf using an
> aarch64 host (pine64) on Guix. Currently these two tests are failing
> already on armhf on Guix, as seen here¹, so we've cherry-picked a gnulib
> commit² (on several packages) to skip some of those tests.
Thank you for testing, but it looks like there's been a mix-up.
The failing tests you list are running code that was removed in 2020.
The gnulib commit you list even says it's removing those unportable tests.
If some test fails, please send the test-suite.log file that's created
at the end of "make check".
> With that patch applied sed builds just fine on armhf-linux.
>
> FAIL: test-perror2
> ==================
>
> test-perror2.c:84: assertion 'msg3 == msg4 || STREQ (msg3, str3)' failed
> FAIL test-perror2 (exit status: 134)
>
> FAIL: test-strerror_r
> =====================
>
> test-strerror_r.c:170: assertion 'msg3 == msg4 || STREQ (msg3, str3)' failed
> FAIL test-strerror_r (exit status: 134)
>
> ¹ https://issues.guix.gnu.org/49459
> ² 175e0bc72808d564074c4adcc72aeadb74adfcc6