mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
25 lines
677 B
Plaintext
Executable File
25 lines
677 B
Plaintext
Executable File
puts "=================="
|
|
puts "BUC60595"
|
|
puts "=================="
|
|
puts ""
|
|
###################################################################
|
|
## This one relates to the generation of floating point exceptions during the IGE to BRep translation.
|
|
## See the notes in fw_fpe.READ.
|
|
###################################################################
|
|
|
|
set bug_var [ igesbrep [locate_data_file buc60595a.igs] a * ]
|
|
|
|
tpcompound result
|
|
|
|
if { [ string match "*Uninspired signal*" $bug_var ] == 1 } {
|
|
puts "Error : TEST FAILED"
|
|
}
|
|
|
|
isos 0
|
|
isos result 15
|
|
|
|
puts "Previously here was message: Uninspired signal 8"
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|