mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Adjusting testing cases for Debug mode
This commit is contained in:
parent
03155c18a5
commit
d9bd2bf756
@ -1,6 +1,6 @@
|
||||
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
|
||||
puts "TODO ?OOC12345 MacOS: Faulty shapes in variables"
|
||||
puts "TODO DEBUG_OCC615 Debian60-64: Faulty shapes in variables faulty_1 to faulty_"
|
||||
puts "TODO ?DEBUG_OCC615 Debian60-64: Faulty shapes in variables faulty_1 to faulty_"
|
||||
|
||||
puts "========================"
|
||||
puts " OCC615"
|
||||
|
@ -6,7 +6,7 @@ puts ""
|
||||
# Section of shell by plane is incomplete
|
||||
#################################################################################
|
||||
|
||||
cpulimit 2000
|
||||
cpulimit 4000
|
||||
|
||||
pload DATAEXCHANGEKERNEL
|
||||
|
||||
|
@ -21,7 +21,7 @@ bfillds
|
||||
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
set check_time 1500
|
||||
set check_time 2500
|
||||
} else {
|
||||
set check_time 378
|
||||
}
|
||||
|
@ -45,7 +45,7 @@ bfillds -t
|
||||
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
set check_time 25
|
||||
set check_time 100
|
||||
} else {
|
||||
set check_time 15
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ pload QAcommands
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 350
|
||||
set max_time 500
|
||||
} else {
|
||||
set max_time 500
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ pload QAcommands
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 350
|
||||
set max_time 550
|
||||
} else {
|
||||
set max_time 550
|
||||
}
|
||||
|
@ -6,6 +6,8 @@ puts ""
|
||||
# BRepMesh cannot build a mesh on specific geometry
|
||||
###################################################################################
|
||||
|
||||
cpulimit 2000
|
||||
|
||||
restore [locate_data_file bug25179_nurbs-with-partial-seam.brep] result
|
||||
|
||||
tclean result
|
||||
|
Loading…
x
Reference in New Issue
Block a user