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:
Enji Cooper 2016-12-03 02:17:50 +00:00
parent cebf0ec58a
commit c68f00edd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309463

View File

@ -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