Bug #38582
Eel Unit test fails on 32-bit system number is out of 32-bit range
Status:
Resolved
Priority:
Must have
Assignee:
-
Target version:
-
Start date:
2012-07-03
Due date:
% Done:
100%
Estimated time:
Description
Unittest failure message:
TYPO3\Eel\Tests\Unit\InterpretedEvaluatorTest::integerLiteralsCanBeParsed with data set #2 ('237498237473284', , 2.3749823747328E+14)
Failed asserting that 2147483647 is identical to 2.3749823747328E+14.
When change the number on line #35: to a number within the 32-bit range, the test does not fail.