mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Test parse rules are improved to recognize messages with word 'fail' or 'failure' as errors. Test cases are corrected accordingly (TODO or REQUIRED statements added where fail messages were not noticed previously).
29 lines
738 B
Plaintext
29 lines
738 B
Plaintext
puts "TODO OCC24938 ALL: Meshing statuses: Failure ReMesh"
|
|
puts "TODO OCC24938 ALL: Error: Number of triangles is equal to 0"
|
|
puts "TODO OCC24938 ALL: Error: Number of nodes is equal to 0"
|
|
#puts "TODO OCC24938 ALL: Error : area by triangles differs from the actual area by"
|
|
|
|
puts "=========="
|
|
puts "OCC24938"
|
|
puts "=========="
|
|
puts ""
|
|
########################################
|
|
# BRepMesh_IncrementalMesh hangs
|
|
########################################
|
|
|
|
# to prevent loops limit to 5 minutes
|
|
cpulimit 300
|
|
|
|
restore [locate_data_file bug24938_27773.brep] result
|
|
|
|
tclean result
|
|
incmesh result 1.5 -relative
|
|
|
|
checktrinfo result -tri -nod
|
|
|
|
vinit
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|