mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0026192: Porting testing database on Debian70 64bit
Modified test cases for platform Debian70 64bit Changed todo mapping for Debian70-64
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#puts "TODO OCC24074 Debian60-64 Windows: An exception was caught"
|
||||
puts "TODO OCC24074 Debian60-64 Windows: Error: Offset is not done"
|
||||
puts "TODO OCC24074 Debian60-64 Windows: TEST INCOMPLETE"
|
||||
#puts "TODO OCC24074 ALL: An exception was caught"
|
||||
puts "TODO OCC24074 ALL: Error: Offset is not done"
|
||||
puts "TODO OCC24074 ALL: TEST INCOMPLETE"
|
||||
|
||||
puts "============"
|
||||
puts "OCC24074"
|
||||
|
@@ -6,16 +6,20 @@ puts ""
|
||||
# Bad tolerance edge generated by blend algorithm
|
||||
###############################################################################################
|
||||
|
||||
decho off
|
||||
test bugs modalg_3 bug615
|
||||
decho on
|
||||
restore [locate_data_file OCC615.brep] a
|
||||
checkshape a
|
||||
explode a e
|
||||
|
||||
if [catch {blend result a 9 a_15 } catch_result] {
|
||||
puts "Faulty OCC615: function BLEND works with exception"
|
||||
} else {
|
||||
puts "OCC615 OK: function CHAMF works OK"
|
||||
}
|
||||
|
||||
explode result E
|
||||
|
||||
regexp {Tolerance +MAX=([-0-9.+eE]+)} [tolerance result_21] full MaxTol_1
|
||||
|
||||
puts "MaxTolerance = $MaxTol_1"
|
||||
|
||||
set MaxTol 0.001
|
||||
|
||||
if { $MaxTol_1 > $MaxTol } {
|
||||
@@ -24,3 +28,5 @@ if { $MaxTol_1 > $MaxTol } {
|
||||
puts "OCC25199 OK: Good tolerance edge generated by blend algorithm"
|
||||
}
|
||||
|
||||
set square 197055.
|
||||
set 2dviewer 0
|
||||
|
Reference in New Issue
Block a user