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).
19 lines
376 B
Plaintext
19 lines
376 B
Plaintext
puts "========"
|
|
puts "OCC26664"
|
|
puts "========"
|
|
puts ""
|
|
#################################
|
|
# Triangulating a very small polygon fails
|
|
#################################
|
|
|
|
restore [locate_data_file bug26664_f.brep] a
|
|
|
|
# adaptive meshing is OK
|
|
tclean a
|
|
incmesh a 1e-4 -adaptive
|
|
|
|
# non-adaptive meshing fails
|
|
puts "TODO 26664 ALL: Meshing statuses: Failure"
|
|
tclean a
|
|
incmesh a 1e-4
|