Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/ipf Mark a few more test cases known to only work by c...
details: https://anonhg.NetBSD.org/src/rev/8ff592c70f47
branches: trunk
changeset: 785539:8ff592c70f47
user: martin <martin%NetBSD.org@localhost>
date: Mon Mar 18 20:03:56 2013 +0000
description:
Mark a few more test cases known to only work by chance as failing
and point to PR 47665.
Julio: how do we make such cases not fail when they actually happen to
work (by pure luck)?
diffstat:
tests/ipf/t_nat_exec.sh | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r 2cabc9fbde14 -r 8ff592c70f47 tests/ipf/t_nat_exec.sh
--- a/tests/ipf/t_nat_exec.sh Mon Mar 18 19:35:35 2013 +0000
+++ b/tests/ipf/t_nat_exec.sh Mon Mar 18 20:03:56 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_nat_exec.sh,v 1.14 2013/03/17 03:00:05 jmmv Exp $
+# $NetBSD: t_nat_exec.sh,v 1.15 2013/03/18 20:03:56 martin Exp $
#
# Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -67,13 +67,13 @@
test_case n5 nattest text text
test_case n6 nattest text text
test_case n7 nattest text text
-test_case n8 nattest hex hex -T update_ipid=0
-test_case n9 nattest hex hex -T update_ipid=0
+failing_test_case n8 nattest "See PR kern/47665" hex hex -T update_ipid=0
+failing_test_case n9 nattest "See PR kern/47665" hex hex -T update_ipid=0
test_case n10 nattest hex hex -T update_ipid=0
test_case n11 nattest text text
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
+failing_test_case n14 "See PR kern/47665" nattest text text
test_case n15 nattest text text -T update_ipid=0
test_case n16 nattest hex hex -D
test_case n17 nattest hex hex -D
@@ -92,8 +92,8 @@
test_case n5_6 nattest text text -6
test_case n6_6 nattest text text -6
test_case n7_6 nattest text text -6
-test_case n8_6 nattest hex hex -6
-test_case n9_6 nattest hex hex -6
+failing_test_case n8_6 nattest "See PR kern/47665" hex hex -6
+failing_test_case n9_6 nattest "See PR kern/47665" hex hex -6
test_case n11_6 nattest text text -6
test_case n12_6 nattest hex hex -6
test_case n15_6 nattest text text -6
Home |
Main Index |
Thread Index |
Old Index