Source-Changes-HG archive

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

[src/trunk]: src/tests/ipf Based on the error messages, the test is not broke...



details:   https://anonhg.NetBSD.org/src/rev/03327b0b1b46
branches:  trunk
changeset: 782999:03327b0b1b46
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Dec 01 04:19:24 2012 +0000

description:
Based on the error messages, the test is not broken, but ipftest probably
in broken.

Once we can analyze the error further, we can open a PR in Gnats and then
move this to Expected-Failure.  But we shouldn't skip it because we'll
never come back to fix it.

diffstat:

 tests/ipf/t_filter_parse.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 57921a396a50 -r 03327b0b1b46 tests/ipf/t_filter_parse.sh
--- a/tests/ipf/t_filter_parse.sh       Sat Dec 01 03:16:46 2012 +0000
+++ b/tests/ipf/t_filter_parse.sh       Sat Dec 01 04:19:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_filter_parse.sh,v 1.7 2012/11/29 17:11:19 pgoyette Exp $
+# $NetBSD: t_filter_parse.sh,v 1.8 2012/12/01 04:19:24 pgoyette Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -99,7 +99,7 @@
 failing_test_case i14 itest "PR kern/47262 Proto-family missing from logs" text ipf
 test_case i15 itest text ipf
 test_case i16 itest text ipf
-broken_test_case i17 itest text ipftest
+test_case i17 itest text ipftest
 test_case i18 itest text ipf
 failing_test_case i19 itest_i19 "PR kern/47262 Proto-family missing from logs" text ipf
 test_case i20 itest text ipf



Home | Main Index | Thread Index | Old Index