Skip to content

Instantly share code, notes, and snippets.

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 japhb/2785389 to your computer and use it in GitHub Desktop.
Save japhb/2785389 to your computer and use it in GitHub Desktop.
Spectest failures for Rakudo str-numeric branch
# My current triage:
# * the TODO passes are real improvements
# * S03-operators/overflow.t failures are just unrelated 32-bit issues
# * S32-exceptions/misc.t failure is wrong exception type; Str.Numeric needs to be updated to throw typed exceptions
# * S32-str/numeric.t failures are all successfully handling something expected to fail; the reasons are mixed: some are over-lax behavior, some need further analysis
Test Summary Report
-------------------
t/spec/S03-operators/context-forcers.rakudo (Wstat: 0 Tests: 89 Failed: 0)
TODO passed: 38
t/spec/S03-operators/overflow.rakudo (Wstat: 0 Tests: 98 Failed: 28)
Failed tests: 58-82, 85-86, 89
TODO passed: 95
t/spec/S32-exceptions/misc.rakudo (Wstat: 0 Tests: 304 Failed: 1)
Failed test: 277
t/spec/S32-str/numeric.rakudo (Wstat: 0 Tests: 166 Failed: 6)
Failed tests: 32, 86-90
Files=681, Tests=24269, 2159 wallclock secs ( 7.29 usr 2.51 sys + 1947.00 cusr 94.44 csys = 2051.24 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment