blob: 652e28f10246c887bd7d11729b43f661d37e4404 [file] [log] [blame]
This test checks that n % 0 doesn't crash with a floating-point exception.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS 2 % 0 is NaN
PASS n % 0 is NaN
PASS f() is NaN
PASS g() is NaN
PASS nonSpeculativeModReuse(0.5) is 1
PASS successfullyParsed is true
TEST COMPLETE