Module Name:    src
Committed By:   jmmv
Date:           Sun Mar 17 03:00:05 UTC 2013

Modified Files:
        src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh

Log Message:
Mark some long-standing failures as known failures.

The offending tests are these:
- t_filter_exec: f26, f27.
- t_filter_parse: i17.
- t_nat_exec: n12.

These tests are confirmed to fail in NetBSD/current under amd64, i386 and
sparc as reported by the continuous testing systems.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/ipf/t_filter_exec.sh
cvs rdiff -u -r1.9 -r1.10 src/tests/ipf/t_filter_parse.sh
cvs rdiff -u -r1.13 -r1.14 src/tests/ipf/t_nat_exec.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_filter_exec.sh
diff -u src/tests/ipf/t_filter_exec.sh:1.7 src/tests/ipf/t_filter_exec.sh:1.8
--- src/tests/ipf/t_filter_exec.sh:1.7	Sat Jul  7 23:29:44 2012
+++ src/tests/ipf/t_filter_exec.sh	Sun Mar 17 03:00:05 2013
@@ -1,4 +1,4 @@
-# $NetBSD: t_filter_exec.sh,v 1.7 2012/07/07 23:29:44 pgoyette Exp $
+# $NetBSD: t_filter_exec.sh,v 1.8 2013/03/17 03:00:05 jmmv Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -130,8 +130,8 @@ test_case f19 dotest text text -T state_
 test_case f20 mtest text text
 test_case f24 mtest hex text
 test_case f25 mtest hex text -D
-test_case f26 dotest text text
-test_case f27 dotest hex text
+failing_test_case f26 dotest "Known to be broken" text text
+failing_test_case f27 dotest "Known to be broken" hex text
 test_case f30 dotest text text
 test_case ipv6_1 dotest6 hex hex
 test_case ipv6_2 dotest6 hex hex

Index: src/tests/ipf/t_filter_parse.sh
diff -u src/tests/ipf/t_filter_parse.sh:1.9 src/tests/ipf/t_filter_parse.sh:1.10
--- src/tests/ipf/t_filter_parse.sh:1.9	Mon Dec  3 19:43:36 2012
+++ src/tests/ipf/t_filter_parse.sh	Sun Mar 17 03:00:05 2013
@@ -1,4 +1,4 @@
-# $NetBSD: t_filter_parse.sh,v 1.9 2012/12/03 19:43:36 pgoyette Exp $
+# $NetBSD: t_filter_parse.sh,v 1.10 2013/03/17 03:00:05 jmmv Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -99,7 +99,7 @@ test_case i13 itest text ipf
 test_case i14 itest text ipf
 test_case i15 itest text ipf
 test_case i16 itest text ipf
-test_case i17 itest text ipftest
+failing_test_case i17 itest "Known to be broken" text ipftest
 test_case i18 itest text ipf
 test_case i19 itest_i19 "PR kern/47262 Proto-family missing from logs" text ipf
 test_case i20 itest text ipf

Index: src/tests/ipf/t_nat_exec.sh
diff -u src/tests/ipf/t_nat_exec.sh:1.13 src/tests/ipf/t_nat_exec.sh:1.14
--- src/tests/ipf/t_nat_exec.sh:1.13	Sun Dec  2 08:52:06 2012
+++ src/tests/ipf/t_nat_exec.sh	Sun Mar 17 03:00:05 2013
@@ -1,4 +1,4 @@
-# $NetBSD: t_nat_exec.sh,v 1.13 2012/12/02 08:52:06 pgoyette Exp $
+# $NetBSD: t_nat_exec.sh,v 1.14 2013/03/17 03:00:05 jmmv Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -71,7 +71,7 @@ test_case n8 nattest hex hex -T update_i
 test_case n9 nattest hex hex -T update_ipid=0
 test_case n10 nattest hex hex -T update_ipid=0
 test_case n11 nattest text text
-test_case n12 nattest hex hex -T update_ipid=0 -v
+failing_test_case n12 nattest "Known to be broken" hex hex -T update_ipid=0 -v
 test_case n13 nattest text text
 test_case n14 nattest text text
 test_case n15 nattest text text -T update_ipid=0

Reply via email to