]> OCCT Git - occt-copy.git/commitdiff
Update test cases for debug mode
authormkv <mkv@opencascade.com>
Fri, 21 Mar 2014 12:16:29 +0000 (16:16 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 21 Mar 2014 12:16:29 +0000 (16:16 +0400)
28 files changed:
tests/bugs/heal/bug24596_1
tests/bugs/heal/bug24596_2
tests/bugs/modalg_5/bug24696
tests/de/begin
tests/de/iges_1/B4
tests/de/iges_1/L5
tests/de/iges_1/P9
tests/de/iges_2/B1
tests/de/iges_2/H9
tests/de/step_1/D1
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/A5
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_3/E6

index 7dad9ca681c99a3cf83adb8f17a007b40753e73a..761b2b5023e155da3d5d6f58a33899287d6a7417 100755 (executable)
@@ -9,13 +9,13 @@ puts ""
 pload QAcommands
 
 if { [regexp {Debug mode} [dversion]] } {
-  cpulimit 7500
+  cpulimit 8500
   if { [regexp {Windows} [dversion]] } {
-    set max_time 2000
-    set max_time2 1300
+    set max_time 3000
+    set max_time2 2300
   } else {
-    set max_time 4500
-    set max_time2 3000
+    set max_time 5500
+    set max_time2 4000
   }
 } else {
   cpulimit 2600
index ff7063b5d5cb963804f8151d1fd3c23d8fc33bd8..35d688e8073909ddafcfa49a687307360c5e6bc3 100755 (executable)
@@ -9,13 +9,13 @@ puts ""
 pload QAcommands
 
 if { [regexp {Debug mode} [dversion]] } {
-  cpulimit 7500
+  cpulimit 8500
   if { [regexp {Windows} [dversion]] } {
-    set max_time 2000
-    set max_time2 1300
+    set max_time 3000
+    set max_time2 2300
   } else {
-    set max_time 4500
-    set max_time2 3000
+    set max_time 5500
+    set max_time2 4000
   }
 } else {
   cpulimit 2600
index fe6704324c37a8f5e11abb2fc05e4bfccc2424ff..61313fe0ce82ccbdb7616c17d42cac911c3fe037 100644 (file)
@@ -28,10 +28,18 @@ set q [dchrono h show]
 regexp {CPU user time: ([-0-9.+eE]+) seconds} $q full z
 puts "$z"
 
-if { [regexp {Windows} [dversion] ] } {
-    set max_time 20.0
+if { [regexp {Debug mode} [dversion]] } {
+  if { [regexp {Windows} [dversion]] } {
+    set max_time 100.0
+  } else {
+    set max_time 200.0
+  }
 } else {
+  if { [regexp {Windows} [dversion]] } {
+    set max_time 20.0
+  } else {
     set max_time 40.0
+  }
 }
 
 if { $z > ${max_time} } {                                         
index 00b9e9d1f182f9027b51c8f60e6f4ebe72f5d9d1..b363dda7047afa5fe7e5da9962c6df11bd0e2252 100644 (file)
@@ -2,7 +2,7 @@ pload DCAF
 pload TOPTEST
 pload XDE
 
-cpulimit 1500
+cpulimit 2500
 
 # Create a new document and set UndoLimit
 NewDocument D MDTV-XCAF
index 58004497cb4793d6d8734593d545a2c9996ee6e9..9b530284866dbf466c9eb6722492206efd783d84 100644 (file)
@@ -1,6 +1,5 @@
 # !!!! 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 820e40dbb196c9ddc41819b141dc2c5efd3b4ca1..904a7085df036fbf65735e7faab328f5acf4c6b0 100644 (file)
@@ -1,7 +1,6 @@
 # !!!! 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 Debian60-64 Windows: Warning: Exception in Segment()"
 
 
 set filename PRO10578.igs
index 33c359623daf45b12590b264d21ec005cd37d5a6..51a70d162029b5c85535fe412518ba2b5788e4dd 100644 (file)
@@ -1,8 +1,5 @@
 # !!!! 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 CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
 
 set LinuxDiff 1
index 6e98b555d76b74c72d89764a4bbcfca44143a011..5095c18c4f3661eb1e151ed069db307023c933bb 100755 (executable)
@@ -3,7 +3,6 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24442 Debian60-64 Windows: Warning: Exception in Segment()"
 
 
 set filename CATIA01.igs
index 2196b30f5ff225e6fcbe0fcac3fcce4d4ec8d19b..c12c6d081be378c9d0e4bd85e40d1998ed904c68 100644 (file)
@@ -3,11 +3,9 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
-
-
 puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " 
-
 puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: ShapeAnalysis_Surface"
 
 set LinuxDiff 4
 set LinuxFaulties {STATSHAPE}
index d6a246ff2cf5b95a59181a7fb908e622691a0ed4..6d80633068dcc991657d61363f9de8bbe9f41e58 100644 (file)
@@ -1,5 +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 7e59af51816a95dd8f4070f6d7ec5570699ab1a1..93c9a8f00831a0adee7d40378ccb5b906ffefb71 100644 (file)
@@ -1,5 +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 507639018eb96fa27de4631f5ff7654718e00fba..092516c72a9ca1b14958d21cb9ce891f0d4d65dd 100644 (file)
@@ -1,5 +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..d351770d50c111a21c8c7430e56b4b7e9233093c 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: LAYERS : Faulty" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 
 set filename db_as1-A.stp
index c4576265580ebd511967563c76503e6837e9b9ca..c104f7d55872f4049ef23e8e1fb462a936314111 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: LAYERS : Faulty" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 
 set filename db_as1-B.stp
index 3395fb99abeb514508b449983fe04565d8f66f28..2da700ec114e208b4b60c39edbb47bada867374f 100644 (file)
@@ -2,6 +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 8209a7f2fe8156153c744771e7ba4405b8b2d14d..55dd30458c737bf7d6c62f5e99ffb223bccdcfad 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: LAYERS : Faulty" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 
 set filename tr8_as2_db.stp
index dc809cbb17278cca1b432e2658c1bb65e75445e1..c833aa56a89c150b89bb7225779aa9db581ff214 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: LAYERS : Faulty" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
 
 
 set filename tr8_as2a_db.stp
index d3ea0078534b70f679ab3a2717c611956502c7b4..8357e1220c43e7553b15932f50a9cc09aaba3832 100644 (file)
@@ -1,6 +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 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..780c143b78ea82d9ae69bf37664cffabd6584e35 100644 (file)
@@ -1,5 +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..dfdfa7e8a0357c9b53e99a79a866452322a333bf 100644 (file)
@@ -2,6 +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 9dc11fab9a5bc6fec1cd826e7d76d3a576641ee7..7d4abf3d53f23c6d001b738f7572d1ad126be3b9 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 6c2abc421b88c191af91f4704ccb5de74f7fa814..08947874ee2d30cc76ad0cac1995ead398bbc254 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 618622f2247c8b640e44739512635eeabe606ae7..785314652cc2a8efae74623308e5be2fed0da5c5 100644 (file)
@@ -2,6 +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 4497815c8dc043afb3d5327e62b3043326ffd430..f356c266c3966a7f8c15028c8d8b8fa6fd387a66 100644 (file)
@@ -2,9 +2,8 @@
 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 a217555ee3f7c488ae2a16466bf7c1ff28a5a7bd..3bfeefb0dedd054896b185d9889707067053d114 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 d8e45bd6e5f81bd686152683da552a2a036f2138..4b336f3d12ed21683bcd71e60016d740a1542559 100644 (file)
@@ -3,9 +3,10 @@ puts "TODO CR23096 ALL: TPSTAT : 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 DEBUG_CR24543 ALL: Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can't dispatch wires"
+
 set LinuxDiff 3
 set filename Z8M6SAT.stp