mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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).
20 lines
696 B
Plaintext
Executable File
20 lines
696 B
Plaintext
Executable File
puts "TODO CR29596 Windows: Warning: Intersection of pair of shapes has failed"
|
|
|
|
puts "================"
|
|
puts "OCC24764"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Alien subshapes occured in result of 'bopcheck' operation
|
|
######################################################################################
|
|
|
|
cpulimit 2000
|
|
|
|
restore [locate_data_file bug24764_qa.brep] a
|
|
|
|
bopcheck a 4
|
|
compound a x2 x51 x8 x10 x28 x30 x36 x46 x1 x50 result
|
|
|
|
checknbshapes result -vertex 24 -edge 24 -wire 2 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 2 -shape 53
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|