1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0023546: Test report failure in Debug mode due to debug messages

Adding IGNORE for debug output messages in test groups heal, pipe, mesh, offset
This commit is contained in:
abv 2012-11-13 06:46:11 +04:00
parent 2857a8acd8
commit ab8fcacf28
4 changed files with 6 additions and 0 deletions

View File

@ -1 +1,4 @@
FAILED /\bFaulty\b/ bad shape
IGNORE /Error: Number of intervals are not equal for 2d 3d. Ignored./ Debug mode message from DT_ShapeDivide
IGNORE /Warning: GeomConvert_ApproxSurface Exception: try to decrease continuity/ DEbug mode message from DT_ToBspl
IGNORE /Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can[']t dispatch wires/ Debug mode output

1
tests/mesh/parse.rules Normal file
View File

@ -0,0 +1 @@
IGNORE /^Error [23]d = [\d.-]+/ debug output of blend command

View File

@ -1 +1,2 @@
FAILED /\bFaulty\b/ bad shape
IGNORE /^Error [23]d = [\d.-]+/ debug output of blend command

View File

@ -1 +1,2 @@
FAILED /\bFaulty\b/ bad shape
IGNORE /^Error [23]d = [\d.-]+/ debug output of blend command