mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Update of testing cases for Debian 7.0 64 bit
This commit is contained in:
parent
7d679df3be
commit
485a1040e9
@ -2,5 +2,6 @@ puts "TODO ?OCC26017 ALL: TEST INCOMPLETE"
|
|||||||
puts "TODO ?OCC26017 Debian70-64: \\*\\* Exception"
|
puts "TODO ?OCC26017 Debian70-64: \\*\\* Exception"
|
||||||
puts "TODO ?OCC26017 Debian70-64: An exception was caught"
|
puts "TODO ?OCC26017 Debian70-64: An exception was caught"
|
||||||
puts "TODO ?OCC26017 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
puts "TODO ?OCC26017 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
||||||
|
puts "TODO ?OCC26017 ALL: Process killed by CPU limit"
|
||||||
source [locate_data_file 20000_ss2_401-ta5993.prt.2.gdml.tcl]
|
source [locate_data_file 20000_ss2_401-ta5993.prt.2.gdml.tcl]
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
puts "TODO OCC26020 ALL: TEST INCOMPLETE"
|
puts "TODO OCC26020 ALL: TEST INCOMPLETE"
|
||||||
puts "TODO ?OCC26020 ALL: Process killed by CPU limit"
|
puts "TODO ?OCC26020 ALL: Process killed by CPU limit"
|
||||||
|
puts "TODO ?OCC26020 Debian70-64: \\*\\* Exception"
|
||||||
|
puts "TODO ?OCC26020 Debian70-64: An exception"
|
||||||
|
|
||||||
# planar face
|
# planar face
|
||||||
plane pln_f1 460.8377555733228 -1160 121.87519451048833 -0.17364817766693036 1.1223734950417248e-017 0.98480775301220813
|
plane pln_f1 460.8377555733228 -1160 121.87519451048833 -0.17364817766693036 1.1223734950417248e-017 0.98480775301220813
|
||||||
|
@ -32,7 +32,7 @@ if { $stat != 1 } {
|
|||||||
# Y axis rotation
|
# Y axis rotation
|
||||||
vrotate 0 $m_pi 0
|
vrotate 0 $m_pi 0
|
||||||
vfit
|
vfit
|
||||||
vmoveto 185 246
|
vmoveto 159 246
|
||||||
|
|
||||||
set x_coord 113
|
set x_coord 113
|
||||||
set y_coord 294
|
set y_coord 294
|
||||||
|
@ -18,7 +18,7 @@ vsetdispmode b 1
|
|||||||
|
|
||||||
vdrawtext text "Open\nCASCADE" -pos 0 0 0 -color 1.0 0.0 0.0 -halign center -valign center -angle -45 -zoom 1 -height 50 -aspect regular -font Arial
|
vdrawtext text "Open\nCASCADE" -pos 0 0 0 -color 1.0 0.0 0.0 -halign center -valign center -angle -45 -zoom 1 -height 50 -aspect regular -font Arial
|
||||||
|
|
||||||
set bug_info [vreadpixel 255 283 rgb name]
|
set bug_info [vreadpixel 259 279 rgb name]
|
||||||
if {$bug_info != "RED"} {
|
if {$bug_info != "RED"} {
|
||||||
puts "ERROR: OCC25732 is reproduced. Text is missed."
|
puts "ERROR: OCC25732 is reproduced. Text is missed."
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,14 @@ puts "=================================="
|
|||||||
puts "Select3D_ISensitivePointSet: Crash when clearing selections (only with TBB)"
|
puts "Select3D_ISensitivePointSet: Crash when clearing selections (only with TBB)"
|
||||||
puts "=================================="
|
puts "=================================="
|
||||||
|
|
||||||
restore [locate_data_file crash_compound.brep]
|
restore [locate_data_file bug26146_crash_compound.brep] crash_compound
|
||||||
|
|
||||||
vinit
|
vinit
|
||||||
vdisplay crash_compound
|
vdisplay crash_compound
|
||||||
|
vfit
|
||||||
|
|
||||||
|
vdump ${imagedir}/${casename}_1.png
|
||||||
|
|
||||||
vremove crash_compound ;# crashed here
|
vremove crash_compound ;# crashed here
|
||||||
|
|
||||||
|
vdump ${imagedir}/${casename}_2.png
|
||||||
|
Loading…
x
Reference in New Issue
Block a user