1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +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