mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
Adjusting test cases at new structure of OCCT
This commit is contained in:
parent
738d336be5
commit
380eaf77b9
@ -1,5 +1,5 @@
|
|||||||
puts "TODO OCC25848 Windows: LABELS : Faulty"
|
#puts "TODO OCC25848 Windows: LABELS : Faulty"
|
||||||
puts "TODO OCC25848 Windows: Error : 1 differences with reference data found"
|
#puts "TODO OCC25848 Windows: Error : 1 differences with reference data found"
|
||||||
|
|
||||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||||
set filename trj12_gd1-id-214.stp
|
set filename trj12_gd1-id-214.stp
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
puts "TODO OCC26471 Linux: Error: OCCT DownCast is expected to be faster!"
|
||||||
|
|
||||||
puts "========"
|
puts "========"
|
||||||
puts "CR24023, check operability and performance of OCCT RTTI and handles"
|
puts "CR24023, check operability and performance of OCCT RTTI and handles"
|
||||||
puts "========"
|
puts "========"
|
||||||
@ -43,6 +45,6 @@ for {set i 0} {$i < [llength $depths]} {incr i} {
|
|||||||
puts "Ratio of time of OCCT DownCast() to dynamic_pointer_cast<>: $ratio_ptr"
|
puts "Ratio of time of OCCT DownCast() to dynamic_pointer_cast<>: $ratio_ptr"
|
||||||
|
|
||||||
if { $ratio_std > $threshold_std || $ratio_ptr > $threshold_ptr } {
|
if { $ratio_std > $threshold_std || $ratio_ptr > $threshold_ptr } {
|
||||||
puts "Error: OCCT DownCast() is expected to be faster!"
|
puts "Error: OCCT DownCast is expected to be faster!"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user