0025313: Review of TODOs in test cases for unused platforms
authorapn <apn@opencascade.com>
Wed, 1 Oct 2014 13:24:00 +0000 (17:24 +0400)
committerabv <abv@opencascade.com>
Thu, 16 Oct 2014 12:45:27 +0000 (16:45 +0400)
TODOs for unused platforms were deleted. Issue 22988 was closed.

78 files changed:
tests/blend/simple/H3
tests/blend/tolblend_buildvol/A3
tests/blend/tolblend_buildvol/A7
tests/boolean/bfuse_complex/D4
tests/boolean/bfuse_complex/F1
tests/boolean/bopcut_complex/H5
tests/boolean/bopfuse_simple/ZP6
tests/bugs/fclasses/bug63
tests/bugs/iges/buc60823
tests/bugs/modalg_1/buc60409_1
tests/bugs/modalg_1/buc60409_2
tests/bugs/modalg_1/buc60409_3
tests/bugs/modalg_2/bug399
tests/bugs/modalg_2/bug426
tests/bugs/modalg_4/bug62
tests/bugs/moddata_1/bug54
tests/chamfer/data/complex/B9
tests/de/end
tests/de/iges_1/B4
tests/de/iges_1/J2
tests/de/iges_1/K9
tests/de/iges_1/L8
tests/de/iges_1/M1
tests/de/iges_1/N9
tests/de/iges_1/O3
tests/de/iges_1/P5
tests/de/iges_1/P7
tests/de/iges_1/P8
tests/de/iges_1/P9
tests/de/iges_1/R8
tests/de/iges_2/A4
tests/de/iges_2/A7
tests/de/iges_2/A9
tests/de/iges_2/B4
tests/de/iges_2/B7
tests/de/iges_2/B8
tests/de/iges_2/C4
tests/de/iges_2/D8
tests/de/iges_2/E4
tests/de/iges_2/E6
tests/de/iges_2/F7
tests/de/iges_2/F9
tests/de/iges_2/G1
tests/de/iges_2/G4
tests/de/iges_2/G5
tests/de/iges_2/H5
tests/de/iges_3/A2
tests/de/iges_3/A5
tests/de/iges_3/B2
tests/de/step_1/E3
tests/de/step_1/J6
tests/de/step_1/N6
tests/de/step_1/ZM8
tests/de/step_2/C9
tests/de/step_2/D8
tests/de/step_2/E6
tests/de/step_2/E7
tests/de/step_2/F4
tests/de/step_2/S9
tests/de/step_2/T1
tests/de/step_3/A8
tests/de/step_3/B9
tests/de/step_3/D3
tests/de/step_3/D9
tests/de/step_3/E2
tests/de/step_3/E6
tests/de/step_3/E9
tests/de/step_3/F3
tests/de/step_4/B3
tests/de/step_4/I1
tests/draft/angle/G4
tests/heal/data/advanced/V3
tests/heal/data/advanced/V4
tests/offset/faces_type_i/C9
tests/offset/shape_type_i/D6
tests/offset/wire_closed_inside_0_005/I8
tests/offset/wire_closed_inside_0_025/I8
tests/offset/wire_closed_inside_0_075/I8

index 82a6a7e..cc46cd6 100644 (file)
@@ -1,14 +1,3 @@
-set os "ALL"
-if {[array get env os_type] != ""} {
-  set os $env(os_type)
-}
-if {[string compare $os "Debian40"] == 0 || [string compare $os "Mandriva2008"] == 0} {
-  puts "TODO OCC22817 All: TEST INCOMPLETE"
-} else {
-  # CR23404
-  #puts "TODO OCC22817 All: Faulty shapes in variables faulty_1 to faulty_4"
-}
-
 ellipse w1 0 0 0 15 10
 mkedge w1 w1 0 pi/2
 trotate w1 0 0 0 1 0 0 90
index 612d654..ce1a3ab 100644 (file)
@@ -1,5 +1,3 @@
-puts "TODO OCC22817 Mandriva2010: Error : The area of the resulting shape is"
-
 #########################
 #      bug sewing       #
 #########################
index ef96970..96f9404 100644 (file)
@@ -1,5 +1,3 @@
-puts "TODO OCC22817 Mandriva2010: Error : The area of the resulting shape is"
-
 #########################
 #      bug sewing       #
 #########################
index dc9b889..1f60452 100644 (file)
@@ -1,8 +1,6 @@
 # Original bug : ger60054
 # Date : 11mar98
 
-puts "TODO #22911 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_2"
-
 restore [locate_data_file ger60054a.rle] a
 restore [locate_data_file CTO900_ger60054b.rle] b
 fsameparameter a
index 8a1fe8c..8c00401 100644 (file)
@@ -2,7 +2,6 @@
 # Date : 
 
 # CR23404
-#puts "TODO OCC23099 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_"
 
 restore [locate_data_file CTO900_pro12696a.rle] a
 restore [locate_data_file CTO900_pro12696b.rle] b
index 2e0978b..3a11ec7 100644 (file)
@@ -1,5 +1,3 @@
-puts "TODO #22911 Debian40 Mandriva2008 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_"
-
 restore [locate_data_file a106] a
 restore [locate_data_file b106] b
 
index 2dfec97..d32f1e9 100755 (executable)
@@ -1,4 +1,3 @@
-
 #
 # *10603
 #
@@ -7,14 +6,11 @@ set os "ALL"
 if {[array get env os_type] != ""} {
   set os $env(os_type)
 }
-if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"] != 0 && [string compare $os "Mandriva2010-64"] != 0} {
+if {[string compare $os "Debian60-64"] != 0} {
   set inst ""
   if { [regexp -nocase {Windows} $os] == 1 } {
     set inst "?"
   }
-  if { [string compare $os "Mandriva2010" ] == 0 } {
-    set inst "?"
-  }
   if { [string compare $os "MacOS" ] == 0 } {
     set inst "?"
   }
@@ -22,16 +18,6 @@ if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"
   puts "TODO ${inst}#22911 ${os}: Faulty shapes in variables faulty_1 to faulty_"
 }
 
-if {  [string compare $os "CentOS55-64"] == 0
-  ||  [string compare $os "Debian40"] == 0 
-  ||  [string compare $os "Debian40-64"] == 0
-  ||  [string compare $os "Mandriva2008"] == 0
-  ||  [string compare $os "Mandriva2008-64"] == 0
-  ||  [string compare $os "SL51-64"] == 0 
-  ||  [string compare $os "windows"] == 0 
-} {
-}
-
 ptorus a0 100 20
 tcopy a0 a1
 tcopy a0 a2
index 1a7ec4a..2c765aa 100755 (executable)
@@ -1,10 +1,5 @@
-if {[array get env os_type] != "" } {
-    set os $env(os_type)
-}
-if { [string compare $os "windows"] == 0 } {
-    puts "TODO OCC23626 ALL: Tcl Exception"
-    puts "TODO OCC23626 ALL: TEST INCOMPLETE"
-}
+puts "TODO OCC23626 Windows: Tcl Exception"
+puts "TODO OCC23626 Windows: TEST INCOMPLETE"
 
 puts "================"
 puts "OCC63"
index e2aab6d..47755d2 100755 (executable)
@@ -1,13 +1,3 @@
-### by apn on IR-2012-12-21
-##if { [array get env os_type] != "" } {
-##    set os $env(os_type)
-##}
-##if { [string compare $os "windows"] != 0 } {
-##    puts "TODO OCC12345 ALL: An exception was caught"
-##    puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
-##    puts "TODO OCC12345 ALL: TEST INCOMPLETE"
-##}
-
 puts "========================"                                               
 puts "BUC60823"
 puts "========================"                                                
index 85ca4d6..6a02811 100755 (executable)
@@ -1,5 +1,3 @@
-puts "TODO #23659 Mandriva2010: Error : The square of result shape is"
-
 puts "=============="
 puts "   BUC60409   "
 puts "     FUSE     "
index 9b4afe8..aad62bc 100755 (executable)
@@ -1,5 +1,3 @@
-puts "TODO #23659 Mandriva2010: Error : The square of result shape is"
-
 puts "============="
 puts "   BUC60409  "
 puts "     CUT     "
index 5716aa3..bd3e50e 100755 (executable)
@@ -1,6 +1,3 @@
-puts "TODO #23659 Mandriva2010: Error : The square of result shape is"
-puts "TODO #23659 Mandriva2010: Error : The command is not valid. The square is"
-
 puts "================="
 puts "     BUC60409    "
 puts "      COMMON     "
index d081334..03c0c3c 100755 (executable)
@@ -1,11 +1,3 @@
-if { [array get env os_type] != "" } {
-    set os $env(os_type)
-}
-if { [string compare $os "windows"] != 0 } {
-### by apn master 16.12.2012
-###   puts "TODO OCC12345 ALL: Error : The square of result shape is"
-}
-
 puts "========"
 puts "OCC399"
 puts "========"
index 9ce4d59..732935b 100755 (executable)
@@ -2,9 +2,9 @@ if {[array get env os_type] != ""} {
     set os $env(os_type)
 }
 if {[string compare $os "windows"] != 0 } {
-    puts "TODO ?OCC12345 ALL: \\*\\* Exception"
-    puts "TODO ?OCC12345 ALL: An exception was caught"
-    puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
+    puts "TODO ?OCC12345 Debian60-64 MacOS: \\*\\* Exception"
+    puts "TODO ?OCC12345 Debian60-64 MacOS: An exception was caught"
+    puts "TODO ?OCC12345 Debian60-64 MacOS: TEST INCOMPLETE"
 }
 
 pload QAcommands
index 5fae0b3..ccafb69 100755 (executable)
@@ -1,13 +1,4 @@
-set os "ALL"
-
-if {[array get env os_type] != ""} {
-  set os $env(os_type)
-}
-
-if {[string compare $os "MacOS"] != 0} {
-  puts "TODO OCC25286 ALL: Error : The square of result shape is"
-}
-
+puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
 puts "================"
 puts "OCC62"
 puts "BUC61001"
index 816f9f2..a9e4401 100755 (executable)
@@ -1,6 +1,3 @@
-if { [array get env os_type] != "" } {
-    set os $env(os_type)
-}
 puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
 puts "================"
 puts "OCC54"
index e72785d..5607e29 100644 (file)
@@ -14,15 +14,11 @@ if { [string compare $command chamf_sequence] == 0 } {
   
   if { [string compare ${os} "Windows-64-VC9"] != 0 && [string compare ${os} "Windows-64-VC10"] != 0} {
     set nf 0
-    if { [string compare $group equal_dist] == 0 } {
-      if {[string compare $os "Debian40"] == 0 || [string compare $os "Debian60-64"] == 0 || [string compare $os "Mandriva2008"] == 0 || [string compare $os "Mandriva2010"] == 0 } {
-        set nf 4
-      }
-    }
-    if { [string compare $group dist_dist] == 0 } {
-      if {[string compare $os "Mandriva2010"] == 0 || [string compare $os "Debian60-64"] == 0 } {
+    if {[string compare $os "Debian60-64"] == 0 } {
+      if { [string compare $group dist_dist] == 0 } {
         set nf 2
-      ##set nf 0
+      } else if { [string compare $group equal_dist] == 0 } {
+        set nf 4
       }
     }
   }
index 598228e..c36d6ec 100644 (file)
@@ -42,7 +42,7 @@ set chwi_Second 0; set chfa_Second 0; set chsh_Second 0; set chso_Second 0
 set ref_Compare 0
 set todo_msg ""
 set todo_mask "puts \"TODO CR23096 ALL: "
-set Mandriva_todo_mask "puts \"TODO CR23096 Mandriva2010:"
+set Mandriva_todo_mask "puts \"TODO CR23096 ALL:"
 set end_line "\" \n"
 ##################################################################
 
index 9b53028..26a5e47 100644 (file)
@@ -1,5 +1,4 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
 
 set LinuxDiff 1
 set filename t500core.igs
index efff850..1341137 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! 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 :" 
-
 set LinuxDiff 1
 set filename CTS18546-1.igs
 
index f604ae5..55027ac 100644 (file)
@@ -3,13 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set LinuxFaulties {STATSHAPE TOLERANCE}
 set filename Inner.igs
index 5e68ec3..64ab98d 100755 (executable)
@@ -3,9 +3,6 @@ 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 :" 
-
 set LinuxDiff 3
 set filename PRO14319.igs
 
index b8055d8..903b3ce 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" 
-
 set LinuxDiff 4
 set filename y306351fM.igs
 
index 7e7c7d8..4a0f54b 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set filename SurfW_fix.igs
 
index 1d5aeab..5c181af 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set filename UKI60106.igs
 
index 75244ec..f3422ea 100755 (executable)
@@ -1,9 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set filename brazo1.igs
 
index 6c6a976..d22a89d 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set filename igsFB2.igs
 
index 8aef19a..dede62b 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set filename ims001.igs
 
index 51a70d1..ec1789d 100644 (file)
@@ -1,6 +1,5 @@
 # !!!! 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 :" 
 
 set LinuxDiff 1
 set filename ims003.igs
index bef784e..d6e1002 100755 (executable)
@@ -1,9 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 5 differences with reference data found :" 
-
 set LinuxDiff 5
 set filename BUC60743.igs
 
index b36cce2..68ebe3b 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! 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 :" 
-
 set LinuxDiff 1
 set filename pro5101.igs
 
index ec626d3..82a550f 100644 (file)
@@ -3,11 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: NBSHAPES : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set LinuxFaulties {NBSHAPES}
 set filename CTS18547.igs
index 9421167..e6d3220 100755 (executable)
@@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set filename Amino_172448-65210.igs
 
index 230664b..0021fd1 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set filename Case.igs
 
index 3460b7c..4af2322 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set filename FRA10072.igs
 
index fdda334..f4ad21c 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! 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 OCC24156 MacOS: Error : 1 differences with reference data found" 
 
 set LinuxDiff 1
index be6ed4e..facf3cd 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! 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 :" 
-
 set LinuxDiff 1
 set filename PRO14323.igs
 
index 09947eb..e657bbc 100644 (file)
@@ -2,11 +2,6 @@
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: NBSHAPES : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set LinuxFaulties {NBSHAPES}
 set filename USA60231.igs
index 61afcae..bdce50d 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set filename igsBF5.igs
 
index fc94485..901abce 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set filename ims010.igs
 
index ea992a3..128f027 100644 (file)
@@ -4,9 +4,6 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty"
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set filename CEA_cuve-V5.igs
 
index 330755c..3db7abf 100644 (file)
@@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: STATSHAPE : Faulty"
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set filename 919-004-T03-04-CP-VL.igs
 
index 1704c39..a48fcc5 100755 (executable)
@@ -2,11 +2,6 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set LinuxFaulties {STATSHAPE}
 set filename Henri.igs
index 19b9003..f5a4a67 100755 (executable)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" 
-
 set LinuxDiff 4
 set filename y306351f.igs
 
index 8b89a70..6a9f87d 100644 (file)
@@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" 
-
 set LinuxDiff 4
 set filename PRO11641.igs
 
index e88de18..11bd655 100755 (executable)
@@ -4,9 +4,6 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty"
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set filename UKI60107-3.igs
 
index b69a4c8..49eb2bd 100755 (executable)
@@ -5,9 +5,6 @@ puts "TODO CR23096 ALL: LABELS : Faulty"
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 5 differences with reference data found :" 
-
 set LinuxDiff 5
 set filename UKI60094.igs
 
index 64c51ab..45d84e5 100644 (file)
@@ -3,11 +3,6 @@ puts "TODO CR23096 ALL: STATSHAPE : Faulty"
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 5 differences with reference data found :" 
-
 set LinuxDiff 5
 set LinuxFaulties {CHECKSHAPE}
 set filename USA60022.igs
index 851c1ed..43cbab7 100755 (executable)
@@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set filename 1stpunch-mcsrfs.igs
 
index 4821abb..df017cb 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set filename bm1_sy_exhaust.stp
 
index 23bd9a2..7a3cd8e 100755 (executable)
@@ -1,11 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set LinuxFaulties {STATSHAPE}
 set filename bm1_pe_t4.stp
index a4365c4..7835734 100644 (file)
@@ -1,13 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: TPSTAT : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" 
-
 set LinuxDiff 4
 set LinuxFaulties {STATSHAPE TPSTAT}
 set filename bm4_id_punch_b.stp
index b25b1ba..03b6b1f 100644 (file)
@@ -1,5 +1,4 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
 
 set LinuxDiff 1
 set filename pr_3-al.stp
index 3281ece..a340bc6 100755 (executable)
@@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set filename r_77-sy.stp
 
index a6fc7ae..890152c 100644 (file)
@@ -2,9 +2,6 @@
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" 
-
 set LinuxDiff 4
 set filename bm4_id_punch_d.stp
 
index 2674da7..3b0631a 100644 (file)
@@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set filename trj3_s1-al-214.stp
 
index 45d66e6..d49d04c 100644 (file)
@@ -2,7 +2,6 @@
 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 :" 
 
 set LinuxDiff 3
 set filename r76sy.stp
index f63ad91..ae982f4 100755 (executable)
@@ -5,9 +5,6 @@ puts "TODO CR23096 ALL: STATSHAPE : Faulty"
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set filename pe_turbine-A.stp
 
index 8534dd1..3a0e7c0 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " 
-
 set LinuxFaulties {TOLERANCE}
 set filename trj6_b1-ec-214.stp
 
index 645b916..e49746d 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set filename trj6_b1-id-203.stp
 
index a92c148..b92d85a 100644 (file)
@@ -2,13 +2,6 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" 
-
 set LinuxDiff 4
 set LinuxFaulties {CHECKSHAPE TOLERANCE}
 set filename PRO10109.stp
index 01dbf5a..5354f05 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" 
-
 set LinuxDiff 2
 set filename wgehaeuse_surface.stp
 
index b8b1d61..b23c691 100644 (file)
@@ -1,7 +1,4 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
 puts "TODO CR23096 Debian60-64: Error : 1 differences with reference data found :" 
 
 set LinuxDiff 1
index 63479c7..404b924 100644 (file)
@@ -1,9 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set filename 53921163S0.stp
 
index 6a79373..2ca00cf 100644 (file)
@@ -2,11 +2,6 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set LinuxFaulties {TOLERANCE}
 set filename ct_exhaust-A.stp
index 610cb66..7419cac 100755 (executable)
@@ -3,9 +3,6 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set filename Z8M6SAT.stp
 
index 9099276..4b94d5a 100644 (file)
@@ -2,11 +2,6 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-
 set LinuxDiff 3
 set LinuxFaulties {TOLERANCE}
 set filename bm2_ct_exhaust-A.stp
index 2988725..4e0f484 100644 (file)
@@ -3,9 +3,6 @@ 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 Mandriva2010: Error : 2 differences with reference data found :" 
 puts "TODO CR23096 Debian60-64: Error : 2 differences with reference data found :" 
 
 set LinuxDiff 2
index e363790..db8c450 100644 (file)
@@ -2,11 +2,6 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 
-
-puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " 
-
-puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
-
 set LinuxDiff 1
 set LinuxFaulties {TOLERANCE}
 set filename PRO7226.stp
index 87901d3..e8bb346 100644 (file)
@@ -1,5 +1,4 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty " 
 
 set LinuxFaulties {CHECKSHAPE}
 set filename PRO7187.stp
index 21bd5c2..99fb02a 100644 (file)
@@ -1,5 +1,4 @@
 #F2----------------------------------------------
-puts "TODO #22988 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_3"
 
 polyline p 0 0 7  0 0 0  10 0 0  10 0 7  
 beziercurve bc 4 10 0 7  7 0 8  3 0 7  0 0 7
index 85a9170..40568d1 100644 (file)
@@ -1,15 +1,5 @@
 if {[string compare $command "SplitAngle"] == 0 } {
-    set os "ALL"
-    if {[array get env os_type] != ""} {
-       set os $env(os_type)
-    }
-    if {
-       [string compare $os "Mandriva2010"] == 0
-       } {
-  puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_63"
-    } else {
   puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_61"
-    }
 }
 
 restore [locate_data_file BLENDE9699.brep] a
index 669e51d..7336a07 100644 (file)
@@ -1,19 +1,7 @@
 if { [string compare $command "ShapeConvertRev"] == 0 } {
    puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
 }
-if {[string compare $command "SplitAngle"] == 0 } {
-    set os "ALL"
-    if {[array get env os_type] != ""} {
-       set os $env(os_type)
-    }
-    if {
-           [string compare $os "Debian40"] == 0
-       ||  [string compare $os "Mandriva2008"] == 0
-       ||  [string compare $os "Mandriva2010"] == 0
-       } {
-  puts "TODO OCC23127 $os: Faulty shapes in variables faulty_1 to faulty_2"
-    }
-}
+
 restore [locate_data_file BORNIER80.brep] a
 
 
index 8feeb94..180f242 100644 (file)
@@ -1,5 +1,4 @@
 puts "TODO OCC23748 ALL: ERROR. offsetperform operation not done."
-puts "TODO OCC23748 ALL: Tcl Exception: ERROR. offsetperform operation not done."
 puts "TODO OCC23547 ALL: TEST INCOMPLETE"
 psphere s 15 270
 
index c0cd818..916af56 100755 (executable)
@@ -1,7 +1,6 @@
 puts "TODO OCC24156 MacOS: \\*\\* Exception \\*\\*.*"
 puts "TODO OCC24156 MacOS: An exception was caught"
 puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
-puts "TODO OCC23068 Mandriva2010: Error : The volume of the resulting shape"
 
 ellipse w1 0 0 0 15 10
 mkedge w1 w1 0 pi/2
index 0eec862..5dcb2ad 100644 (file)
@@ -4,10 +4,7 @@ if {[array get env os_type] != ""} {
 }
 
 if {
-        [string compare $os "Debian40"] == 0
-    ||  [string compare $os "Mandriva2008"] == 0
-    ||  [string compare $os "SUSE10-64"] == 0
-    ||  [string compare $os "Windows-64-VC8"] == 0
+        [string compare $os "Windows-64-VC8"] == 0
     ||  [string compare $os "Windows-64-VC9"] == 0
     ||  [string compare $os "Windows-64-VC10"] == 0
    } {
index 7c7bd2b..0724aa2 100644 (file)
@@ -4,10 +4,7 @@ if {[array get env os_type] != ""} {
 }
 
 if {
-        [string compare $os "Debian40"] == 0
-    ||  [string compare $os "Mandriva2008"] == 0
-    ||  [string compare $os "SUSE10-64"] == 0
-    ||  [string compare $os "Windows-64-VC8"] == 0
+        [string compare $os "Windows-64-VC8"] == 0
     ||  [string compare $os "Windows-64-VC9"] == 0
     ||  [string compare $os "Windows-64-VC10"] == 0
    } {
index cef47ec..55ab1b2 100644 (file)
@@ -4,10 +4,7 @@ if {[array get env os_type] != ""} {
 }
 
 if {
-        [string compare $os "Debian40"] == 0
-    ||  [string compare $os "Mandriva2008"] == 0
-    ||  [string compare $os "SUSE10-64"] == 0
-    ||  [string compare $os "Windows-64-VC8"] == 0
+        [string compare $os "Windows-64-VC8"] == 0
     ||  [string compare $os "Windows-64-VC9"] == 0
     ||  [string compare $os "Windows-64-VC10"] == 0
    } {