diff --git a/tests/boolean/gdml_private/W2 b/tests/boolean/gdml_private/W2 index ceda2b076c..a3ce45762b 100644 --- a/tests/boolean/gdml_private/W2 +++ b/tests/boolean/gdml_private/W2 @@ -2,5 +2,6 @@ puts "TODO ?OCC26017 ALL: TEST INCOMPLETE" puts "TODO ?OCC26017 Debian70-64: \\*\\* Exception" 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: Process killed by CPU limit" source [locate_data_file 20000_ss2_401-ta5993.prt.2.gdml.tcl] diff --git a/tests/boolean/volumemaker/E4 b/tests/boolean/volumemaker/E4 index b7ca81405a..3d600d502a 100644 --- a/tests/boolean/volumemaker/E4 +++ b/tests/boolean/volumemaker/E4 @@ -4,6 +4,8 @@ puts "TODO OCC26020 ALL: TEST INCOMPLETE" puts "TODO ?OCC26020 ALL: Process killed by CPU limit" +puts "TODO ?OCC26020 Debian70-64: \\*\\* Exception" +puts "TODO ?OCC26020 Debian70-64: An exception" # planar face plane pln_f1 460.8377555733228 -1160 121.87519451048833 -0.17364817766693036 1.1223734950417248e-017 0.98480775301220813 diff --git a/tests/bugs/vis/bug24288_2 b/tests/bugs/vis/bug24288_2 index ffcbff182a..d90905cc13 100644 --- a/tests/bugs/vis/bug24288_2 +++ b/tests/bugs/vis/bug24288_2 @@ -32,7 +32,7 @@ if { $stat != 1 } { # Y axis rotation vrotate 0 $m_pi 0 vfit -vmoveto 185 246 +vmoveto 159 246 set x_coord 113 set y_coord 294 diff --git a/tests/bugs/vis/bug25732_1 b/tests/bugs/vis/bug25732_1 index e924db4912..c25fc537be 100644 --- a/tests/bugs/vis/bug25732_1 +++ b/tests/bugs/vis/bug25732_1 @@ -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 -set bug_info [vreadpixel 255 283 rgb name] +set bug_info [vreadpixel 259 279 rgb name] if {$bug_info != "RED"} { puts "ERROR: OCC25732 is reproduced. Text is missed." } diff --git a/tests/bugs/vis/bug26146 b/tests/bugs/vis/bug26146 index b9dd6bf05b..e10b7ddb03 100644 --- a/tests/bugs/vis/bug26146 +++ b/tests/bugs/vis/bug26146 @@ -5,8 +5,14 @@ puts "==================================" puts "Select3D_ISensitivePointSet: Crash when clearing selections (only with TBB)" puts "==================================" -restore [locate_data_file crash_compound.brep] +restore [locate_data_file bug26146_crash_compound.brep] crash_compound vinit vdisplay crash_compound +vfit + +vdump ${imagedir}/${casename}_1.png + vremove crash_compound ;# crashed here + +vdump ${imagedir}/${casename}_2.png