mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Expect :coredump_phnum to fail
The number of program headers on my system (GENERIC-NODEBUG) don't match the expected (hardcoded) number in the test PR: 215019
This commit is contained in:
parent
cebf0ec58a
commit
c68f00edd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309463
@ -39,6 +39,8 @@ coredump_phnum_head()
|
||||
}
|
||||
coredump_phnum_body()
|
||||
{
|
||||
atf_expect_fail "the value parsed doesn't always match the value obtained on the running system; bug # 215019"
|
||||
|
||||
# Set up core dumping
|
||||
cat > coredump_phnum_restore_state.sh <<-EOF
|
||||
#!/bin/sh
|
||||
|
Loading…
Reference in New Issue
Block a user