5 ###########################################
6 ## Infinite memory consumption in BRepMesh
7 ###########################################
11 restore [locate_data_file OCC396_f2903.brep] result
22 set tri_info [trinfo result]
23 regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
24 regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
26 if { ${tri} == ${good_tri} && ${nod} == ${good_nod} } {
27 puts "Bug ${BugNumber} shading: OK"
29 puts "Bug ${BugNumber} shading: Faulty"