1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56: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:
vtn 2012-07-23 15:53:47 +04:00
parent abd9003d5f
commit be10f7a868
4 changed files with 6 additions and 9 deletions

View File

@ -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 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 Ltime $Lseconds
set Mtime $Mseconds

View File

@ -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 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 Ltime $Lseconds
set Mtime $Mseconds

View File

@ -1,11 +1,6 @@
# Original bug : cts21900
# 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
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 } {
puts "Error in depouille"
}
set square 0
set square 74960.8

View File

@ -36,7 +36,7 @@ if { [string compare $command "mesh"] == 0 } {
set nb 56
}
if {[string compare $os "Debian40"] == 0} {
set nb 61
set nb {51|61}
}
}
set bug_cross "OCC22687"