aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-12-03 02:17:50 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-12-03 02:17:50 +0000
commitc68f00edd6edfd7fd9b01734054c5e164d2388ac (patch)
treef67b5c8afc588e806db730a1c09a15d9772577fb /tests
parentcebf0ec58a4cd388cb9b8e0478d22665ef05b0fb (diff)
downloadsrc-c68f00edd6edfd7fd9b01734054c5e164d2388ac.tar.gz
src-c68f00edd6edfd7fd9b01734054c5e164d2388ac.zip
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
Notes
Notes: svn path=/head/; revision=309463
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sys/kern/coredump_phnum_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/kern/coredump_phnum_test.sh b/tests/sys/kern/coredump_phnum_test.sh
index 63cab46a966d..d411f83a09d0 100755
--- a/tests/sys/kern/coredump_phnum_test.sh
+++ b/tests/sys/kern/coredump_phnum_test.sh
@@ -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