svn commit: r309463 - head/tests/sys/kern

Ngie Cooper ngie at FreeBSD.org
Sat Dec 3 02:17:51 UTC 2016


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


More information about the svn-src-head mailing list