]> OCCT Git - occt-copy.git/commitdiff
0024121: It's necessary to add TODO in test cases to avoid known regressions in debug...
authorapn <apn@opencascade.com>
Thu, 5 Sep 2013 08:43:49 +0000 (12:43 +0400)
committerbugmaster <bugmaster@opencascade.com>
Thu, 5 Sep 2013 09:43:39 +0000 (13:43 +0400)
124 files changed:
src/DrawResources/TestCommands.tcl
tests/blend/bfuseblend/A7
tests/boolean/bcut_complex/P6
tests/boolean/bopcommon_complex/D8
tests/boolean/bopcommon_complex/D9
tests/boolean/bopcut_complex/E1
tests/boolean/bopcut_complex/E2
tests/boolean/bopfuse_complex/C9
tests/boolean/bopfuse_complex/D1
tests/boolean/bopfuse_complex/E5
tests/boolean/bopfuse_simple/ZP6
tests/boolean/bsection/G5
tests/boolean/bsection/M8
tests/boolean/bsection/M9
tests/boolean/bsection/N4
tests/boolean/bsection/N5
tests/boolean/bsection/N6
tests/bugs/heal/bug23944
tests/bugs/heal/bug24
tests/bugs/iges/bug131_8
tests/bugs/iges/bug133_6
tests/bugs/iges/bug201
tests/bugs/modalg_1/bug165_5
tests/bugs/modalg_1/bug19793_2
tests/bugs/modalg_2/bug23031
tests/bugs/modalg_4/bug8842_16
tests/bugs/modalg_4/bug8842_8
tests/bugs/modalg_5/bug22831
tests/bugs/modalg_5/bug23706_11
tests/bugs/modalg_5/bug23706_12
tests/bugs/modalg_5/bug23906
tests/bugs/moddata_1/bug11081_1
tests/bugs/moddata_1/bug11081_2
tests/bugs/moddata_1/bug20683
tests/bugs/moddata_1/bug22733
tests/bugs/moddata_1/bug22757
tests/bugs/moddata_2/bug703
tests/bugs/moddata_3/buc60634
tests/bugs/moddata_3/bug599
tests/bugs/vis/bug22849
tests/bugs/vis/bug22879
tests/bugs/xde/bug394
tests/bugs/xde/bug810
tests/bugs/xde/bug810_1
tests/chamfer/data/complex/B4
tests/chamfer/data/complex/B5
tests/chamfer/data/complex/B7
tests/chamfer/data/complex/B9
tests/de/iges_1/B4
tests/de/iges_1/B5
tests/de/iges_1/B8
tests/de/iges_1/K3
tests/de/iges_1/L2
tests/de/iges_1/L5
tests/de/iges_1/P9
tests/de/iges_2/A2
tests/de/iges_2/B1
tests/de/iges_2/B8
tests/de/iges_2/D9
tests/de/iges_2/F4
tests/de/iges_2/G1
tests/de/iges_2/G2
tests/de/iges_2/G8
tests/de/iges_2/H9
tests/de/iges_3/A3
tests/de/iges_3/A7
tests/de/iges_3/A9
tests/de/iges_3/B1
tests/de/step_1/D1
tests/de/step_1/D3
tests/de/step_1/D4
tests/de/step_1/E6
tests/de/step_1/F9
tests/de/step_1/G2
tests/de/step_1/G3
tests/de/step_1/G5
tests/de/step_1/G6
tests/de/step_1/G7
tests/de/step_1/ZF7
tests/de/step_1/ZG2
tests/de/step_1/ZH7
tests/de/step_2/A2
tests/de/step_2/A5
tests/de/step_2/B2
tests/de/step_2/D9
tests/de/step_2/E1
tests/de/step_2/E7
tests/de/step_2/E9
tests/de/step_2/F2
tests/de/step_2/F3
tests/de/step_2/M1
tests/de/step_2/M6
tests/de/step_2/S9
tests/de/step_2/W7
tests/de/step_3/B8
tests/de/step_3/C9
tests/de/step_3/E4
tests/de/step_3/E6
tests/de/step_3/F3
tests/de/step_4/A4
tests/de/step_4/B2
tests/de/step_4/H3
tests/de/step_5/A1
tests/de/step_5/A2
tests/draft/angle/G2
tests/heal/data/advanced/H5
tests/heal/data/advanced/R7
tests/heal/data/advanced/V3
tests/heal/data/advanced/V7
tests/heal/data/advanced/W8
tests/heal/data/advanced/X1
tests/heal/data/advanced/Y3
tests/heal/data/advanced/Y4
tests/heal/data/advanced/Y6
tests/heal/data/advanced/Z4
tests/heal/data/advanced/ZB5
tests/heal/data/advanced/ZE8
tests/heal/data/advanced/ZE9
tests/offset/faces_type_i/C9
tests/offset/wire_closed_inside_0_025/D1
tests/offset/wire_unclosed_outside_0_005/A8
tests/offset/wire_unclosed_outside_0_025/A8
tests/offset/wire_unclosed_outside_0_075/A8
tests/sewing/tol_1/R2

index 29a64e4a7c28bd64ac5842d57842bfe27248e961..2ebbb7d97dce276848bc5afe7d2411dffb79e962 100644 (file)
@@ -1004,23 +1004,47 @@ if [catch {
     set status ""
     foreach line [split $log "\n"] {
        # check if line defines specific treatment of some messages
-       if [regexp -nocase {^[ \t]*TODO ([^:]*):(.*)$} $line res platforms pattern] {
-           if { ! [regexp -nocase {\mAll\M} $platforms] && 
-                 ! [regexp -nocase "\\m$env(os_type)\\M" $platforms] } {
-               lappend html_log $line
-               continue ;# TODO statement is for another platform
+       set deb_info [dversion]
+       if [regexp -nocase {^[ \s]*TODO ([^:]*):(.*)$} $line res platforms pattern] {
+           if { [regexp {DEBUG_} $platforms] != 1 } {
+               if { ! [regexp -nocase {\mAll\M} $platforms] && 
+                    ! [regexp -nocase "\\m$env(os_type)\\M" $platforms] } {
+                   lappend html_log $line
+                   continue ;# TODO statement is for another platform
+               }
+
+               # record TODOs that mark unstable cases
+               if { [regexp {[\?]} $platforms] } {
+                   set todos_unstable([llength $todos]) 1
+               }
+
+               lappend todos [regsub -all {\\b} [string trim $pattern] {\\y}] ;# convert regexp from Perl to Tcl style
+               lappend html_log [_html_highlight BAD $line]
+               continue
+           }
+           
+           if { [regexp "Debug mode" $deb_info] != 1 && [regexp {DEBUG_} $platforms] == 1 } {
+               continue
            }
 
-           # record TODOs that mark unstable cases
-           if { [regexp {[\?]} $platforms] } {
-               set todos_unstable([llength $todos]) 1
-            }
+           if { [regexp "Debug mode" $deb_info] == 1 && [regexp {DEBUG_} $platforms] == 1 } {
+               if { ! [regexp -nocase {\mAll\M} $platforms] && 
+                   ! [regexp -nocase "\\m$env(os_type)\\M" $platforms] } {
+                   lappend html_log $line
+                   continue ;# TODO statement is for another platform
+               }
 
-           lappend todos [regsub -all {\\b} [string trim $pattern] {\\y}] ;# convert regexp from Perl to Tcl style
-           lappend html_log [_html_highlight BAD $line]
-           continue
+               # record TODOs that mark unstable cases
+               if { [regexp {[\?]} $platforms] } {
+                   set todos_unstable([llength $todos]) 1
+               }
+            
+               lappend todos [regsub -all {\\b} [string trim $pattern] {\\y}] ;# convert regexp from Perl to Tcl style
+               lappend html_log [_html_highlight BAD $line]
+               continue
+           }
        }
-
+               
        # check for presence of messages indicating test result
        set ismarked 0
        foreach bw $badwords {
index f94f50a10aa93c7dc99153567aaf9fe7c6497ec5..e8f122f75704fa262d8f033baa41575b67eebce9 100644 (file)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Windows: TEST INCOMPLETE"
+
 box b -20 -20 -20 40 40 20
 ellipse w 0 0 0 10 5
 mkedge w w
index f8bdcc4e0218748b19f93470eee4dbc26d07375f..a3f1f32917d2fe889e87b576410a8c17ce812665 100644 (file)
@@ -1,6 +1,8 @@
 ## fra60813
 puts "TODO #22911 ALL: Faulty shapes in variables faulty_1 to faulty_"
 puts "TODO #22911 ALL: Error : The area of the resulting shape is"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file CTO909_Bug3_Tr_obj.rle] a
 restore [locate_data_file Bug4_Tr_outil.rle] b
index f0cb078c9ee69d904d890196fd57574df5d446a4..a447c769791dc1b2d6511d8a41d8e6df97c72fcb 100644 (file)
@@ -1,4 +1,6 @@
-puts "TODO #22911 ALL: Error : The area of the resulting shape is"
+puts "TODO ?#22911 ALL: Error : The area of the resulting shape is"
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file OCC228.brep] sh
 explode sh
index 46c9c167ce87dbce6912935de797e7eed429f9a5..a886ecba71b9d753530c172651cba58fe0e650b0 100644 (file)
@@ -1,4 +1,6 @@
-puts "TODO #22911 ALL: Error : The area of the resulting shape is"
+puts "TODO ?#22911 ALL: Error : The area of the resulting shape is"
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file OCC228.brep] sh
 explode sh
index 3e696b1bada25fe720fefe0343d7c2eefdc4f994..7d22d434bae2cb67f02e0649b0c399f9b2b5f0bd 100644 (file)
@@ -1,4 +1,6 @@
-puts "TODO #22911 ALL: Error : The bopcut cannot be built."
+puts "TODO ?#22911 ALL: Error : The bopcut cannot be built."
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file OCC228.brep] sh
 explode sh
index 9ebb2dad97faa1c161effcdcc96b66cb063d64b7..adeca0309218e8b79f7f0322c2961b7bdd0e2ce8 100644 (file)
@@ -1,4 +1,6 @@
-puts "TODO #22911 ALL: Error : The bopcut is not valid"
+puts "TODO ?#22911 ALL: Error : The bopcut is not valid"
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file OCC228.brep] sh
 explode sh
index 7d28456e640c54596df38ba5f8acb9bb98e3060e..1ad090d6a6cc83676a91b8871f53a3db0e4dc7af 100644 (file)
@@ -1,4 +1,6 @@
-puts "TODO #22911 ALL: Error : The bopfuse cannot be built."
+puts "TODO ?#22911 ALL: Error : The bopfuse cannot be built."
+puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file OCC228.brep] sh
 explode sh
index 54c0cf4da43d79ce01ec1f196caaa7b8a9a8c918..2ee7e70157b9ec7b734bf7ca6e4a41fb362e91e0 100644 (file)
@@ -1,4 +1,6 @@
-puts "TODO #22911 ALL: Error : The bopfuse cannot be built."
+puts "TODO ?#22911 ALL: Error : The bopfuse cannot be built."
+puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file OCC228.brep] sh
 explode sh
index 77ee7c535df6e5ec0d0d5c70cdbc71b4fd25dc74..f4cc60e030ac70169317593e4dbca1fd5b08621b 100644 (file)
@@ -1,5 +1,7 @@
 puts "TODO #23828 MacOS: Tcl Exception:  null shapes are not allowed"
 puts "TODO #23828 MacOS: TEST INCOMPLETE"
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file OCC62.brep] sh
 explode sh
index a5bc6daa03ab044bc69024ee8b2e29baabb3b0fd..0ff33954f57106d2f503cc563269d8c514792df0 100755 (executable)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64: Faulty shapes in variables faulty_1 to faulty_"
+puts "TODO DEBUG_OCC24121 Debian60-64: Error : The area of the resulting shape is"
+
 #
 # *10603
 #
index a7e53ce64cec053913e4fa0b2a40904a2734107e..f3bb5361a60721ac5808aef46bbcec150222e5df 100644 (file)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+
 restore [locate_data_file a67] a
 restore [locate_data_file b67] b
 bsection result a b
index 614264a2c906625269afd4436a4bf916240a4bf7..eb10e537885fc78b93da06c4cc47e6714bc79f6c 100644 (file)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+
 restore [locate_data_file lh3d_px1.brep] a
 
 #removing intersection of faces a_3 and a_220
index ba5db053a25d8aded2b9dda62d9a4117eedfaad8..aec758eedd21c63270ee2b0de9c5c143f85071c1 100644 (file)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
+
 restore [locate_data_file lh3d_px1.brep] a
 
 #removing intersection of faces a_3 and a_220
index 4db41bfa52ccd41a3441fd0bae1ab8ff458f4b6e..2a3f96126716e943b214f09c6751145ac5bba6fd 100644 (file)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
+
 #puts "TODO #23749 ALL: Faulty shapes in variables faulty_1 to faulty_"
 
 cpulimit 2000
index 58104e059b8b052837e03454b2fa1f5d221a0fb1..025b2adcfc290e6135b5df46274c434d3b93f861 100644 (file)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
+
 cpulimit 900
 
 restore [locate_data_file lh3d_px2.brep] a
index dede481fe708ebebfc90e1535dc036d1a0d0a753..4ff86ad9f84d9853f08a6dfb96c14b9004cbb58e 100644 (file)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+
 restore [locate_data_file lh3d_ro1.brep] a
 compound result
 isos a 0
index 9da922b7137333b0276698b13d1b48997d3b2db3..de86298034a8e8791616d2f42a5c7cf062519e59 100755 (executable)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows:  iteration"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Faulty OCC23944"
+
 puts "============"
 puts "OCC23944"
 puts "============"
@@ -10,9 +13,13 @@ set BugNumber OCC23944
 
 restore [locate_data_file bug23944_s.draw] s
 
+decho off
 mkface f s
+decho on
 
+decho off
 set info [bsplres result f 1e-4 1e-9 15 100 C1 C2 0 1]
+decho on
 
 # Resume
 puts ""
index 90b4f7206e752347b5bb99faff95a6960a45a4a1..3bffcc22095586b87f66081cd03b67d53039b057 100644 (file)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeProcess_Performer"
+
 pload QAcommands
 
 puts "======="
index a185355c1d96cf684a32dd81aa3061546ae2b12b..66a5d31e7b022418f48bdf097b9bfcd82a63f7f3 100755 (executable)
@@ -1,4 +1,5 @@
 puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: --- BRepCheck Wire:"
 
 puts "========"
 puts "OCC131"
index 86bfd36f4c15fae9e91209402aeb09deec0bfb03..ea0e668031376ecb8633e25dca04da0409919a00 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: \\*\\* Exception in IGESToBRep_BasicCurve"
+
 puts "========================"
 puts "BUC60984"
 puts "OCC91"
index a944e00bcf2dbabba1fdb5c1c6ea36c03d36ff79..122b0e18065a173cb39f2153a97c3d9beaad5907 100755 (executable)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Windows: Operator FixShape failed with exception FLT INVALID OPERATION"
+puts "TODO DEBUG_OCC24121 Windows: Faulty shapes in variables faulty_1 to faulty_"
+
 puts "========"
 puts "OCC201"
 puts "========"
index 443724223175afcdfc477cf7d3465f0443b06954..6088fe4cb9653ec72a0129f60bc6ed2758813cc6 100755 (executable)
@@ -1,3 +1,7 @@
+puts "TODO DEBUG_OCC24121 Windows: Faulty OCC165"
+puts "TODO DEBUG_OCC24121 Windows: An exception was caught"
+puts "TODO DEBUG_OCC24121 Windows: Error: Offset is not done"
+
 cpulimit 600
 
 puts "========"
index c0402bddf393370d775f9aed105181558fa0baa4..8f85c95d5dd5a116ba6d9a08f835c19715160df9 100755 (executable)
@@ -1,5 +1,5 @@
 puts "TODO ?OCC23753 ALL: Process killed by CPU limit"
-puts "TODO ?OCC23753 Mandriva2010: TEST INCOMPLETE"
+puts "TODO ?OCC23753 ALL: TEST INCOMPLETE"
 
 puts "============"
 puts "OCC19793"
index 7cd9ad40746fd2ba6fe5b67e073f8db3d089f041..bbfaa116ecc120f47c9be4d42ece37e7e6cb33e2 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: OCC23031: Faulty"
+
 puts "========"
 puts "OCC23031"
 puts "========"
index d955d8958fe11af739cb73adfbc48485f67aa7f0..456d2a371e116c2afcbafec2ac1a550c120ec80b 100755 (executable)
@@ -3,6 +3,8 @@ puts "TODO ?OCC11111 ALL: \\*\\* Exception"
 puts "TODO ?OCC11111 ALL: An exception was caught"
 puts "TODO ?OCC11111 ALL: Error : Result shape is WRONG"
 puts "TODO ?OCC11111 ALL: Error : The square of result shape is"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 puts "============"
 puts "OCC8842"
index 0356cd8954ac72d1f4d971facb6e6b3eb49109c3..11f1ca35c6805ad5e5799a716303839f49263885 100755 (executable)
@@ -2,6 +2,8 @@ puts "TODO ?OCC11111 ALL: OCC8842: Faulty"
 puts "TODO ?OCC11111 ALL: \\*\\* Exception"
 puts "TODO ?OCC11111 ALL: An exception was caught"
 puts "TODO ?OCC11111 ALL: Error : The square of result shape is"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 puts "============"
 puts "OCC8842"
index ed76b72127382a9818e8a91d20779a6a172c1e17..9929eb05aa6bf34fda708c32c7bfd6c0871331ee 100644 (file)
@@ -1,3 +1,7 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: \\*\\* Exception \\*\\*.*"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: An exception was caught"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
+
 puts "============"
 puts "OCC22831"
 puts "============"
index 207023b2a806ee8092c750d7abd4038033b7cba7..6fe6db569d312f8bb783e761e2e69ed40e7c4713 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : Extrema is wrong"
+
 puts "============"
 puts "OCC23706"
 puts "============"
index 743e4e01ac15233c03e27a133d413357b1068d8d..58fd972362e0b834b9b9bc8ae9fad759e25b32ff 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : Extrema is wrong"
+
 puts "============"
 puts "OCC23706"
 puts "============"
index 2e6c980b5a58414c6d805814679a07376adff853..eb0eee33d37c508b296f011fe73db776de234541 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64: Elapsed time is more than 0.1 seconds"
+
 puts "============"
 puts "OCC23906"
 puts "============"
@@ -28,7 +30,7 @@ if { [string compare $tcl_platform(platform) "windows"] == 0 }  {
    set max_time 0.1
 }
 if { $z > ${max_time} } {                                         
-    puts "Elapsed time is more then ${max_time} seconds - Faulty"
+    puts "Elapsed time is more than ${max_time} seconds - Faulty"
 } else {
-    puts "Elapsed time is less then ${max_time} seconds - OK"
+    puts "Elapsed time is less than ${max_time} seconds - OK"
 }
index 961bdb33dda6cd7e4aecd788d53f0a41a1ca2542..a1df5cc9840f06d7900a91ce8a77571ca9942696 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Faulty OCC11081"
+
 puts "========================"
 puts "OCC11081"
 puts "========================"
index 5e3fbad2d4da0bcefe2c67165942bc6a5032f408..8cce624839729465d3bfc1e8df812f0cee067938 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Faulty OCC11081"
+
 puts "========================"
 puts "OCC11081"
 puts "========================"
index b992c66b2999080c4dbe5c8950082c91cac3f40a..f636bbb2c91e9ff4ba1ae2758717d8f4c22115d9 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Faulty OCC20683"
+
 puts "========================"
 puts "OCC20683"
 puts "========================"
index 916645b137ceefbac5021e31045220d210dc0ebd..38b1fb7bb48d394ccdbcf76fd558762921dff671 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: OCC22733: Faulty"
+
 puts "========"
 puts "OCC22733"
 puts "========"
index 48fed2777462f7906f5bee1275c0089cf01bec6e..ce600f365ec75e8665ecb19d136a66aec20f512b 100755 (executable)
@@ -1,3 +1,7 @@
+puts "TODO ?DEBUG_OCC24121 Windows: \\*\\* Exception \\*\\*.*"
+puts "TODO ?DEBUG_OCC24121 Windows: An exception was caught"
+puts "TODO ?DEBUG_OCC24121 Windows: Faulty OCC22757"
+
 puts "================"
 puts "OCC22757"
 puts "================"
index 5244823097eb84fddc53f0dc01035a8b07182df1..6854f60f77a4c27bf497b148a3feace46d070d04 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Faulty OCC703"
+
 puts "=========="
 puts "OCC703    "
 puts "=========="
index e4ca8343e6f61c40633397b16f6c69a9c548ddc1..5c90c4424144cd26752848243991566f3b892b04 100644 (file)
@@ -1,6 +1,6 @@
 puts "Output with mistake is correct!"
-puts "TODO BUC60634 ALL: Standard_ConstructionError: BRepFill_Draft"
-puts "TODO ?BUC60634 ALL: Error in MakeWire"
+puts "TODO ?#60634 ALL: Standard_ConstructionError: BRepFill_Draft"
+puts "TODO ?#60634 ALL: Error in MakeWire"
 puts "=================="
 puts "BUC60634"
 puts "=================="
index 8f36827ddc844d2e81b053fc1be141f63b2e416e..9dea4ad9dab737bb85b1c742e3bf1ffe9f3cd149 100644 (file)
@@ -1,3 +1,6 @@
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+
 puts "========================"
 puts " OCC599"
 puts "========================"
index 0a26726cf4d123ce10646b0b31e67472c69c52eb..f70dc3698a6dd90ba0ccaf82dbd862e75ec135cd 100755 (executable)
@@ -1,4 +1,5 @@
 puts "TODO ?OCC11111 ALL: Faulty OCC22849"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: ShapeFix_Solid::SolidFromShell: Exception"
 
 puts "============"
 puts "OCC22849"
index 6bbcfca1bffc770357bce7cc5c0861447c6baada..714dc1c2f6d5cb0b77c6c995213d3866b8aaddcf 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Windows: Error : Colors are not equal"
+
 puts "============"
 puts "OCC22879"
 puts "============"
index e0f088bc06c4678b32f7f03fc6d0c935223378e1..7278fdb50baa4a42b1f17d07f7f7a01dc7cd2eee 100644 (file)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeFix_Wireframe"
+
 puts "================"
 puts "OCC394"
 puts "SAM1296"
index 66a68ffbac9366a8018b8b4bd52e1c716805ca8f..2fba66df0d546706b3844ae9a4dece8f1b09bb6f 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: ShapeFix_Edge"
+
 puts "========================"
 puts " OCC810 "
 puts "========================"
index 0ba194ffd7562333db40ab8005b11ec8e43d72ac..f0b2a569d228e7f773bbe2e93c72116a4696f7c3 100755 (executable)
@@ -1,3 +1,5 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: ShapeFix_Edge"
+
 puts "========================"
 puts "OCC810"
 puts "========================"
index 8843a3a3647c2b6fe1f0fed5507c258670ecff74..72e7dbdac9df10d46c2b3e6953a252d5b97f136a 100644 (file)
@@ -8,5 +8,5 @@ if { [string compare $command chamf_sequence] == 0 && [string compare $group equ
   if {[array get env os_type] != ""} {
     set os $env(os_type)
   }
-  puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_3"
+  puts "TODO ?OCC22909 ALL:Faulty shapes in variables faulty_1 to faulty_3"
 }
index 41c42ef183235749ccf2489dd5ac1d46b9dd156f..f1703865e96b17571442b25f7cd3ead0efbe9f00 100644 (file)
@@ -13,9 +13,9 @@ if { [string compare $command chamf] == 0 } {
     set os $env(os_type)
   }
   if {[string compare $group dist_angle] == 0} {
-    puts "TODO ?OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_"
+    puts "TODO ?OCC22909 ALL:Faulty shapes in variables faulty_1 to faulty_"
   }
   if {[string compare $group equal_dist] == 0} {
-    puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_"
+    puts "TODO ?OCC22909 ALL:Faulty shapes in variables faulty_1 to faulty_"
   }
 }
index f6710116a10ce01999da4990a943f70d079fd3e6..d2abf9080cf2bb21797280b56ea1d95cadffb2c2 100644 (file)
@@ -13,6 +13,6 @@ if { [string compare $command chamf] == 0 } {
   if {[string compare $group dist_angle] == 0} {
     puts "TODO ?OCC22909 All:Faulty shapes in variables faulty_1 to faulty_"
   } else {
-    puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_"
+    puts "TODO ?OCC22909 ALL:Faulty shapes in variables faulty_1 to faulty_"
   }
 }
index 99513620a425568d0cb295abbaf31229ff5ac58b..99c51296e3f401960f502c04a7b3a3f0c15ace2f 100644 (file)
@@ -45,6 +45,6 @@ if { [string compare $command chamf_sequence] == 0 } {
 
   if { $nf != 0 } {
      #puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_$nf"
-     puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_"
+     puts "TODO ?OCC22909 ALL:Faulty shapes in variables faulty_1 to faulty_"
   }
 }
index 5c039950e1bf072cdaca49560cf2509842487994..63962d29a1e3044bed63f54d2491dd4f1956ee5b 100644 (file)
@@ -1,5 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
 
 set LinuxDiff 1
 set filename t500core.igs
index 92336c5f3fcc291e1528cb661eabeab4b362de56..50f7747e6815a933e6821812f2c1929509856dce 100644 (file)
@@ -1,4 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 1 differences with reference data found"
+
 set filename BUC60113.igs
 
 set ref_data {
index 65e9a1799cd642284b5c8e0df36782751e0e747b..e9ad97f094e3158ef81e6460873d152a28a5c98a 100644 (file)
@@ -1,4 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
+
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 2 differences with reference data found"
+
 set filename CTS18542-2.igs
 puts "TODO ?CR23096 ALL: TPSTAT : Faulty" 
 
index 71bf6180455244b3a79657be9b04752d59137145..8b19d1ff12d8d73558fd1a60e5eba9bf0cb934df 100644 (file)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 2 differences with reference data found"
 
 set filename FRA62468-1.igs
 
index 8b9a2ea2d2c297465f451b65c694c6b78905658b..3523fd0c8c71916a3fc5d28cff0bc37e6ffde95f 100644 (file)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 2 differences with reference data found"
 
 set filename JAP0005.igs
 
index 428712b6648163a62c307b5276536a8e828e4f91..9ce33a276c859fb2040d2b3059fc00a3f4fc6192 100644 (file)
@@ -1,6 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 2 differences with reference data found"
 
 set filename PRO10578.igs
 
index d6cfec88b8c04615c6bd4b19ba9d5de863c99371..db5332ad713be76f2d0ec39e645df665f3214c29 100644 (file)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
 
 set LinuxDiff 1
 set filename ims003.igs
index 336aa10e4176339ea9d5b0478dc2a63418b2a026..ce2cfba54bacf101d3a2779a29f1baa71b1429df 100644 (file)
@@ -1,7 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
-puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO ?CR23096 ALL: NBSHAPES : Faulty" 
+puts "TODO ?CR23096 ALL: LABELS : Faulty" 
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set filename CTS17804.igs
 
index 0636375b03765247c40b3af1410135c8078439a7..a4673b69b86a94a3aa369b5a82baa180bfc46aca 100644 (file)
@@ -2,6 +2,7 @@
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
 
 
 set filename CATIA01.igs
index 6c9e388e0eaa813c6d4832977e62886dd57a7b80..6c0718bfcfbe5fff2b3ed52a63ac1d6f935a4087 100644 (file)
@@ -1,9 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
-
 puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
+puts "TODO DEBUG_OCC24121 Windows: Error : 2 differences with reference data found"
 
 set LinuxDiff 1
 set filename FRA62468-2.igs
index 9cc390bbcb454e483419bb2870f819f675128a7f..7d88fa1e29be5483f588dd1c4fd5bd4deb6fd501 100644 (file)
@@ -1,7 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: NBSHAPES : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set filename bmarkmdl.igs
 
index 350484e2c0d6c60c4445c74674b7ee1de020f4b0..69870df139b77833ff5ee922f080efd0b8f8863d 100644 (file)
@@ -4,6 +4,7 @@ puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty"
 puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set LinuxDiff 2
 set filename buc60894.igs
index 95d049341df7ba052b52fdac95be3a7dc1fb1f9b..f6416c3f9834e4e6e27111085ac2e3472d2bf6c4 100644 (file)
@@ -4,6 +4,7 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
 puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set LinuxDiff 2
 set LinuxFaulties {STATSHAPE}
index abf09d571f30d6e10df097602405068ca152e4b9..576f07f5d5863ddbaa3b7f9d5099f5475ba44487 100644 (file)
@@ -2,7 +2,8 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 2 differences with reference data found"
 
 set filename PRO7978.igs
 
index 5945046d1eb70a621d662af9ad37586735c52332..fdc10c0d18fc6de3f7dd6f2847055bd81a0e6836 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
 
 set filename PRO5236.igs
 
index fa16dd255437a2ec01fdd29a34bca285f31a9799..f74f908099dab1c09d6b9ea4ad2a2205b531e80b 100644 (file)
@@ -7,6 +7,8 @@ puts "TODO ?CR23096 ALL: TOLERANCE : Faulty"
 puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
 puts "TODO ?CR23096 ALL: Error : 5 differences with reference data found :"
 puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: ShapeAnalysis_Surface"
+puts "TODO DEBUG_OCC24121 Windows: Error : 4 differences with reference data found"
 
 set LinuxDiff 4
 set LinuxFaulties {STATSHAPE}
index 0bc123d6e47e4607802af4094dca82c1485e06dd..ebe6177e780f1c1c23281a58131e0253ad804a33 100644 (file)
@@ -3,9 +3,8 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty"
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
-
 puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
+puts "TODO DEBUG_OCC24121 Debian60-64: Error : 1 differences with reference data found"
 
 set LinuxDiff 1
 set filename UKI60107-6.igs
index 2dc6e9400d557a33c3ab2598ffefca733419b158..7c9c0e68c2e738f0236df6c554c0916378393406 100644 (file)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO ?CR23096 ALL: LABELS : Faulty" 
+puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
 
 set filename t_cat_424_002_sgi_hybdrw_vw_dosenhalter_standard.igs
 
index 1f9d6bdac6c6be7b2ce2ac1157e768ace722cdf5..7069f8642e64389ac091a569766e987744458ed1 100644 (file)
@@ -1,10 +1,13 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
-puts "TODO CR23096 ALL: LABELS : Faulty" 
-puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: TPSTAT : Faulty" 
+puts "TODO ?CR23096 ALL: NBSHAPES : Faulty" 
+puts "TODO ?CR23096 ALL: LABELS : Faulty" 
+puts "TODO ??CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO ?CR23096 ALL: Error : 5 differences with reference data found"
 puts "TODO ?OCC24048 ALL: Error : 3 differences with reference data found"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 set filename BUC60291.igs
 
index d0bd0f4bca97b4aa4ab011f4ab37f53d36f36bac..6c605b702542766bddd7ed25b6d6b99111a18e69 100644 (file)
@@ -1,7 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
-puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
+puts "TODO ?CR23096 ALL: LABELS : Faulty" 
+puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 set filename BUC60390.igs
 
index 22f2a29d933e75fa4da0795e0801959ae105862d..f7040287f87d92dc6e6b8b8faff2b56f53380e30 100644 (file)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeFix_ComposeShell"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: color name"
 
 set filename trj9_b2-ai-214.stp
 
index a0982f7e5ac8c6858fafb03dbaf8199651aa4f6a..8a5c64df8e0fa40e982799dac7ac9cf61c6e2b25 100644 (file)
@@ -1,7 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 1 differences with reference data found"
 
 set filename mat-a.stp
 
index ce9b31bf3ce112944562b694a2c258dfc186dcbb..ce58e8aee4c8ce25844a38ee147e3f98fa9a8c73 100644 (file)
@@ -1,7 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 1 differences with reference data found"
 
 set filename mat-bas.stp
 
index 28312ee2e17953fb3846607da713ebebeaced25a..8b0b1305ded07eadbfa3dc160f2e1beec91a4ac5 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename trj4_s1-ai-214.stp
 
index 3923878ef6374c6bae1a568dcc0b38670f21cfcf..aeb249385daf737326322d1a8781cb07129baed9 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : 1 differences with reference data found"
 
 set filename trj6_pm4-al-214.stp
 
index 13916e0773c656b506482482c073b595018a6900..0302b13819f5d960f0db08a143244a9ffb4b55cb 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename db_as1-A.stp
 
index ea04405392faae50d94fefa5807224152d486a85..95b9af52ee4d3e5e7262b049f51708124edcb0bf 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename db_as1-B.stp
 
index 3395fb99abeb514508b449983fe04565d8f66f28..8d7d3cde590d6a46da66d6de0e70f71bbcf3b024 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename trj3_s1-db-214.stp
 
index f2837d5433a872ee626c586ddb6379cd4c4128d3..3c8e94008d4d9ba1d1bb62f689bebcc30623cba0 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename tr8_as2_db.stp
 
index dc809cbb17278cca1b432e2658c1bb65e75445e1..ffbc018a3a105cfe0927d27e3545b3530373e9ea 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename tr8_as2a_db.stp
 
index d3ea0078534b70f679ab3a2717c611956502c7b4..893230cdd82ab07efc40447f50d5a4acf6f4bb9c 100644 (file)
@@ -1,7 +1,11 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
-
+puts "TODO ?CR23096 ALL: TPSTAT : Faulty" 
+puts "TODO ?CR23096 ALL: STATSHAPE : Faulty" 
+puts "TODO DEBUG_OCC24121 Debian60-64: \\*\\* Exception \\*\\*.*"
+puts "TODO DEBUG_OCC24121 Debian60-64: An exception was caught"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: First - file was not written - exception"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : Here is writing problem"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : 3 differences with reference data found"
 
 set filename S4132-test.stp
 
index 0f890e4a9b9c227cc6de7549e3824f0a02fb25c4..ed737b7f9103704e070f493b5fd62d71a3c96923 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename as1ug.stp
 
index 6368b0f55826143952e54e6de77af234ef8f854f..d733ee73825ab94d0eaaf3946830febb31618686 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename tr8_ha1_db.stp
 
index 5a16194fa12c4eb3e505f375111e188b640f0ba4..49ef59b64023c06545154152290ed1aebd2895bb 100644 (file)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 1 differences with reference data found"
 
 set filename ass-tol2.stp
 
index bbc8aff6c7ac4276c51b793dd5ca593128d81840..cf924b176129836f119dcbdd5e3fce3c8d34f7c2 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename r86ug.stp
 
index 31d46fe8f62dfcff10deef39af5664cb36868bf4..0641358cc7f1eea512e190e460088033dc0bf93f 100644 (file)
@@ -1,7 +1,9 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
-
+puts "TODO ?CR23096 ALL: TPSTAT : Faulty" 
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
+puts "TODO DEBUG_OCC24121 Windows: Error: First - file was not written - exception"
+puts "TODO DEBUG_OCC24121 Windows: Error : Here is writing problem"
+puts "TODO DEBUG_OCC24121 Windows: Error : 8 differences with reference data found"
 
 set filename trj10_b2-ct-214.stp
 
index 475d94449d97a75d18134dc275b9bac1b9613f21..a504904ea41eb2190db793fe00b5e60a01557628 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename bm4_db_punch_a.stp
 
index 1c8b70605840a8fdeed66cab0ada94da851facd2..57e4f0df07e0f6b56614b6ed18d8584a788462cc 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: StepToTopoDS_TranslateCompositeCurve"
 
 set filename tr9_r0901-al.stp
 
index 5ea848d323ed133afdd18e424dd320a0f1c34b78..39981196b28f2e88d45cb20c5f4a3cad702de157 100644 (file)
@@ -3,6 +3,7 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: StepToGeom_MakeSurface"
 
 set LinuxDiff 3
 set filename r76sy.stp
index 56f6626b16da1e4d6383ac1add48c651278a896b..f3a95e39821e36e34c5460777022abe7e9a44a66 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename bm4_db_punch_c.stp
 
index 1b8300166a32b3b1641c8d1a911cefd65f6e9ec9..d30b07723654dca39694a2c299bc3f622b293f54 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename bm4_db_conn_a.stp
 
index 001512e276451da49ab2a10e3ce143cddc6f7b23..80d26fe3c0161d7860944d97fad32de1a7e103b7 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 set filename bm4_db_conn_d.stp
 
index 1dfb6b8007742d8cb01706a28465fdef4fbcfca5..30fb696126668713f1209027ccc64f486b003607 100644 (file)
@@ -1,4 +1,9 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
+
+puts "TODO DEBUG_OCC24121 Windows: Error: First - file was not written - exception"
+puts "TODO DEBUG_OCC24121 Windows: Error : Here is writing problem"
+puts "TODO DEBUG_OCC24121 Windows: Error : 4 differences with reference data found"
+
 set filename boutchauf.stp
 
 set ref_data {
index 1656a5ca989688b1ef6455396da6bf6d7b5e9dae..3b55847b23dcd53bec83b90b0bda86cbe5b73ddf 100644 (file)
@@ -1,4 +1,9 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
+
+puts "TODO DEBUG_OCC24121 Windows: Error: First - file was not written - exception"
+puts "TODO DEBUG_OCC24121 Windows: Error : Here is writing problem"
+puts "TODO DEBUG_OCC24121 Windows: Error : 8 differences with reference data found"
+
 set filename ct_soapbox-A.stp
 
 set ref_data {
index 3655237c929b001296b7e2e353163b5c0b1932a3..4099bbe0ef531c48d195da778bf197d9e387e2db 100644 (file)
@@ -1,6 +1,9 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
-puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty" 
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 Mandriva2010: TOLERANCE : Faulty" 
+puts "TODO DEBUG_OCC24121 Windows: Error: First - file was not written - exception"
+puts "TODO DEBUG_OCC24121 Windows: Error : Here is writing problem"
+puts "TODO DEBUG_OCC24121 Windows: Error : 7 differences with reference data found"
 
 set LinuxFaulties {TOLERANCE}
 set filename trj6_b1-ec-214.stp
index aa1312cfd98a3a25007e41c2328f4bc29e0ade01..2adb8c4d99201bffe6c9139028aee6cc2c46ecaf 100644 (file)
@@ -1,4 +1,9 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
+
+puts "TODO DEBUG_OCC24121 Windows: Error: First - file was not written - exception"
+puts "TODO DEBUG_OCC24121 Windows: Error : Here is writing problem"
+puts "TODO DEBUG_OCC24121 Windows: Error : 8 differences with reference data found"
+
 set filename db_soapbox-A.stp
 
 set ref_data {
index a9efb974f90848ea5a3043f8699b64c5ecdb06e5..9ad893837c1297f11d08ec40b28db8a106d7efce 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: Error : 1 differences with reference data found"
 
 set filename gehaeuse_solid.stp
 
index a93b6a17c4770587e06058ada3235e493dbefffd..a1c70c82e5cda8a9858493e1f846baf9fdf5d2de 100644 (file)
@@ -1,6 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
-
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: NBSHAPES : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set filename r0501_pe.stp
 
index 064cb96a06a74428ee9fd24448a6a669171aa8b6..7f8678cd4f8bd043454b0f8978b8ac86720a1112 100644 (file)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set filename gehaeuse_surface.stp
 
index 9312025e1d9504d2114a68cf9fddf6879887edfc..a53ef232cc487747e81eab21ccd257905bd65d72 100644 (file)
@@ -1,11 +1,13 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
-puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
-puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
-
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
+puts "TODO ?CR23096 ALL: TPSTAT : Faulty" 
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: STATSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeFix_ComposeShell"
+puts "TODO ?DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
+puts "TODO ?CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
+puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: Process killed by CPU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
 
 set LinuxDiff 3
 set filename Z8M6SAT.stp
index 928dffd5cc13bd7b0b8726ad422cde874b275a71..18a574371063368f132a2f4b8525198db31198df 100644 (file)
@@ -1,10 +1,11 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
-puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
-puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
+puts "TODO ?CR23096 ALL: TPSTAT : Faulty" 
+puts "TODO ?CR23096 ALL: NBSHAPES : Faulty" 
+puts "TODO ?CR23096 ALL: STATSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO ?CR23096 ALL: Error : 2 differences with reference data found :"
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set LinuxDiff 2
 set filename trj12_b3-sy-214.stp
index 00d9bf3c7b05886a71dcd836084abb2d5e0a77eb..ed65c2f99b76a52a72aa834442da5b2a752ab1f1 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set filename BUC50070.stp
 
index d11ba8096a9234ff0271307db2d04a8ddb3535a0..833735a49e6cd408b979cb6a4e330690b105127b 100644 (file)
@@ -1,4 +1,9 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
+
+puts "TODO DEBUG_OCC24121 Windows: Error: First - file was not written - exception"
+puts "TODO DEBUG_OCC24121 Windows: Error : Here is writing problem"
+puts "TODO DEBUG_OCC24121 Windows: Error : 4 differences with reference data found"
+
 set filename PRO10377.stp
 
 set ref_data {
index 4ac440d6ec8648f59c70003422963c7e36fad5c5..94f3e8fb51c024b53f5b57b9d46a4fdbc9200db6 100644 (file)
@@ -1,4 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
+
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 1 differences with reference data found"
+
 set filename trj10_pm8-ct-214.stp
 
 set ref_data {
index 561b93a1a16defd11075fdebcb89a807973ef4eb..9cb03722749fa8a520ba24f5b2922ebdfb634fdf 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeFix_ComposeShell"
 
 set filename Z8INV5.stp
 
index cdcbf5693d7514252c67e6b90de74bc0f38aa94e..9bfcfa567856eaa91ade0fe2839c3ede49e4439c 100644 (file)
@@ -1,6 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-
+puts "TODO DEBUG_OCC24121 Windows: CHECKSHAPE : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: NBSHAPES : Faulty"
+puts "TODO DEBUG_OCC24121 Windows: Error : 3 differences with reference data found"
 
 set filename trj9_pm7-id-214.stp
 
index 91fdfb57964f29e9bb1ce87c88257c8b19d28ad7..0823acbf9eb534c2aa32ef8a771e5f13641c8a9f 100644 (file)
@@ -1,11 +1,5 @@
 #E6----------------------------------------------
-set os "ALL"
-if {[array get env os_type] != ""} {
-  set os $env(os_type)
-}
-if {[string compare $os "Mandriva2008"] != 0 && [string compare $os "SUSE10-64"] != 0 && [string compare $os "Windows-64-VC8"] != 0} {
-   puts "TODO OCC22803 $os:Faulty shapes in variables faulty_1 to faulty_2"
-}
+puts "TODO ?OCC22803 ALL: Faulty shapes in variables faulty_1 to faulty_"
 
 ptorus pt 25 24 90
 profile pr o 20 18 5  p 0 -1 0 1 0 0 l 10 t 0 30 \
index 7f326ece139071b454ff54a0e750f0c152a684ac..2e785c00948bac2d32b0fdc1f74101db89cf5298 100644 (file)
@@ -3,6 +3,7 @@ if {[string compare $command "ShapeConvertRev"] == 0 } {
 }
 if {[string compare $command "SplitAngle"] == 0 } {
     puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_9 "
+    puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: Error: Exception in ShapeUpgrade_FaceDivide"
 }
 restore [locate_data_file CTO900_ger60598c.rle] a
 
index 906947dfd92b89c57dec38f1be106985afc3aedc..40321dd3197ff03a30b8ead74b2c7d2d454f5b30 100644 (file)
@@ -1,2 +1,5 @@
+puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by COU limit"
+puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+
 restore [locate_data_file CTO909_Bug3_Tr_obj.rle] a
 
index 31201d1b1535ad76e743abed0c55d62a1a01e46d..85a9170aa113cef235d1bd5d754b3006718a160e 100644 (file)
@@ -8,7 +8,7 @@ if {[string compare $command "SplitAngle"] == 0 } {
        } {
   puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_63"
     } else {
-  puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_61"
+  puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_61"
     }
 }
 
index 74cba3eeb62ee1587869a705ec0f739e1c13dedc..c4aba2761238860e060fa4c4587be287e9026bef 100644 (file)
@@ -1,2 +1,6 @@
+if {[string compare $command "SplitAngle"] == 0 } {
+    puts "TODO ?DEBUG_OCC24121 Windows: Faulty shapes in variables faulty_1 to faulty_"
+}
+
 restore [locate_data_file CONTOUR-VITRE.brep] a
 
index b2db18592d159c10eb43371bcb260e578d3a3384..8bd9eedd4edf601131d2e064144a75965ad2ee21 100644 (file)
@@ -1,5 +1,7 @@
 if {[string compare $command "SplitAngle"] == 0 } {
-    puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_56 "
+    puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_56 "
+    puts "TODO ?DEBUG_OCC24121 Windows: Faulty shapes in variables faulty_1 to faulty_"
+
 }
 restore [locate_data_file FORM-11.brep] a
 
index 055680c6752257506a5e59c68758b96575adb009..388bc6bde82b4f16b1b088fde9a4213fb0f359e3 100644 (file)
@@ -8,7 +8,7 @@ if {[string compare $command "SplitAngle"] == 0 } {
        &&  [string compare $os "Mandriva2008"] != 0
        &&  [string compare $os "Mandriva2010"] != 0
        } {
-  puts "TODO ?OCC23245 $os: Faulty shapes in variables faulty_1 to faulty_2"
+  puts "TODO ?OCC23245 ALL: Faulty shapes in variables faulty_1 to faulty_"
     }
 }
 
index bfb4398f7eb6d52336ae37da6c2572d3059012e3..1ef7f3b667cbaae6fc45efbb0e00ac21f7264911 100644 (file)
@@ -1,5 +1,7 @@
 if { [string compare $command "ShapeConvertRev"] == 0 } {
-   puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
+   puts "TODO ?OCC23127 ALL: Error : The area of the resulting shape is"
+   puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+   puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 }
 restore [locate_data_file METABO11.brep] a
 
index 0f96b1f56032854bcb4e430bd5f4b08cd9d57e52..d20fcc4a6ccc05554d2a80ba0fecc15df228381f 100644 (file)
@@ -1,5 +1,7 @@
 if {[string compare $command "SplitAngle"] == 0 } {
-    puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+    puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+    puts "TODO ?DEBUG_OCC24121 Windows: Faulty shapes in variables faulty_1 to faulty_"
+
 }
 restore [locate_data_file METABO12.brep] a
 
index 7ea9f3a28fe1ad7585f9410f9e562f9166dc9ecb..827ec801cce4457d801b574604b3498053dbc81d 100644 (file)
@@ -8,9 +8,9 @@ if {[string compare $command "SplitAngle"] == 0 } {
        &&  [string compare $os "Mandriva2008"] != 0
        &&  [string compare $os "Mandriva2010"] != 0
        } {
-  puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_6"
+  puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_"
     } else {
-  puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_4"
+  puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_"
     }
 }
 
index d1af343f4bccd1b72283811cbbfadccd05c384d1..6f5c2469013bcc120d2628c15e91f936b6e62cde 100644 (file)
@@ -1,5 +1,7 @@
 if {[string compare $command "SplitAngle"] == 0 } {
-    puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+    puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+    puts "TODO ?DEBUG_OCC24121 Windows: Faulty shapes in variables faulty_1 to faulty_"
+
 }
 restore [locate_data_file P-ROUES.brep] a
 
index aa8bb65c073cfe3843fffc97ef38ce718ee3b654..2814ddb653203fd2b3a289d6eb4efa1790731445 100644 (file)
@@ -1,5 +1,7 @@
 if { [string compare $command "ShapeConvertRev"] == 0 } {
-   puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
+   puts "TODO ?OCC23127 ALL: Error : The area of the resulting shape is"
+   puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+   puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 }
 restore [locate_data_file TOP01245_2.brep] a
 
index 8fd6de3148a75f7070e6d0db63847e4d14e7bbc0..3649b1b7809ff21781cde31960bab96a01df76d2 100644 (file)
@@ -6,11 +6,20 @@ if {[string compare $command "SplitAngle"] == 0 } {
     if {
            [string compare $os "Mandriva2008"] == 0
        } {
-  puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_32"
+  puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_"
     } else {
-  puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_30"
+  puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_"
     }
 }
+if {[string compare $command "ShapeDivide"] == 0 } {
+    puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+    puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+}
+
+if {[string compare $command "ShapeConvertRev"] == 0 } {
+   puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+   puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+}
 
 restore [locate_data_file BPLSEITLI.brep] a
 
index 33816d836b6302269ab757f109f1be0ecc51363d..95af3daa61edec2c26e05740f171f3a925362d32 100644 (file)
@@ -1,5 +1,15 @@
 if {[string compare $command "SplitAngle"] == 0 } {
     puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_28 "
 }
+if {[string compare $command "ShapeDivide"] == 0 } {
+    puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+    puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+}
+
+if {[string compare $command "ShapeConvertRev"] == 0 } {
+   puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+   puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
+}
+
 restore [locate_data_file BPLSEITRE.brep] a
 
index d623d64f6e467b626d4a30544f783ab75e359583..8fc13c410e0d17fff5674a5dbab539c9fdd1b27a 100644 (file)
@@ -3,6 +3,7 @@ puts "TODO ?OCC23748 ALL: Tcl Exception: ERROR. offsetperform operation not done
 puts "TODO ?OCC23748 ALL: Faulty shapes in variables faulty_1 to faulty_"
 puts "TODO ?OCC23748 ALL: Error : The volume of the resulting shape is"
 puts "TODO ?OCC23748 ALL: TEST INCOMPLETE"
+puts "TODO ?DEBUG_OCC24121 Windows: Error : The area of face"
 
 psphere s 15 270
 
index 07a0b2699699f3ad964da4db16985e84cbedfb11..896567b52d4674bacd68eecd874892b17de98795 100644 (file)
@@ -2,6 +2,8 @@ cpulimit 2400
 puts "TODO ?OCC23068 ALL: Error : result is not a topological shape"
 puts "TODO ?OCC23068 ALL: Error : The offset cannot be built."
 puts "TODO ?OCC23748 ALL: Error: Offset is not done."
+puts "TODO DEBUG_OCC24121 Debian60-64: Process killed by CPU limit"
+puts "TODO DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE"
 
 restore [locate_data_file offset_wire_041.brep] s
 
index a771888ca121ebb8fcccedf9fdb52ba11764aa5c..37443c823b9a5430a245bb0c6db8346d7ed93d68 100644 (file)
@@ -1,3 +1,7 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: \\*\\* Exception \\*\\*.*"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: An exception was caught"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
+
 restore [locate_data_file offset_wire_026.brep] s
 
 set length 21112.9
index cef8cefa13a912c41234cf534422c9030eb65b1e..8e7f042fadbf00828e198db4ec0e9bd627918f36 100644 (file)
@@ -1,3 +1,7 @@
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: \\*\\* Exception \\*\\*.*"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: An exception was caught"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
+
 restore [locate_data_file offset_wire_026.brep] s
 
 set length 22417.7
index 0fca8666705652c4eca888258a99f01d1f8b74d0..085faa199b6c4ae3753dee7b720189d9f419f64e 100755 (executable)
@@ -1,5 +1,8 @@
 puts "TODO OCC23068 ALL: Error : big tolerance of shape result"
 puts "TODO ?OCC23068 ALL: Faulty shapes in variables faulty_1 to faulty_"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: \\*\\* Exception \\*\\*.*"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: An exception was caught"
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
 
 restore [locate_data_file offset_wire_026.brep] s
 
index 29dfaaa874f8f230d13bd5009d04b7fd4041ca40..1408fef5324231ede78422d8d8d19504947c140d 100644 (file)
@@ -1 +1,3 @@
+puts "TODO DEBUG_OCC24121 Debian60-64: BRepCheck_Analyzer"
+
 restore [locate_data_file CFI_pro90fjr.rle] a