Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132073009
D49561.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
654 B
Referenced Files
None
Subscribers
None
D49561.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D49561: tests: xfail readelf phdr count test w/LLVM binutils
Attached
Detach File
Event Timeline
Log In to Comment