Files
OCCT/tests/bugs/fclasses/bug28829
abv 66cfcd0f73 0028829: dsetsignal command does not work on Linux properly
OSD::SetSignal() is corrected to unset FPE exceptions on Linux if called with False argument
2017-06-29 14:23:03 +03:00

16 lines
257 B
Plaintext

# check that FPE signals can be both disabled and enabled
pload QAcommands
# start with enabled signals
dsetsignal 1
# first, disable
dsetsignal 0
OCC28829
# then, enable
puts "REQUIRED OCC28829 All: Standard_NumericError"
dsetsignal 1
catch {OCC28829}