diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-02-03 05:44:28 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-02-03 05:44:28 +0800 |
commit | f7b295dee87f47e02fdc48484efd4de6bf9c8265 (patch) | |
tree | 776f866a92187091f077a2e542c253b975d8527d | |
parent | 5f8b7fe1ab81a53c79c936dee9d4713455c7b1e3 (diff) |
libelf: Update test status
While the previously documented test failure is resolved by
binutils-2.40, a new test failure has shown up.
-rw-r--r-- | chapter08/libelf.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index 9fac415e1..739dffb46 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -58,8 +58,9 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>One test named <filename>run-low_high_pc.sh</filename> is known to - fail on 32-bit x86 systems.</para> + <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=30047 --> + <para>The test named <filename>run-native-test.sh</filename> is known to + fail.</para> <para>Install only Libelf:</para> |