Date: Sat, 3 Dec 2016 02:17:50 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309463 - head/tests/sys/kern Message-ID: <201612030217.uB32HoWZ047389@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sat Dec 3 02:17:50 2016 New Revision: 309463 URL: https://svnweb.freebsd.org/changeset/base/309463 Log: 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 Modified: head/tests/sys/kern/coredump_phnum_test.sh Modified: head/tests/sys/kern/coredump_phnum_test.sh ============================================================================== --- head/tests/sys/kern/coredump_phnum_test.sh Sat Dec 3 02:09:23 2016 (r309462) +++ head/tests/sys/kern/coredump_phnum_test.sh Sat Dec 3 02:17:50 2016 (r309463) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612030217.uB32HoWZ047389>