Update of test cases that are crashed by cpulimit command
authorapn <apn@opencascade.com>
Thu, 18 Apr 2013 14:53:05 +0000 (18:53 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 19 Apr 2013 06:51:01 +0000 (10:51 +0400)
tests/boolean/bsection/N7
tests/bugs/modalg_1/bug19793_2
tests/bugs/moddata_1/bug22759
tests/bugs/moddata_1/bug54
tests/bugs/xde/bug23047_1
tests/bugs/xde/bug23047_2

index 001be5d..94d9f54 100644 (file)
@@ -1,8 +1,9 @@
 puts "TODO ?#22911 ALL: An exception was caught"
 puts "TODO ?#22911 ALL: \\*\\* Exception \\*\\*.*"
+puts "TODO ?OCC12345 ALL: Process killed by CPU limit"
 puts "TODO ?#22911 ALL: TEST INCOMPLETE"
 
-cpulimit 900
+cpulimit 1200
 
 restore [locate_data_file lh3d_ro1.brep] a
 isos a 0
index f85ecb6..c0402bd 100755 (executable)
@@ -1,3 +1,4 @@
+puts "TODO ?OCC23753 ALL: Process killed by CPU limit"
 puts "TODO ?OCC23753 Mandriva2010: TEST INCOMPLETE"
 
 puts "============"
index 194618e..631f6f8 100755 (executable)
@@ -1,6 +1,7 @@
+puts "TODO ?OCC12345 ALL: Process killed by CPU limit"
 puts "TODO OCC11111 ALL: TEST INCOMPLETE"
 
-cpulimit 500
+cpulimit 30
 
 puts "============"
 puts "OCC22759"
index 816f9f2..3536c31 100755 (executable)
@@ -2,6 +2,8 @@ if { [array get env os_type] != "" } {
     set os $env(os_type)
 }
 puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
+puts "TODO ?OCC12345 ALL: Process killed by CPU limit"
+puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
 puts "================"
 puts "OCC54"
 puts "================"
index 7785082..76d5b6c 100755 (executable)
@@ -1,4 +1,6 @@
+puts "TODO ?OCC23047 ALL: Tcl Exception: can't read"
 puts "TODO ?OCC23047 ALL: Faulty OCC23047"
+puts "TODO ?OCC23047 ALL: TEST INCOMPLETE"
 puts "================"
 puts "OCC23047"
 puts "================"
index 7fdbb51..6494c02 100755 (executable)
@@ -20,7 +20,6 @@ XRemoveShape D 0:1:1:1 1
 
 set xd [Xdump D]
 
-
 regexp {Free Shapes: ([-0-9.+eE]+)} $xd full FreeShapes
 puts "FreeShapes=${FreeShapes}"