Module Name:    src
Committed By:   pgoyette
Date:           Sat Dec  1 04:19:24 UTC 2012

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/ipf/t_filter_parse.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_parse.sh
diff -u src/tests/ipf/t_filter_parse.sh:1.7 src/tests/ipf/t_filter_parse.sh:1.8
--- src/tests/ipf/t_filter_parse.sh:1.7	Thu Nov 29 17:11:19 2012
+++ src/tests/ipf/t_filter_parse.sh	Sat Dec  1 04:19:24 2012
@@ -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 @@ test_case i13 itest text ipf
 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

Reply via email to