From cb9292ed80a154ae8d812d4bca86b84b07ed02bb Mon Sep 17 00:00:00 2001 From: abv Date: Mon, 3 Dec 2012 05:48:24 +0400 Subject: [PATCH] 0023609: Tests should handle output containing word error as failure regardless of case File parse.rules modified to handle word "error" case insensitive --- tests/feat/featlf/A4 | 4 +++- tests/feat/parse.rules | 2 +- tests/parse.rules | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/feat/featlf/A4 b/tests/feat/featlf/A4 index 9942e8e26e..d331bf0ecd 100644 --- a/tests/feat/featlf/A4 +++ b/tests/feat/featlf/A4 @@ -1,5 +1,7 @@ puts "*" +puts "TODO OCC22810 ALL: Tcl Exception: No Extreme faces" puts "TODO OCC22810 All:TEST INCOMPLETE" + box b 1 1 1 nexplode b f profile pp x 0.6 y 0.6 x -0.6 y -0.6 @@ -17,7 +19,7 @@ wire w e1 e2 e3 plane pl 0.8 0.8 1 1 -1 0 featlf r w pl 0.1 0.1 0 0 0 0 1 1 -if { [catch { featperform lf result } ] != 0 } { +if { [catch { featperform lf result } ] } { puts "Error in featperform" } diff --git a/tests/feat/parse.rules b/tests/feat/parse.rules index 880f2bcce6..8b1c632c4c 100644 --- a/tests/feat/parse.rules +++ b/tests/feat/parse.rules @@ -1,2 +1,2 @@ FAILED /\bFaulty\b/ bad shape -IGNORE /Tcl Exception: No Extreme faces/ featlf A4 +IGNORE /\bNo error\b/ normal message in featprism L6 and featrevol H9 diff --git a/tests/parse.rules b/tests/parse.rules index d1e4182ed3..f26ebaed77 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 IGNORE /Tcl Exception: [*][*] Exception [*][*]/ duplicate report on exception on Tcl level FAILED /\b[Ee]xception\b/ exception -FAILED /\bError\b/ error +FAILED /\b[Ee][Rr][Rr][Oo][Rr]\b/ error