Module Name: src
Committed By: jruoho
Date: Tue Mar 27 09:27:34 UTC 2012
Modified Files:
src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh
t_nat_ipf_exec.sh
Log Message:
Mark the failing tests as broken. XXX: If no one is willing to maintain
the ipf tests, these should be removed.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/ipf/t_filter_exec.sh \
src/tests/ipf/t_nat_ipf_exec.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/t_filter_parse.sh
cvs rdiff -u -r1.6 -r1.7 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.5 src/tests/ipf/t_filter_exec.sh:1.6
--- src/tests/ipf/t_filter_exec.sh:1.5 Wed Feb 15 17:55:24 2012
+++ src/tests/ipf/t_filter_exec.sh Tue Mar 27 09:27:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_filter_exec.sh,v 1.5 2012/02/15 17:55:24 riz Exp $
+# $NetBSD: t_filter_exec.sh,v 1.6 2012/03/27 09:27:33 jruoho Exp $
#
# Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -87,7 +87,7 @@ test_case f14 dotest text text
test_case f15 mtest text text
test_case f16 mtest text text
test_case f17 mtest hex hex
-test_case f18 mtest text text
+broken_test_case f18 mtest text text
#broken_test_case f19 dotest text text -T fr_statemax=3
test_case f20 mtest text text
test_case f24 mtest hex text
Index: src/tests/ipf/t_nat_ipf_exec.sh
diff -u src/tests/ipf/t_nat_ipf_exec.sh:1.5 src/tests/ipf/t_nat_ipf_exec.sh:1.6
--- src/tests/ipf/t_nat_ipf_exec.sh:1.5 Wed Feb 15 17:55:24 2012
+++ src/tests/ipf/t_nat_ipf_exec.sh Tue Mar 27 09:27:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_nat_ipf_exec.sh,v 1.5 2012/02/15 17:55:24 riz Exp $
+# $NetBSD: t_nat_ipf_exec.sh,v 1.6 2012/03/27 09:27:33 jruoho Exp $
#
# Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -61,22 +61,22 @@ ipftest -R $5 $6 $format -b -r ipf -N -
diff -u exp out || atf_fail "results differ"
}
-test_case ni1 natipftest multi hex hex -T fr_update_ipid=1
-test_case ni2 natipftest single hex hex -T fr_update_ipid=1
-test_case ni3 natipftest single hex hex -T fr_update_ipid=1
-test_case ni4 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni1 natipftest multi hex hex -T fr_update_ipid=1
+broken_test_case ni2 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni3 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni4 natipftest single hex hex -T fr_update_ipid=1
#broken_test_case ni5 natipftest single hex hex -T fr_update_ipid=1
-test_case ni6 natipftest multi hex hex -T fr_update_ipid=1
-test_case ni7 natipftest single hex hex -T fr_update_ipid=1
-test_case ni8 natipftest single hex hex -T fr_update_ipid=1
-test_case ni9 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni6 natipftest multi hex hex -T fr_update_ipid=1
+broken_test_case ni7 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni8 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni9 natipftest single hex hex -T fr_update_ipid=1
#broken_test_case ni10 natipftest single hex hex -T fr_update_ipid=1
#broken_test_case ni11 natipftest single hex hex -T fr_update_ipid=1
#broken_test_case ni12 natipftest single hex hex -T fr_update_ipid=1
-test_case ni13 natipftest single hex hex -T fr_update_ipid=1
-test_case ni14 natipftest single hex hex -T fr_update_ipid=1
-test_case ni15 natipftest single hex hex -T fr_update_ipid=1
-test_case ni16 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni13 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni14 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni15 natipftest single hex hex -T fr_update_ipid=1
+broken_test_case ni16 natipftest single hex hex -T fr_update_ipid=1
#broken_test_case ni19 natipftest single hex hex -T fr_update_ipid=0
#broken_test_case ni20 natipftest single hex hex -T fr_update_ipid=0
test_case ni21 natipftest multi text text
Index: src/tests/ipf/t_filter_parse.sh
diff -u src/tests/ipf/t_filter_parse.sh:1.4 src/tests/ipf/t_filter_parse.sh:1.5
--- src/tests/ipf/t_filter_parse.sh:1.4 Wed Feb 15 17:55:24 2012
+++ src/tests/ipf/t_filter_parse.sh Tue Mar 27 09:27:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_filter_parse.sh,v 1.4 2012/02/15 17:55:24 riz Exp $
+# $NetBSD: t_filter_parse.sh,v 1.5 2012/03/27 09:27:33 jruoho 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
+broken_test_case i17 itest text ipftest
test_case i18 itest text ipf
test_case i19 itest_i19 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.6 src/tests/ipf/t_nat_exec.sh:1.7
--- src/tests/ipf/t_nat_exec.sh:1.6 Wed Feb 15 17:55:24 2012
+++ src/tests/ipf/t_nat_exec.sh Tue Mar 27 09:27:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_nat_exec.sh,v 1.6 2012/02/15 17:55:24 riz Exp $
+# $NetBSD: t_nat_exec.sh,v 1.7 2012/03/27 09:27:33 jruoho Exp $
#
# Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -54,18 +54,18 @@ nattest()
#broken_test_case n1 nattest text text
#broken_test_case n2 nattest text text
-test_case n3 nattest text text
+broken_test_case n3 nattest text text
#broken_test_case n4 nattest text text
#broken_test_case n5 nattest text text
#broken_test_case n6 nattest text text
-test_case n7 nattest text text
-test_case n8 nattest hex hex -T fr_update_ipid=0
-test_case n9 nattest hex hex -T fr_update_ipid=0
-test_case n10 nattest hex hex -T fr_update_ipid=0
+broken_test_case n7 nattest text text
+broken_test_case n8 nattest hex hex -T fr_update_ipid=0
+broken_test_case n9 nattest hex hex -T fr_update_ipid=0
+broken_test_case n10 nattest hex hex -T fr_update_ipid=0
#broken_test_case n11 nattest text text
-test_case n12 nattest hex hex -T fr_update_ipid=0
-test_case n13 nattest text text
-test_case n14 nattest text text
+broken_test_case n12 nattest hex hex -T fr_update_ipid=0
+broken_test_case n13 nattest text text
+broken_test_case n14 nattest text text
test_case n16 nattest hex hex -D
test_case n17 nattest hex hex -D