Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/ipf Mark some long-standing failures as known failures.



details:   https://anonhg.NetBSD.org/src/rev/ed09d6d73045
branches:  trunk
changeset: 785511:ed09d6d73045
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sun Mar 17 03:00:05 2013 +0000

description:
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.

diffstat:

 tests/ipf/t_filter_exec.sh  |  6 +++---
 tests/ipf/t_filter_parse.sh |  4 ++--
 tests/ipf/t_nat_exec.sh     |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r 9f34c33a2b6a -r ed09d6d73045 tests/ipf/t_filter_exec.sh
--- a/tests/ipf/t_filter_exec.sh        Sun Mar 17 02:48:31 2013 +0000
+++ b/tests/ipf/t_filter_exec.sh        Sun Mar 17 03:00:05 2013 +0000
@@ -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 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
diff -r 9f34c33a2b6a -r ed09d6d73045 tests/ipf/t_filter_parse.sh
--- a/tests/ipf/t_filter_parse.sh       Sun Mar 17 02:48:31 2013 +0000
+++ b/tests/ipf/t_filter_parse.sh       Sun Mar 17 03:00:05 2013 +0000
@@ -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 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
diff -r 9f34c33a2b6a -r ed09d6d73045 tests/ipf/t_nat_exec.sh
--- a/tests/ipf/t_nat_exec.sh   Sun Mar 17 02:48:31 2013 +0000
+++ b/tests/ipf/t_nat_exec.sh   Sun Mar 17 03:00:05 2013 +0000
@@ -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 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



Home | Main Index | Thread Index | Old Index