]> OCCT Git - occt-copy.git/commitdiff
0024182: It's necessary to add TODO in test cases to avoid known regressions and...
authorapn <apn@opencascade.com>
Thu, 19 Sep 2013 10:47:04 +0000 (14:47 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 20 Sep 2013 08:09:48 +0000 (12:09 +0400)
13 files changed:
tests/3rdparty/export/A1
tests/bugs/caf/bug23489
tests/bugs/iges/bug700
tests/bugs/moddata_2/bug22572
tests/bugs/vis/bug21091_3
tests/bugs/xde/bug22898
tests/heal/data/standard/D7
tests/heal/data/standard/E4
tests/heal/split_closed_faces/G1
tests/heal/surface_to_bspline/G3
tests/mesh/data/advanced/A8
tests/sewing/tol_0_01/A6
tests/xcaf/igs_to_dxc/E6

index e8ccfc1a39b93eb596f509650290d536d077d0cb..8d94ec67efe0f100c0a364e82d3de6a0775d8ea5 100755 (executable)
@@ -1,5 +1,5 @@
-puts "TODO OCC24156 MacOS: Tcl Exception: File shape.stl could not be found"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File shape.stl could not be found"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 puts "============"
 puts "OCC21091"
index 7fc49ed197809006ef1ea01dcb2d88f34b26c9ba..267bd28cccb2b239551bb69baf344bd3b7cb65d4 100755 (executable)
@@ -1,5 +1,5 @@
-puts "TODO OCC24156 MacOS: Tcl Exception: File Bottom.brep could not be found"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File Bottom.brep could not be found"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 # Test for #23489: memory leak in TNaming_NamedShape destructor
 
index d4570bd0c80058717110d40c2bf4c4172b92999b..f4d9fd585e9847a92d32cb26cc2fa64c884caef0 100755 (executable)
@@ -1,6 +1,6 @@
-puts "TODO OCC12345 ALL: An exception was caught"
-puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
-puts "TODO OCC12345 ALL: Faulty OCC700"
+puts "TODO ?OCC12345 ALL: An exception was caught"
+puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
+puts "TODO ?OCC12345 ALL: Faulty OCC700"
 
 puts "======="
 puts "OCC700"
index 9d042ad80e24a73bdc38d1b953ac626c8e6b20a9..20bac0bf2b0896e6b2e00a87b91f7a2060f7c6d3 100755 (executable)
@@ -1,5 +1,5 @@
-puts "TODO OCC24156 MacOS: Tcl Exception: File bearing.stl could not be found"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File bearing.stl could not be found"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 puts "============"
 puts "OCC22572"
index 9840c59db8ef7d4e73d69e351c551754cff19598..6f1d1ce733858c41de6c5e5fe3ac14731e5886c5 100755 (executable)
@@ -1,6 +1,6 @@
 puts "TODO ?OCC11111 ALL: Faulty : Export to pdf file was done but size of file is incorrect"
-puts "TODO OCC24156 MacOS: Tcl Exception: File shape.stl could not be found"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File shape.stl could not be found"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 puts "============"
 puts "OCC21091"
index 5f8276ad04ac75517b9ebb0f3f31add5e7bcbe3e..f9228d4e52446665fa590029e1c3d46f5485db1e 100644 (file)
@@ -1,6 +1,6 @@
-puts "TODO OCC24156 MacOS: Tcl Exception: File hammer.brep could not be found"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File hammer.brep could not be found"
 puts "TODO OCC24156 MacOS: Error: unsupported locale specification"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 # Test for issue #22898 and other functionality that can be affected by locale.
 # Just run multiple conversions of the shape to and from diferent formats and 
index cf4dadfe64d8e94a6c0c006fc2b0d173c468dd94..f1a69e32e8da472fa97d7bfbd0b7baecf1e2f85f 100644 (file)
@@ -1,8 +1,8 @@
 if { [string compare $command SplitAngle] == 0 
   || [string compare $command ShapeDivide] == 0
   || [string compare $command ShapeConvertRev] == 0 } {
-    puts "TODO OCC24156 MacOS: Tcl Exception: File mal_vis.brep could not be found"
-    puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+    puts "TODO ?OCC24156 MacOS: Tcl Exception: File mal_vis.brep could not be found"
+    puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 }
 
 restore [locate_data_file mal_vis.brep] a
index 795aab107c11bb0f054b2b1de9016519621020ed..61ca005d316496e57d53e4152a595a3a7034615f 100644 (file)
@@ -1,8 +1,8 @@
 if { [string compare $command SplitAngle] == 0 
   || [string compare $command ShapeDivide] == 0
   || [string compare $command ShapeConvertRev] == 0 } {
-    puts "TODO OCC24156 MacOS: Tcl Exception: File mal_tige.brep could not be found"
-    puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+    puts "TODO ?OCC24156 MacOS: Tcl Exception: File mal_tige.brep could not be found"
+    puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 }
 
 restore [locate_data_file mal_tige.brep] a
index cebf6f50c539fadf6a5b10dfa64c8f364a0889cd..2bc2bf61e31f85670fafb9f0dd39c46e095e42a3 100644 (file)
@@ -1,4 +1,4 @@
-puts "TODO OCC24156 MacOS: Tcl Exception: File hammer.brep could not be found"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File hammer.brep could not be found"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 restore [locate_data_file hammer.brep] a
index 035d9f60f7e9ee8231c8773da9e30bbfc8901259..8e4c66ad5a4262d05b260a97c290fe33cf0c8f04 100644 (file)
@@ -1,5 +1,5 @@
-puts "TODO OCC24156 MacOS: Tcl Exception: File hammer.brep could not be found"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File hammer.brep could not be found"
 puts "TODO ?OCC24156 MacOS: Process killed by CPU limit"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 restore [locate_data_file hammer.brep] a
index a7e333395ae833f402b3f29a26f032f230013101..7e2ceec70f5f9056a804412dd352092e951a8f64 100755 (executable)
@@ -2,8 +2,8 @@ if { [string compare $group advanced] == 0 } {
   if { [string compare $command shading] == 0 
     || [string compare $command incmesh] == 0
     || [string compare $command mesh] == 0 } {
-      puts "TODO OCC24156 MacOS: Tcl Exception: File linkrods.step could not be found"
-      puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+      puts "TODO ?OCC24156 MacOS: Tcl Exception: File linkrods.step could not be found"
+      puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
   }
 ###  if { [string compare $command incmesh] == 0 && ${parallel} == 1 } {
 ###    puts "TODO OCC24156 MacOS: Tcl Exception: File linkrods.step could not be found"
index 9e63f06b38003b04ac765c7498f85e63694f3116..087e7c927ddea7192bbe0dff1637beb53eb54f69 100644 (file)
@@ -1,4 +1,4 @@
-puts "TODO OCC24156 MacOS: Tcl Exception: File mal_vis.brep could not be found"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File mal_vis.brep could not be found"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 restore [locate_data_file mal_vis.brep] a
index 8dd3aea24cc228406a91b3041607909e6870abe4..3fc875dbb199c254331e0a63041f76f0226bb45f 100644 (file)
@@ -1,5 +1,5 @@
-puts "TODO OCC24156 MacOS: Tcl Exception: File hammer.iges could not be found"
-puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
+puts "TODO ?OCC24156 MacOS: Tcl Exception: File hammer.iges could not be found"
+puts "TODO ?OCC24156 MacOS: TEST INCOMPLETE"
 
 ReadIges D_First [locate_data_file hammer.iges]
 set TypeOfFile ""