Page MenuHomeFreeBSD

D49561.diff
No OneTemporary

D49561.diff

diff --git a/tests/sys/kern/coredump_phnum_test.sh b/tests/sys/kern/coredump_phnum_test.sh
--- a/tests/sys/kern/coredump_phnum_test.sh
+++ b/tests/sys/kern/coredump_phnum_test.sh
@@ -80,6 +80,11 @@
atf_fail "Helper program did not dump core"
fi
+ if readelf --version | grep -q LLVM; then
+ atf_expect_fail "PR285547: llvm-objdump does not support large phdr count"
+ # See https://github.com/llvm/llvm-project/issues/132216
+ fi
+
# These magic numbers don't have any real significance. They are just
# the result of running the helper program and dumping core. The only
# important bit is that they're larger than 65535 (UINT16_MAX).

File Metadata

Mime Type
text/plain
Expires
Tue, Oct 14, 10:22 AM (2 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23718852
Default Alt Text
D49561.diff (654 B)

Event Timeline