Adjusting testing case for testing on Debian60 64bit
authorgit <git@opencascade.com>
Tue, 23 Apr 2013 09:54:52 +0000 (13:54 +0400)
committergit <git@opencascade.com>
Tue, 23 Apr 2013 09:54:52 +0000 (13:54 +0400)
27 files changed:
tests/bugs/modalg_2/bug399
tests/bugs/modalg_2/bug426
tests/bugs/modalg_4/bug770
tests/bugs/moddata_1/bug165_2
tests/bugs/moddata_2/bug567
tests/bugs/vis/bug23652
tests/bugs/xde/bug22898
tests/chamfer/data/complex/B9
tests/de/iges_1/K9
tests/de/iges_1/M1
tests/de/iges_1/P8
tests/de/iges_2/F4
tests/de/iges_2/G4
tests/de/iges_2/H9
tests/de/iges_3/A3
tests/de/iges_3/A5
tests/de/iges_3/B2
tests/de/step_1/N6
tests/de/step_2/D8
tests/de/step_2/E6
tests/de/step_3/C5
tests/de/step_3/D3
tests/de/step_3/E6
tests/de/step_3/F2
tests/de/step_3/F3
tests/de/step_4/G7
tests/de/step_5/A1

index 1a4f9fc..4858b91 100755 (executable)
@@ -2,8 +2,8 @@ if { [array get env os_type] != "" } {
     set os $env(os_type)
 }
 if { [string compare $os "windows"] != 0 } {
-   puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_2"
-   puts "TODO OCC12345 ALL: Faulty OCC399: Command checkshape works wrongly: Source shape is invalid but this shape must be OK"
+   puts "TODO ?OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+   puts "TODO ?OCC12345 ALL: Faulty OCC399: Command checkshape works wrongly: Source shape is invalid but this shape must be OK"
 ### by apn master 16.12.2012
 ###   puts "TODO OCC12345 ALL: Error : The square of result shape is"
 }
index 4fca715..9ce4d59 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 ALL: \\*\\* Exception"
+    puts "TODO ?OCC12345 ALL: An exception was caught"
+    puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
 }
 
 pload QAcommands
index a16f240..6adcfab 100755 (executable)
@@ -1,4 +1,6 @@
 puts "TODO ?OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
+puts "TODO ?OCC12345 ALL: An exception was caught"
+puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
 puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
 puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
 
index 624eb3d..6e112cd 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: An exception was caught"
-    puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
-    puts "TODO OCC12345 ALL: OCC165 Faulty"
+    puts "TODO ?OCC12345 ALL: An exception was caught"
+    puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
+    puts "TODO ?OCC12345 ALL: OCC165 Faulty"
 }
 
 puts "========"
index 67c35d4..ceb5113 100755 (executable)
@@ -1,4 +1,5 @@
 puts "TODO OCC12345 ALL: Faulty OCC565: function intersection works wrongly with trimmed Surfaces"
+puts "TODO ?OCC12345 ALL: Faulty OCC565: function intersection works wrongly with infinite Surfaces"
 puts "TODO OCC12345 MacOS: Faulty OCC565: function intersection works wrongly with infinite Surfaces"
 
 puts "========"
index fd172cd..7b9b8a4 100755 (executable)
@@ -26,8 +26,8 @@ set at_Z     0
 
 vviewparams ${scale} ${center_X} ${center_Y} ${proj_X} ${proj_Y} ${proj_Z} ${up_X} ${up_Y} ${up_Z} ${at_X} ${at_Y} ${at_Z}
 
-set x_coord 36
-set y_coord 201
+set x_coord 210
+set y_coord 204
 
 checkcolor $x_coord $y_coord 0.6 0.6 0.6
 
index ae19c8a..75bc38d 100644 (file)
@@ -3,7 +3,7 @@
 # check that the result is good shape with expected area
 
 set anOS $tcl_platform(os)
-if { ${anOS} == "Darwin" } {
+if { ${anOS} == "Linux" } {
   dlocale LC_ALL fr_FR
 } else {
   dlocale LC_ALL French
index 47fbd49..9951362 100644 (file)
@@ -15,12 +15,12 @@ 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 "Mandriva2008"] == 0 || [string compare $os "Mandriva2010"] == 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} {
+      if {[string compare $os "Mandriva2010"] == 0 || [string compare $os "Debian60-64"] == 0 } {
         set nf 2
       ##set nf 0
       }
index dabae68..27e3a80 100644 (file)
@@ -5,6 +5,7 @@ puts "TODO CR23096 ALL: LABELS : Faulty"
 puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
 puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty" 
 puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty"
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
 
 set LinuxDiff 3
 set LinuxFaulties {STATSHAPE TOLERANCE}
index 8fdf41f..d5f8c9b 100644 (file)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 Windows: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
+puts "TODO ?CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
 
 set LinuxDiff 4
index 177ab2e..5cc4026 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 CR23096 Windows: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
 
 set LinuxDiff 2
index e042092..350484e 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Windows: CHECKSHAPE : Faulty" 
-puts "TODO CR23096 Windows: STATSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
+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 :"
index e7d2d45..48d63f9 100644 (file)
@@ -1,5 +1,5 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Windows: STATSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: STATSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
 
index 07d4f69..b5399bc 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 CR23096 Windows: NBSHAPES : Faulty" 
+puts "TODO ?CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
index 194156a..74609b6 100644 (file)
@@ -4,7 +4,7 @@ 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 ?CR23096 ALL: Error : 1 differences with reference data found :"
 
 set LinuxDiff 1
 set filename UKI60107-6.igs
index f92bbc4..814a333 100644 (file)
@@ -1,10 +1,10 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
-puts "TODO CR23096 Windows: STATSHAPE : Faulty" 
-puts "TODO CR23096 Windows: TOLERANCE : Faulty" 
+puts "TODO ?CR23096 ALL: STATSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-puts "TODO CR23096 Mandriva2010: Error : 5 differences with reference data found :"
-puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty"
+puts "TODO ?CR23096 ALL: Error : 5 differences with reference data found :"
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
 
 set LinuxDiff 5
 set LinuxFaulties {CHECKSHAPE}
index c0703b6..22ea1ea 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 CR23096 Windows: STATSHAPE : Faulty" 
+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 :"
index ed85f41..c332536 100644 (file)
@@ -1,5 +1,5 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Windows: LABELS : Faulty" 
+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 :" 
index 15673ea..dadd7a9 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Windows: STATSHAPE : Faulty" 
-puts "TODO CR23096 Windows: LABELS : Faulty" 
+puts "TODO ?CR23096 ALL: STATSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
 puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " 
 
index 09171c1..00b7d1b 100644 (file)
@@ -1,5 +1,5 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Windows: TPSTAT : Faulty" 
+puts "TODO ?CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
index f5c309f..3c43f1f 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 CR23096 Windows: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 
 
index ba0e7f2..6eee261 100644 (file)
@@ -1,6 +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 CR23096 Mandriva2010: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: Error : 1 differences with reference data found :"
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
 
 set LinuxDiff 1
 set LinuxFaulties {CHECKSHAPE}
index 0388f71..07efe2e 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: STATSHAPE : Faulty" 
-puts "TODO CR23096 Windows: TOLERANCE : Faulty" 
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
 
 set LinuxDiff 3
index 14a23ea..4a66cc8 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 CR23096 Windows: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 ALL: TOLERANCE : Faulty" 
 
 
index 06b9620..928dffd 100644 (file)
@@ -3,7 +3,7 @@ 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 ALL: Error : 2 differences with reference data found :"
 
 
 set LinuxDiff 2
index a6593b8..de3e4ef 100644 (file)
@@ -1,8 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Windows: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
-puts "TODO CR23096 Windows: TOLERANCE : Faulty" 
-puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
+puts "TODO ?CR23096 ALL: Error : 2 differences with reference data found :"
 
 set LinuxDiff 2
 set filename BUC61004.stp
index 6d70501..2fc429f 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 Windows: CHECKSHAPE : Faulty" 
-puts "TODO CR23096 Windows: STATSHAPE : Faulty" 
-puts "TODO CR23096 Windows: TOLERANCE : Faulty" 
+puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: STATSHAPE : Faulty" 
+puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" 
 puts "TODO CR23096 Mandriva2010: TEST INCOMPLETE"
 
 set filename Z8INV5.stp