You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the spec tests fail randomly. This is very odd as there is nothing random in the interpreter, nor the test. I seem to only see it on a 32-bit machine.
To see it, I just run ./check and stop after the spec tests, then keep doing that until it fails.
Valgrind finds nothing.
Looks somehow float rounding or signaling nan related, based on the error (we fail the spec test due to a nan having or not having the signaling bit).
The text was updated successfully, but these errors were encountered:
Some of the spec tests fail randomly. This is very odd as there is nothing random in the interpreter, nor the test. I seem to only see it on a 32-bit machine.
To see it, I just run
./check
and stop after the spec tests, then keep doing that until it fails.Valgrind finds nothing.
Looks somehow float rounding or signaling nan related, based on the error (we fail the spec test due to a nan having or not having the signaling bit).
The text was updated successfully, but these errors were encountered: