mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0023342: Changing of OCCT tests according to integration of 23.07.2012
Tests are changed according to current state of OCCT.
This commit is contained in:
parent
abd9003d5f
commit
be10f7a868
@ -41,7 +41,8 @@ regexp {CPU user time: ([0-9|.]+) seconds} [dchrono k show] full Kseconds
|
|||||||
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono l show] full Lseconds
|
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono l show] full Lseconds
|
||||||
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono m show] full Mseconds
|
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono m show] full Mseconds
|
||||||
|
|
||||||
set Jtime [expr $Jseconds * 1.1]
|
#sometimes CPU user time may be 0
|
||||||
|
set Jtime [expr ($Jseconds * 1.1) + 0.2]
|
||||||
set Ktime $Kseconds
|
set Ktime $Kseconds
|
||||||
set Ltime $Lseconds
|
set Ltime $Lseconds
|
||||||
set Mtime $Mseconds
|
set Mtime $Mseconds
|
||||||
|
@ -41,7 +41,8 @@ regexp {CPU user time: ([0-9|.]+) seconds} [dchrono k show] full Kseconds
|
|||||||
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono l show] full Lseconds
|
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono l show] full Lseconds
|
||||||
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono m show] full Mseconds
|
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono m show] full Mseconds
|
||||||
|
|
||||||
set Jtime [expr $Jseconds * 1.1]
|
#sometimes CPU user time may be 0
|
||||||
|
set Jtime [expr ($Jseconds * 1.1) + 0.2]
|
||||||
set Ktime $Kseconds
|
set Ktime $Kseconds
|
||||||
set Ltime $Lseconds
|
set Ltime $Lseconds
|
||||||
set Mtime $Mseconds
|
set Mtime $Mseconds
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
# Original bug : cts21900
|
# Original bug : cts21900
|
||||||
# Date : 02 Dec 98
|
# Date : 02 Dec 98
|
||||||
|
|
||||||
puts "TODO OCC22803 All:An exception was caught"
|
|
||||||
puts "TODO OCC22803 All:\\*\\* Exception \\*\\*"
|
|
||||||
puts "TODO OCC22803 All:Error in depouille"
|
|
||||||
puts "TODO OCC22803 All:Error : The depouille can not be build"
|
|
||||||
|
|
||||||
restore [locate_data_file cts21900_base.brep] base
|
restore [locate_data_file cts21900_base.brep] base
|
||||||
|
|
||||||
explode base face
|
explode base face
|
||||||
@ -13,4 +8,4 @@ explode base face
|
|||||||
if { [catch { depouille result base 0 0 1 base_16 3 200 -15.1180845742047 30 0 0 1 base_18 3 200 -15.1180845742047 30 0 0 1 } ] != 0 } {
|
if { [catch { depouille result base 0 0 1 base_16 3 200 -15.1180845742047 30 0 0 1 base_18 3 200 -15.1180845742047 30 0 0 1 } ] != 0 } {
|
||||||
puts "Error in depouille"
|
puts "Error in depouille"
|
||||||
}
|
}
|
||||||
set square 0
|
set square 74960.8
|
||||||
|
@ -36,7 +36,7 @@ if { [string compare $command "mesh"] == 0 } {
|
|||||||
set nb 56
|
set nb 56
|
||||||
}
|
}
|
||||||
if {[string compare $os "Debian40"] == 0} {
|
if {[string compare $os "Debian40"] == 0} {
|
||||||
set nb 61
|
set nb {51|61}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
set bug_cross "OCC22687"
|
set bug_cross "OCC22687"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user