Module Name:    src
Committed By:   pgoyette
Date:           Sat Dec  1 04:40:00 UTC 2012

Modified Files:
        src/tests/ipf: t_pools.sh

Log Message:
Now that we have a PR for the brokenness in "ipftest -P -N", mark the
related tests as Expected Failure rather than just skipping the tests.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/ipf/t_pools.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/ipf/t_pools.sh
diff -u src/tests/ipf/t_pools.sh:1.5 src/tests/ipf/t_pools.sh:1.6
--- src/tests/ipf/t_pools.sh:1.5	Sun Jul  8 00:36:46 2012
+++ src/tests/ipf/t_pools.sh	Sat Dec  1 04:40:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_pools.sh,v 1.5 2012/07/08 00:36:46 pgoyette Exp $
+# $NetBSD: t_pools.sh,v 1.6 2012/12/01 04:40:00 pgoyette Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -73,9 +73,9 @@ test_case p5 ptest text text
 test_case p6 ptest text text
 test_case p7 ptest text text
 test_case p9 ptest text text
-broken_test_case p10 ptest text text
-broken_test_case p11 ptest text text
-broken_test_case p12 ptest text text
+failing_test_case p10 "PR kern/47270 - ipftest -P -N is broken" ptest text text
+failing_test_case p11 "PR kern/47270 - ipftest -P -N is broken" ptest text text
+failing_test_case p12 "PR kern/47270 - ipftest -P -N is broken" ptest text text
 test_case p13 ptest text text
 test_case ip1 iptest text text
 test_case ip2 iptest text text

Reply via email to