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

Update of testing cases for debug mode and MacOS

This commit is contained in:
mkv 2014-04-25 14:32:32 +04:00 committed by bugmaster
parent 7719318359
commit 74be04cbbf
9 changed files with 10 additions and 8 deletions

View File

@ -6,7 +6,7 @@ puts ""
# Exception is raised during 'checkshape' operation. # Exception is raised during 'checkshape' operation.
####################################################################### #######################################################################
cpulimit 1500\ cpulimit 1800
restore [locate_data_file bug24575_cx1.brep] b restore [locate_data_file bug24575_cx1.brep] b

View File

@ -42,7 +42,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} }
if {[string compare $os "MacOS"] == 0} { if { [regexp {Mac OS X} [dversion]] } {
set max_time 100.0 set max_time 100.0
} }

View File

@ -22,7 +22,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} }
if {[string compare $os "MacOS"] == 0} { if { [regexp {Mac OS X} [dversion]] } {
set max_time 320 set max_time 320
} }

View File

@ -22,7 +22,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} }
if {[string compare $os "MacOS"] == 0} { if { [regexp {Mac OS X} [dversion]] } {
set max_time 440 set max_time 440
} }

View File

@ -22,7 +22,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} }
if {[string compare $os "MacOS"] == 0} { if { [regexp {Mac OS X} [dversion]] } {
set max_time 260 set max_time 260
} }

View File

@ -22,7 +22,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} }
if {[string compare $os "MacOS"] == 0} { if { [regexp {Mac OS X} [dversion]] } {
set max_time 260 set max_time 260
} }

View File

@ -22,7 +22,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} }
if {[string compare $os "MacOS"] == 0} { if { [regexp {Mac OS X} [dversion]] } {
set max_time 270 set max_time 270
} }

View File

@ -6,6 +6,8 @@ puts ""
# Exception is raised during perform of "bfillds" command on attached shape # Exception is raised during perform of "bfillds" command on attached shape
############################################################################## ##############################################################################
cpulimit 1500
restore [locate_data_file bug24809_test3.brep] b restore [locate_data_file bug24809_test3.brep] b
bclearobjects bclearobjects

View File

@ -6,7 +6,7 @@ puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" puts "TODO CR23096 DEBUG_OCC24121 Debian60-64: Error : 1 differences with reference data found :"
set LinuxDiff 1 set LinuxDiff 1
set filename UKI60107-6.igs set filename UKI60107-6.igs