1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0023609: Tests should handle output containing word error as failure regardless of case

File parse.rules modified to handle word "error" case insensitive
This commit is contained in:
abv
2012-12-03 05:48:24 +04:00
parent 72ae989503
commit cb9292ed80
3 changed files with 5 additions and 3 deletions

View File

@@ -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