Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created October 23, 2015 04:11
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 peschwa/e2b203ffd43e700c6207 to your computer and use it in GitHub Desktop.
Save peschwa/e2b203ffd43e700c6207 to your computer and use it in GitHub Desktop.
t/spec/S02-magicals/sub.rakudo.jvm (Wstat: 0 Tests: 8 Failed: 0)
Parse errors: Bad plan. You planned 10 tests but ran 8. # QAST void handling..?
t/spec/S02-names-vars/list_array_perl.t (Wstat: 0 Tests: 14 Failed: 0)
Parse errors: Bad plan. You planned 25 tests but ran 14. # NPE in EVAL $foo.perl, apparently an SMO arg is null in MultiCacheInstance:148
t/spec/S02-names-vars/perl.rakudo.jvm (Wstat: 0 Tests: 72 Failed: 0)
Parse errors: Bad plan. You planned 104 tests but ran 72. # NPE, "mixed array/hashref", similar to above
t/spec/S02-names-vars/names.rakudo.jvm (Wstat: 0 Tests: 143 Failed: 0)
Parse errors: Bad plan. You planned 144 tests but ran 143. # SOE, "my ::foo $x, say $x" replacing , with ; makes the SOE shorter but still happen
t/spec/S02-names/is_default.rakudo.jvm (Wstat: 0 Tests: 110 Failed: 1)
Failed test: 104 # is default on natives NYI
TODO passed: 107 # wrongly passes
t/spec/S02-names/pseudo.rakudo.jvm (Wstat: 0 Tests: 144 Failed: 2)
Failed tests: 143-144 # apparently about Pseudostash/Map.values, associative lookup works
t/spec/S02-types/WHICH.rakudo.jvm (Wstat: 0 Tests: 820 Failed: 5)
Failed tests: 163, 165, 167, 169, 265 # NFC and co., which jvm doesn't know about
t/spec/S06-operator-overloading/sub.rakudo.jvm (Wstat: 0 Tests: 81 Failed: 0)
Parse errors: Bad plan. You planned 91 tests but ran 81. # jvm doesn't do grammar subclassing quite right anymore..?
t/spec/S02-types/declare.rakudo.jvm (Wstat: 0 Tests: 70 Failed: 1)
Failed test: 19 # jvm silently overflows int = big bigint
t/spec/S02-types/hash_ref.t (Wstat: 0 Tests: 26 Failed: 0)
Parse errors: Bad plan. You planned 31 tests but ran 26. # recursive hashref, as S02-names-vars/perl.t
t/spec/S02-types/pair.rakudo.jvm (Wstat: 0 Tests: 177 Failed: 0)
TODO passed: 134 # might be the MultiCacheInstance patch..?
t/spec/S03-junctions/misc.t (Wstat: 0 Tests: 142 Failed: 1)
Failed test: 142 # something in the binder, Junctions arrive without a varName afair
t/spec/S03-metaops/hyper.rakudo.jvm (Wstat: 0 Tests: 375 Failed: 1)
Failed test: 146 # ((2 3 Mu.new Mu.new Mu.new Mu.new ...) (4 [5 6] Mu.new Mu.new Mu.new ...))
Parse errors: Bad plan. You planned 383 tests but ran 375. # something about dwimmy hypers and the order they are called, need to check clog for preceeding discussion between nine and me iirc
t/spec/S03-operators/increment.t (Wstat: 0 Tests: 37 Failed: 9)
Failed tests: 16-23, 32 # X::AdHoc instead of X::Parameter::RW, binder?
t/spec/S03-operators/repeat.rakudo.jvm (Wstat: 0 Tests: 28 Failed: 0)
Parse errors: Bad plan. You planned 32 tests but ran 28. # This Seq has already been iterated, and its values consumed
t/spec/S17-scheduler/every.t (Wstat: 0 Tests: 18 Failed: 1)
Failed test: 15 # flap
t/spec/S04-declarations/will.rakudo.jvm (Wstat: 0 Tests: 20 Failed: 4)
Failed tests: 8-11 # phaser-y stuff, no idea
t/spec/S04-phasers/first.t (Wstat: 0 Tests: 4 Failed: 3)
Failed tests: 1, 3-4 # see one higher, the passing test is actually wrong too i think
t/spec/S04-phasers/pre-post.rakudo.jvm (Wstat: 0 Tests: 18 Failed: 0)
Parse errors: Bad plan. You planned 22 tests but ran 18. # "Postcondition '{ 0 }' failed" locally, fine on camelia..?
t/spec/S04-statements/label.t (Wstat: 0 Tests: 1 Failed: 0)
Parse errors: Bad plan. You planned 5 tests but ran 1. # "control exception without handler", which apparently occurs nowhere in rakudo or nqp..?
t/spec/S04-statements/last.t (Wstat: 0 Tests: 7 Failed: 0)
Parse errors: Bad plan. You planned 9 tests but ran 7. # as above
t/spec/S04-statements/next.t (Wstat: 0 Tests: 6 Failed: 0)
Parse errors: Bad plan. You planned 12 tests but ran 6. # as above
t/spec/S04-statements/redo.t (Wstat: 0 Tests: 11 Failed: 0)
Parse errors: Bad plan. You planned 12 tests but ran 11. # as above
t/spec/S04-statements/for.rakudo.jvm (Wstat: 0 Tests: 97 Failed: 1)
Failed test: 91 # X::AdHoc instead of X::Parameter::RW
t/spec/S04-statements/with.t (Wstat: 0 Tests: 79 Failed: 4)
Failed tests: 37, 44, 51, 58 # failed tests are all "with{,out} on Failure"
Parse errors: Bad plan. You planned 80 tests but ran 79. # ...and the Failure from oops leaks through
t/spec/S05-mass/properties-general.rakudo.jvm (Wstat: 0 Tests: 104 Failed: 0)
Parse errors: Bad plan. You planned 606 tests but ran 104. # unicode properties NYI
t/spec/S05-modifier/counted-match.rakudo.jvm (Wstat: 0 Tests: 12 Failed: 2)
Failed tests: 2-3 # doesn't die but should
Parse errors: Bad plan. You planned 28 tests but ran 12. # ...and an UnwindException, although shorter $data on camelia doesn't throw that but doesn't match correctly either
t/spec/S05-modifier/counted.t (Wstat: 0 Tests: 28 Failed: 2)
Failed tests: 2-3 # doesn't die but should
Parse errors: Bad plan. You planned 126 tests but ran 28. # UnwindException again
t/spec/S05-modifier/repetition-exhaustive.rakudo.jvm (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 5 tests but ran 0. # another UnwindException
t/spec/S05-modifier/repetition.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 12 tests but ran 0. # see above
t/spec/S06-advanced/callframe.rakudo.jvm (Wstat: 0 Tests: 13 Failed: 0)
Parse errors: Bad plan. You planned 15 tests but ran 13. # NPE in callframe.new.perl.starts-with()
t/spec/S05-substitution/subst.rakudo.jvm (Wstat: 0 Tests: 24 Failed: 0)
Parse errors: Bad plan. You planned 162 tests but ran 24. # UnwindException
t/spec/S06-currying/assuming-and-mmd.t (Wstat: 0 Tests: 5 Failed: 1)
Failed test: 1 # No such attribute '$!signature' for this object
Parse errors: Bad plan. You planned 7 tests but ran 5. # No such attribute '$!signature' for this object
t/spec/S06-currying/named.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 27 tests but ran 0. # No such attribute '$!signature' for this object
t/spec/S06-currying/misc.rakudo.jvm (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 13 tests but ran 0. # No such attribute '$!signature' for this object
t/spec/S06-currying/slurpy.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 32 tests but ran 0. # No such attribute '$!signature' for this object
t/spec/S06-currying/positional.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 227 tests but ran 0. # No such attribute '$!signature' for this object
t/spec/S06-multi/proto.rakudo.jvm (Wstat: 0 Tests: 26 Failed: 3)
Failed tests: 8-10 # 7 is probably a false positive, 8-10 all return the value expected for 7
t/spec/S06-multi/subsignature.rakudo.jvm (Wstat: 0 Tests: 100 Failed: 1)
Failed test: 37 # again possible false positive on 36
t/spec/S06-signature/arity.t (Wstat: 0 Tests: 52 Failed: 0)
Parse errors: Bad plan. You planned 56 tests but ran 52. # No such attribute '$!signature' for this object
t/spec/S06-signature/sigilless.t (Wstat: 0 Tests: 2 Failed: 0)
Parse errors: Bad plan. You planned 10 tests but ran 2. # NPE, not sure what's going on...
t/spec/S06-signature/slurpy-params.rakudo.jvm (Wstat: 0 Tests: 86 Failed: 0)
Parse errors: Bad plan. You planned 100 tests but ran 86. # Type check failed in binding @a; expected Positional but got Seq
t/spec/S06-traits/misc.rakudo.jvm (Wstat: 0 Tests: 20 Failed: 4)
Failed tests: 1, 3, 5-6 # X::AdHoc instead of X::Parameter:RW
t/spec/S12-methods/chaining.rakudo.jvm (Wstat: 0 Tests: 17 Failed: 0)
TODO passed: 16-17
t/spec/S12-methods/syntax.rakudo.jvm (Wstat: 0 Tests: 10 Failed: 0)
Parse errors: Bad plan. You planned 14 tests but ran 10. # java.lang.RuntimeException: No such attribute '$!signature' for this object
t/spec/S12-subset/subtypes.t (Wstat: 0 Tests: 77 Failed: 1)
Failed test: 44 # no idea
t/spec/S14-roles/basic.rakudo.jvm (Wstat: 0 Tests: 49 Failed: 1)
Failed test: 26 # also no idea
t/spec/S17-supply/throttle.t (Wstat: 0 Tests: 7 Failed: 1)
Failed test: 2 # flap
t/spec/S14-roles/mixin.t (Wstat: 0 Tests: 48 Failed: 1)
Failed test: 27 # essentially '0 but True', which is False for some reason
t/spec/S15-literals/identifiers.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output # Bogus postfix -> my $ẛ⏏̣ = 42; # LATIN SMALL LETTER LONG S WITH
t/spec/S16-io/bom.t (Wstat: 0 Tests: 10 Failed: 9)
Failed tests: 1-5, 7-10 # i'm thinking 6 is a false positive...
t/spec/S17-supply/unique.t (Wstat: 0 Tests: 17 Failed: 8)
Failed tests: 6-9, 14-17 # flap
t/spec/S32-basics/xxKEY.rakudo.jvm (Wstat: 0 Tests: 129 Failed: 2)
Failed tests: 101, 119 # minor confusion somewhere, .typename is wrong somehow
t/spec/S32-array/adverbs.t (Wstat: 0 Tests: 602 Failed: 30)
Failed tests: 22, 42, 62, 82, 102, 122, 142, 162, 182 # Expected zip zop got zop zip for all of those, so hash ordering maybe?
202, 222, 242, 262, 282, 302, 322, 342
362, 382, 402, 422, 442, 462, 482, 502
522, 542, 562, 582, 602
t/spec/S32-io/IO-Socket-Async.rakudo.jvm (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2 # leaks low-level exception, still keeps the Promise
Parse errors: Bad plan. You planned 6 tests but ran 2.
t/spec/S32-io/dir.rakudo.jvm (Wstat: 0 Tests: 7 Failed: 0)
Parse errors: Bad plan. You planned 13 tests but ran 7. # flap..? passed standalone
t/spec/S32-hash/adverbs.t (Wstat: 0 Tests: 456 Failed: 22)
Failed tests: 24, 44, 64, 84, 104, 124, 144, 164, 184 # Expected zip zop got zop zip for all of those, so hash ordering maybe?
204, 224, 244, 264, 284, 304, 324, 344
364, 384, 404, 424, 444
Parse errors: Bad plan. You planned 1124 tests but ran 456.
t/spec/S32-io/io-path-win.rakudo.jvm (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output # works standalone
t/spec/S32-io/io-path-unix.rakudo.jvm (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output # works standalone
t/spec/S32-exceptions/misc.rakudo.jvm (Wstat: 0 Tests: 274 Failed: 3)
Failed tests: 268-270 # works standalone
Parse errors: Bad plan. You planned 349 tests but ran 274.
t/spec/S32-list/map.rakudo.jvm (Wstat: 0 Tests: 53 Failed: 0)
Parse errors: Bad plan. You planned 57 tests but ran 53. # java.lang.RuntimeException: No such attribute '$!signature' for this object
t/spec/S32-list/produce.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 25 tests but ran 0. # Type check failed in binding @a; expected Positional but got Seq
t/spec/S32-list/squish.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 40 tests but ran 0. # Type check failed in binding @a; expected Positional but got Seq
t/spec/S32-list/unique.t (Wstat: 0 Tests: 14 Failed: 0)
Parse errors: Bad plan. You planned 34 tests but ran 14. # This Seq has already been iterated, and its values consumed
t/spec/integration/advent2013-day14.t (Wstat: 0 Tests: 10 Failed: 1)
Failed test: 2 # works standalone
t/spec/S32-str/comb.rakudo.jvm (Wstat: 0 Tests: 11 Failed: 0)
Parse errors: Bad plan. You planned 48 tests but ran 11. # UnwindException
t/spec/S32-str/index.t (Wstat: 0 Tests: 44 Failed: 4)
Failed tests: 37-40 # jvm doesn't understand negative starting positions to &index
t/spec/S32-str/split-simple.t (Wstat: 0 Tests: 15 Failed: 0)
Parse errors: Bad plan. You planned 29 tests but ran 15. # UnwindException
t/spec/S32-str/split.rakudo.jvm (Wstat: 0 Tests: 22 Failed: 0)
Parse errors: Bad plan. You planned 53 tests but ran 22. # UnwindException
t/spec/S32-str/tc.rakudo.jvm (Wstat: 0 Tests: 9 Failed: 2)
Failed tests: 5-6 # jvm and &tc...
t/spec/integration/99problems-11-to-20.t (Wstat: 0 Tests: 1 Failed: 0)
Parse errors: Bad plan. You planned 25 tests but ran 1. # "take without gather"..?
t/spec/integration/advent2009-day17.t (Wstat: 0 Tests: 39 Failed: 0)
Parse errors: Bad plan. You planned 62 tests but ran 39. # works standalone
t/spec/integration/advent2010-day19.rakudo.jvm (Wstat: 0 Tests: 6 Failed: 1)
Failed test: 4 # mixin again
t/spec/integration/advent2012-day10.t (Wstat: 0 Tests: 17 Failed: 0)
Parse errors: Bad plan. You planned 26 tests but ran 17. # another NPE, not sure what from
t/spec/integration/advent2012-day15.t (Wstat: 0 Tests: 11 Failed: 1)
Failed test: 9 # FIRST phaser not firing
Files=1030, Tests=41415, 5428 wallclock secs (11.20 usr 1.43 sys + 29.16 cusr 3.29 csys = 45.08 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment