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:
parent
7719318359
commit
74be04cbbf
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user