From 38da19bd280984a73cce0b014f52975fe886638d Mon Sep 17 00:00:00 2001 From: abv Date: Mon, 8 Apr 2013 06:58:26 +0400 Subject: [PATCH] Test parsing rules fixed to correctly report tests failed due to missing data file as SKIPPED, broken by integration of #23439 --- tests/parse.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parse.rules b/tests/parse.rules index f26ebaed77..d6db1e4cd5 100644 --- a/tests/parse.rules +++ b/tests/parse.rules @@ -1,4 +1,4 @@ -SKIPPED /Tcl Exception: Error: file .* could not be found/ data file is missing +SKIPPED /Tcl Exception: .*[fF]ile .* could not be found/ data file is missing IGNORE /Tcl Exception: [*][*] Exception [*][*]/ duplicate report on exception on Tcl level FAILED /\b[Ee]xception\b/ exception FAILED /\b[Ee][Rr][Rr][Oo][Rr]\b/ error