-
-
Save timo/8117a2702483aad36616 to your computer and use it in GitHub Desktop.
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
Test Summary Report | |
------------------- | |
t/spec/S06-signature/errors.t (Wstat: 1024 Tests: 11 Failed: 4) | |
Failed tests: 6-8, 10 | |
Non-zero exit status: 4 | |
t/spec/S17-procasync/basic.t (Wstat: 256 Tests: 30 Failed: 1) | |
Failed test: 29 | |
Non-zero exit status: 1 | |
t/spec/S32-exceptions/misc.rakudo.moar (Wstat: 0 Tests: 0 Failed: 0) | |
Parse errors: No plan found in TAP output | |
Files=952, Tests=34508, 477 wallclock secs (12.21 usr 2.01 sys + 1312.18 cusr 122.99 csys = 1449.39 CPU) | |
Result: FAIL |
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
timo@schmetterling ~/p/rakudo (nom)> perl6 t/spec/S06-signature/errors.t | |
1..11 | |
ok 1 - slurpy args are not bounded (2) | |
ok 2 - parser rejects magicals as args (1) | |
ok 3 - but $! is OK | |
ok 4 - argument passed to sub with empty signature | |
ok 5 - Passing two arguments to a function expecting one hash is an error | |
not ok 6 - ... error message mentions parameter | |
# Failed test '... error message mentions parameter' | |
# at t/spec/S06-signature/errors.t line 34 | |
not ok 7 - ... error message mentions "type" | |
# Failed test '... error message mentions "type"' | |
# at t/spec/S06-signature/errors.t line 28 | |
not ok 8 - ... error message mentions "Associative" or the % sigil | |
# Failed test '... error message mentions "Associative" or the % sigil' | |
# at t/spec/S06-signature/errors.t line 28 | |
ok 9 - named parameter of undeclared attribute dies | |
not ok 10 - | |
# Failed test at t/spec/S06-signature/errors.t line 48 | |
ok 11 - | |
# Looks like you failed 4 tests of 11 | |
timo@schmetterling ~/p/rakudo (nom)> perl6 t/spec/S32-exceptions/misc.rakudo.moar | |
===SORRY!=== Error while compiling t/spec/S32-exceptions/misc.rakudo.moar | |
Expecting a term, but found either infix ?? or redundant prefix ? | |
(to suppress this message, please use space between ? ?) | |
at t/spec/S32-exceptions/misc.rakudo.moar:292 | |
------> ??⏏? 42; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment