diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-11-22 23:27:29 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-11-22 23:31:52 +0800 |
commit | 26e3001b7f35ba6d22b54bc21f32a6f75f54ac67 (patch) | |
tree | 436223885f056bfc22cebcc1db2c401f874c7797 | |
parent | e3187f489593fe719800b980c94634ecff9dfe96 (diff) |
coreutils: update test failure
sort-NaN-infloop no longer fails now, it seems covered up by PIE or SSP.
test-getlogin keeps failing in Bruce's build. Not sure how to reproduce
the failure deterministically.
-rw-r--r-- | chapter08/coreutils.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index eb3cbcd06..3d2138026 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -128,11 +128,10 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> -<!-- test-getlogin is now skipped - <para>The test-getlogin test is known to fail in the LFS chroot environment.</para> ---> -<!-- should be fixed at next release, coreutils-9.2 --> - <para>The sort-NaN-infloop test is known to fail with GCC-12.</para> +<!-- Sometimes skipped, but if not it may fail. + Please DO NOT remove or comment out this unless we can fully + understand it! --> + <para>The test-getlogin test may fail in the LFS chroot environment.</para> <para>Remove the temporary group:</para> |