#puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
-#puts "TODO ?OCC24122 ALL: Error : The square of result shape is"
+puts "TODO ?OCC24122 ALL: Error : The square of result shape is"
puts "=========="
puts "BUC60462"
-puts "TODO ?OCC24472 ALL: Error : Result shape is WRONG because it must contains 70 edges instead of 71"
-puts "TODO ?OCC24472 ALL: Error : Result shape is WRONG because it must contains 139 shapes instead of 140"
-puts "TODO ?OCC23753 ALL: ERROR: OCC23753 is reproduced."
-puts "TODO ?OCC23753 ALL: Process killed by CPU limit"
-puts "TODO ?OCC23753 ALL: TEST INCOMPLETE"
-
puts "============"
puts "OCC19793"
puts "============"
if {[string compare $currentOS "Windows NT"] == 0} {
puts "Checking WINDOWS performance..."
# Initial CPU_time is 92-94 seconds for Windows
- if {$CPU_time > 60.} {
+ if {$CPU_time > 200.} {
puts "ERROR: OCC23753 is reproduced."
puts " Low performance: $CPU_time"
}
if {[string compare $currentOS "Linux"] == 0} {
puts "Checking LINUX performance..."
# Initial CPU_time is 287-289 seconds for Linux
- if {$CPU_time > 100.} {
+ if {$CPU_time > 250.} {
puts "ERROR: OCC23753 is reproduced."
puts " Low performance: $CPU_time"
}