1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug24938
apn 0e443e130c 0028097: Test system does not recognize 'fail...' messages as errors
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).
2018-03-26 15:40:11 +03:00

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