Last active
December 20, 2015 16:19
-
-
Save dginev/6161094 to your computer and use it in GitHub Desktop.
NQP on JVM make test problems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prove t/jvm/* --verbose | |
... | |
not ok 31 - %d on bigint | |
# Actual value: <-6926948138105418752> | |
# Expected value: <77409228207421416473589288028833> | |
... | |
not ok 239 - %17.3g 3.000000000000e-04 | |
# Actual value: 0.000300 | |
# Expected value: 0.0003 | |
... | |
Test Summary Report | |
------------------- | |
t/jvm/06-sprintf.t (Wstat: 0 Tests: 255 Failed: 2) | |
Failed tests: 31, 239 | |
Files=2, Tests=277, 9 wallclock secs ( 0.11 usr 0.02 sys + 18.98 cusr 0.27 csys = 19.38 CPU) | |
Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment