1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00

Adjusting testing cases for Debug mode

This commit is contained in:
mkv 2014-09-05 14:02:28 +04:00 committed by bugmaster
parent 03155c18a5
commit d9bd2bf756
7 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
puts "TODO ?OCC12345 ALL: Error : The square of result shape is" puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
puts "TODO ?OOC12345 MacOS: Faulty shapes in variables" 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 "========================"
puts " OCC615" puts " OCC615"

View File

@ -6,7 +6,7 @@ puts ""
# Section of shell by plane is incomplete # Section of shell by plane is incomplete
################################################################################# #################################################################################
cpulimit 2000 cpulimit 4000
pload DATAEXCHANGEKERNEL pload DATAEXCHANGEKERNEL

View File

@ -21,7 +21,7 @@ bfillds
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
if { [regexp {Debug mode} [dversion]] } { if { [regexp {Debug mode} [dversion]] } {
set check_time 1500 set check_time 2500
} else { } else {
set check_time 378 set check_time 378
} }

View File

@ -45,7 +45,7 @@ bfillds -t
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
if { [regexp {Debug mode} [dversion]] } { if { [regexp {Debug mode} [dversion]] } {
set check_time 25 set check_time 100
} else { } else {
set check_time 15 set check_time 15
} }

View File

@ -10,7 +10,7 @@ pload QAcommands
if { [regexp {Debug mode} [dversion]] } { if { [regexp {Debug mode} [dversion]] } {
if { [regexp {Windows} [dversion]] } { if { [regexp {Windows} [dversion]] } {
set max_time 350 set max_time 500
} else { } else {
set max_time 500 set max_time 500
} }

View File

@ -10,7 +10,7 @@ pload QAcommands
if { [regexp {Debug mode} [dversion]] } { if { [regexp {Debug mode} [dversion]] } {
if { [regexp {Windows} [dversion]] } { if { [regexp {Windows} [dversion]] } {
set max_time 350 set max_time 550
} else { } else {
set max_time 550 set max_time 550
} }

View File

@ -6,6 +6,8 @@ puts ""
# BRepMesh cannot build a mesh on specific geometry # BRepMesh cannot build a mesh on specific geometry
################################################################################### ###################################################################################
cpulimit 2000
restore [locate_data_file bug25179_nurbs-with-partial-seam.brep] result restore [locate_data_file bug25179_nurbs-with-partial-seam.brep] result
tclean result tclean result