diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2012-12-01 04:40:00 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2012-12-01 04:40:00 +0000 |
| commit | 7eaa2feec9405a02513c3fe38919768ff2178407 (patch) | |
| tree | 1382ffc5a151a4f8d13ec90f5fefa263679162f1 /tests/ipf | |
| parent | 1215d8d23a20b77be677822e026aef2f754b876f (diff) | |
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.
Diffstat (limited to 'tests/ipf')
| -rw-r--r-- | tests/ipf/t_pools.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ipf/t_pools.sh b/tests/ipf/t_pools.sh index 9509eb01d10..eecfb0dce70 100644 --- a/tests/ipf/t_pools.sh +++ b/tests/ipf/t_pools.sh @@ -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 |
