Skip to content

Removed architecture specific test that was failing on ARM

Compare
Choose a tag to compare
@jackpal jackpal released this 28 Dec 21:06
· 1 commit to master since this release

There was a test for overflow on floating point to integer conversion that was x86-64 specific. This was causing the test to fail when run on other architectures.

Decided to remove the test, as it was testing the behavior of an implementation dependent edge case.