1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

Deleted unnecessary TODOs in test cases with improvements on MacOS platform. Small corrections of test cases for MacOS.

This commit is contained in:
apn
2014-04-18 14:37:15 +04:00
parent 871fa1038d
commit 5dc2ede9ad
8 changed files with 26 additions and 4 deletions

View File

@@ -42,6 +42,10 @@ if { [regexp {Debug mode} [dversion]] } {
}
}
if {[string compare $os "MacOS"] == 0} {
set max_time 100.0
}
if { $z > ${max_time} } {
puts "Elapsed time is more than ${max_time} seconds - Faulty"
} else {

View File

@@ -22,6 +22,10 @@ if { [regexp {Debug mode} [dversion]] } {
}
}
if {[string compare $os "MacOS"] == 0} {
set max_time 320
}
dchrono h reset
dchrono h start

View File

@@ -22,6 +22,10 @@ if { [regexp {Debug mode} [dversion]] } {
}
}
if {[string compare $os "MacOS"] == 0} {
set max_time 440
}
dchrono h reset
dchrono h start

View File

@@ -22,6 +22,10 @@ if { [regexp {Debug mode} [dversion]] } {
}
}
if {[string compare $os "MacOS"] == 0} {
set max_time 260
}
dchrono h reset
dchrono h start

View File

@@ -22,6 +22,10 @@ if { [regexp {Debug mode} [dversion]] } {
}
}
if {[string compare $os "MacOS"] == 0} {
set max_time 260
}
dchrono h reset
dchrono h start

View File

@@ -22,6 +22,10 @@ if { [regexp {Debug mode} [dversion]] } {
}
}
if {[string compare $os "MacOS"] == 0} {
set max_time 270
}
dchrono h reset
dchrono h start