From ab8fcacf2854849ee89b30a3d376eea6362c36f8 Mon Sep 17 00:00:00 2001 From: abv Date: Tue, 13 Nov 2012 06:46:11 +0400 Subject: [PATCH] 0023546: Test report failure in Debug mode due to debug messages Adding IGNORE for debug output messages in test groups heal, pipe, mesh, offset --- tests/heal/parse.rules | 3 +++ tests/mesh/parse.rules | 1 + tests/offset/parse.rules | 1 + tests/pipe/parse.rules | 1 + 4 files changed, 6 insertions(+) create mode 100644 tests/mesh/parse.rules diff --git a/tests/heal/parse.rules b/tests/heal/parse.rules index 610d206403..fdebf39410 100644 --- a/tests/heal/parse.rules +++ b/tests/heal/parse.rules @@ -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 \ No newline at end of file diff --git a/tests/mesh/parse.rules b/tests/mesh/parse.rules new file mode 100644 index 0000000000..74f0e7cdc4 --- /dev/null +++ b/tests/mesh/parse.rules @@ -0,0 +1 @@ +IGNORE /^Error [23]d = [\d.-]+/ debug output of blend command diff --git a/tests/offset/parse.rules b/tests/offset/parse.rules index 610d206403..97c152f203 100644 --- a/tests/offset/parse.rules +++ b/tests/offset/parse.rules @@ -1 +1,2 @@ FAILED /\bFaulty\b/ bad shape +IGNORE /^Error [23]d = [\d.-]+/ debug output of blend command diff --git a/tests/pipe/parse.rules b/tests/pipe/parse.rules index 610d206403..97c152f203 100644 --- a/tests/pipe/parse.rules +++ b/tests/pipe/parse.rules @@ -1 +1,2 @@ FAILED /\bFaulty\b/ bad shape +IGNORE /^Error [23]d = [\d.-]+/ debug output of blend command