Skip to content

Instantly share code, notes, and snippets.

@dginev
Last active December 20, 2015 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dginev/6161094 to your computer and use it in GitHub Desktop.
Save dginev/6161094 to your computer and use it in GitHub Desktop.
NQP on JVM make test problems
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