diff --git a/niecza_summary.out b/niecza_summary.out index 072e0e3b..d6074909 100644 --- a/niecza_summary.out +++ b/niecza_summary.out @@ -131,9 +131,7 @@ S02-literals/string-interpolation.t................Use of Nil as a string at line 0 (ExitRunloop @ 0) 14 0 0 0 14 S02-literals/sub-calls.t...........................Potential difficulties: - &succ is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-literals/sub-calls.t line 48: ------->  sub succ⏏($x) { $x + 1 } - &first is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-literals/sub-calls.t line 55: + &first is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-literals/sub-calls.t line 56: ------>  sub first⏏() { "first" } 20 0 0 0 20 @@ -3951,7 +3949,7 @@ S12-methods/submethods.niecza...................... 23 0 4 0 27 S12-methods/syntax.niecza.......................... 8 0 0 4 12 1 skipped: Excess arguments to Any.map, used 2 of 4 positionals 3 skipped: Interaction between semiargs and args is not understood -S12-methods/topic.t................................ 2 0 0 0 2 +S12-methods/topic.t................................ 1 1 0 0 2 S12-methods/trusts.t............................... 4 0 0 0 4 S12-methods/typed-attributes.t..................... 7 0 0 0 7 S12-methods/what.t.................................Use of uninitialized value in numeric context @@ -5963,7 +5961,7 @@ integration/weird-errors.niecza.................... 4 0 1 3 8 ---------------- "Synopsis", "pass","fail","todo","skip","plan","spec" "S01", 0, 0, 0, 0, 0, 61 -"S02", 3172, 14, 121, 385, 3692, 4473 +"S02", 3172, 14, 121, 385, 3692, 4475 "S03", 3675, 0, 198, 407, 4280, 4665 "S04", 800, 0, 35, 60, 895, 1038 "S05", 4111, 7, 117, 227, 4462, 5829 @@ -5972,7 +5970,7 @@ integration/weird-errors.niecza.................... 4 0 1 3 8 "S09", 66, 0, 1, 8, 75, 197 "S10", 35, 0, 5, 19, 59, 128 "S11", 0, 0, 0, 0, 0, 139 -"S12", 785, 0, 65, 179, 1029, 1407 +"S12", 784, 1, 65, 179, 1029, 1407 "S13", 31, 0, 1, 10, 42, 80 "S14", 168, 0, 1, 11, 180, 328 "S16", 185, 0, 5, 41, 231, 302 @@ -5984,7 +5982,7 @@ integration/weird-errors.niecza.................... 4 0 1 3 8 "S29", 304, 2, 2, 10, 318, 350 "S32", 6754, 0, 137, 285, 7176, 7051 "int", 462, 10, 22, 27, 521, 571 -"total", 21340, 33, 769, 1831, 23973, 28490 +"total", 21339, 34, 769, 1831, 23973, 28492 ---------------- Failure summary: S02-names-vars/varnames.niecza aborted 14 test(s) @@ -5995,6 +5993,7 @@ S05-mass/rx.niecza 428 - sigspace (:s) S05-mass/rx.niecza 433 - sigspace (:sigspace) S05-mass/rx.niecza 436 - sigspace (:sigspace) S05-modifier/sigspace.t 10 - inline :s doesn't imply <.ws> immediately (-) +S12-methods/topic.t 1 - $_ is not set in methods... S29-context/exit.t 2 - exit 5; works S29-context/exit.t 3 - try-block does not catch exit exceptions integration/role-composition-vs-attribute.t aborted 10 test(s) diff --git a/perl6_pass_rates.csv b/perl6_pass_rates.csv index b267ef87..e79a1ed4 100644 --- a/perl6_pass_rates.csv +++ b/perl6_pass_rates.csv @@ -1,4 +1,9 @@ Impl,date,percentage,"roast sha1",pass,fail,todo,skip,plan,spec,notes +niecza,2013-12-31,75.28%,0215ddd,21339,34,769,1831,23973,28492, +pugs,2013-12-31,28.48%,0215ddd,8074,2136,3108,1427,14745,28377, +rakudo.jvm,2013-12-31,87.36%,0215ddd,24762,3494,591,1561,29813,28494, +rakudo.moar,2013-12-31,00.00%,0215ddd,0,26563,0,0,26563,28271, +rakudo.parrot,2013-12-31,100.00%,0215ddd,28345,1,667,1458,30471,28494, niecza,2013-12-30,75.01%,5ffc8ff,21340,33,769,1831,23973,28490, pugs,2013-12-30,28.40%,5ffc8ff,8080,2130,3108,1427,14745,28375, rakudo.jvm,2013-12-30,100.00%,5ffc8ff,28448,25,669,1512,30654,28492, diff --git a/pugs_summary.out b/pugs_summary.out index 1bf9e188..66efe26d 100644 --- a/pugs_summary.out +++ b/pugs_summary.out @@ -56,9 +56,9 @@ perl: warning: Please check that your locale settings: are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). # Expected: 'Just another Pugs hacker' -# Actual: 'CODE(0x3c0c798)' +# Actual: 'CODE(0x3e8b798)' # Expected: 'Just another Pugs hacker' -# Actual: 'CODE(0x3c0cb58)' +# Actual: 'CODE(0x3e8bb58)' # Expected: '[]' # Actual: '["foo", "hate"]' 2 0 3 0 5 @@ -330,11 +330,11 @@ perl: warning: Please check that your locale settings: are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). # Actual: No exception thrown -# Actual: No exception thrown # Actual: No exception thrown 17 0 3 0 20 1 todo : unspecced by Christmas - 2 todo : fix by Christmas + 1 todo : fix by Christmas + 1 todo PASSED: fix by Christmas S02-literals/subscript.pugs........................perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -33450,7 +33450,7 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). -# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = , pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = })]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = , pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = })])}]) +# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = , pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = })]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = , pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = })])}]) # Expected: 'undef' # Actual: '(Scalar)' # Expected: 'undef' @@ -33715,7 +33715,8 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). -# Actual: No exception thrown +# Expected: 'Nil' +# Actual: 'Scalar' 1 0 1 0 2 1 todo : outdated semantics by Christmas S12-methods/typed-attributes.t.....................perl: warning: Setting locale failed. @@ -33947,7 +33948,7 @@ perl: warning: Please check that your locale settings: are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). # Running under darwin -# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.22711.68 +# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.4563.950 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -33955,7 +33956,7 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). -# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.22711.68 +# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.4563.950 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -33963,7 +33964,7 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). -# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.22711.68 +# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.4563.950 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -33971,7 +33972,7 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). -# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.22711.68 +# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.4563.950 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -33979,7 +33980,7 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). -# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.22711.68 +# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.4563.950 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -33987,7 +33988,7 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). -# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.22711.68 +# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.4563.950 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -33995,7 +33996,7 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). -# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.22711.68 +# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.4563.950 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -34382,7 +34383,7 @@ perl: warning: Falling back to the standard locale ("C"). # Actual: undef # Actual: undef pugs: out of memory (requested 1048576 bytes) - 21 7 4 15 47 + 15 13 4 15 47 1 skipped: .Str 1 skipped: Nil 7 skipped: NYI @@ -34390,7 +34391,7 @@ pugs: out of memory (requested 1048576 bytes) 3 skipped: pick not defined: VNum Infinity 1 skipped: autothread 4 todo : fix by Christmas - 7 tests aborted (missing ok/not ok) + 13 tests aborted (missing ok/not ok) S32-list/reduce.pugs...............................perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", @@ -35343,7 +35344,7 @@ Error eval perl5: "if (!$INC{'Pugs/Runtime/Match/HsBridge.pm'}) { ---------------- "Synopsis", "pass","fail","todo","skip","plan","spec" "S01", 19, 8, 8, 12, 47, 79 -"S02", 1061, 633, 256, 312, 2262, 4601 +"S02", 1061, 633, 256, 312, 2262, 4603 "S03", 1298, 831, 145, 195, 2469, 4665 "S04", 479, 0, 98, 88, 665, 1038 "S05", 2197, 29, 2196, 47, 4469, 5829 @@ -35362,9 +35363,9 @@ Error eval perl5: "if (!$INC{'Pugs/Runtime/Match/HsBridge.pm'}) { "S26", 0, 0, 0, 0, 0, 266 "S28", 4, 0, 0, 1, 5, 13 "S29", 19, 18, 1, 5, 43, 94 -"S32", 1958, 381, 187, 524, 3050, 7062 +"S32", 1952, 387, 187, 524, 3050, 7062 "int", 117, 31, 32, 23, 203, 561 -"total", 8080, 2130, 3108, 1427, 14745, 28375 +"total", 8074, 2136, 3108, 1427, 14745, 28377 ---------------- Failure summary: S01-perl-5-integration/basic.pugs 4 - %h.kv received as hash (key) @@ -35421,7 +35422,7 @@ S24-testing/1-basic.pugs aborted 60 test(s) S29-context/eval.pugs aborted 18 test(s) S32-list/join.pugs 33 - "foo".join(":") should be the same as join(":", "foo") S32-list/join.pugs 34 - ("foo").join(":") should be the same as join(":", "foo") -S32-list/pick.pugs aborted 7 test(s) +S32-list/pick.pugs aborted 13 test(s) S32-scalar/undef.pugs aborted 86 test(s) S32-str/append.t aborted 7 test(s) S32-str/capitalize.pugs aborted 17 test(s) diff --git a/rakudo.jvm_summary.out b/rakudo.jvm_summary.out index 03121331..2e1aa75a 100644 --- a/rakudo.jvm_summary.out +++ b/rakudo.jvm_summary.out @@ -5,28 +5,84 @@ S01-perl-5-integration/basic.rakudo.jvm............ 0 0 0 20 20 pass fail todo skip plan S02-lexical-conventions/begin_end_pod.t............ 1 0 0 0 1 S02-lexical-conventions/bom.t...................... 1 0 0 0 1 -S02-lexical-conventions/comments.rakudo.jvm........ 48 0 2 0 50 +S02-lexical-conventions/comments.rakudo.jvm........Saw 3 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub lives_ok (from Test) called at: + t/spec/S02-lexical-conventions/comments.rakudo.jvm, line 158 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub eval (from GLOBAL) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 48 0 2 0 50 1 todo : nom regression 1 todo : NYI S02-lexical-conventions/end-pod.t.................. 1 0 0 0 1 -S02-lexical-conventions/minimal-whitespace.t....... 9 0 0 0 9 -S02-lexical-conventions/one-pass-parsing.t......... 1 0 0 0 1 +S02-lexical-conventions/minimal-whitespace.t.......Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 +S02-lexical-conventions/one-pass-parsing.t.........Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 0 1 0 0 1 + 1 tests aborted (missing ok/not ok) S02-lexical-conventions/pod-in-multi-line-exprs.t.. 3 0 0 0 3 -S02-lexical-conventions/sub-block-parsing.rakudo... 7 0 0 2 9 +S02-lexical-conventions/sub-block-parsing.rakudo...Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 2 9 1 skipped: confused near "(sub{ 42 }" 1 skipped: confused near "(sub { 42 " -S02-lexical-conventions/unicode-whitespace.t....... 52 0 0 0 52 -S02-lexical-conventions/unicode.rakudo.jvm......... 35 0 1 2 38 +S02-lexical-conventions/unicode-whitespace.t....... 0 52 0 0 52 +S02-lexical-conventions/unicode.rakudo.jvm.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 35 0 1 2 38 2 skipped: VOWEL SIGNs in identifiers 1 todo : PS does not work to separate lines -S02-lexical-conventions/unspace.rakudo.jvm......... 60 0 0 18 78 - 3 skipped: indirect method calls +S02-lexical-conventions/unspace.rakudo.jvm.........Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 45 0 3 78 1 skipped: .++ does not work - 4 skipped: =for pod not implemented (in STD.pm) - 5 skipped: parse error 1 skipped: parse fail 1 skipped: unimplemented - 3 skipped: pod and unspace + 45 tests aborted (missing ok/not ok) S02-lists/tree.rakudo.jvm.......................... 8 0 0 1 9 1 skipped: Any.tree(*@list) NYI S02-literals/array-interpolation.t................. 12 0 0 0 12 @@ -36,37 +92,135 @@ use of uninitialized value of type Any in string context S02-literals/char-by-name.rakudo.jvm............... 8 0 0 2 10 1 skipped: \c[LF] not valid 1 skipped: \c[LINE FEED] not valid -S02-literals/char-by-number.rakudo.jvm............. 38 0 4 0 42 +S02-literals/char-by-number.rakudo.jvm.............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 38 0 4 0 42 4 todo : Detecting malformed escape sequences NYI -S02-literals/fmt-interpolation.t................... 11 0 0 0 11 +S02-literals/fmt-interpolation.t...................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 8 3 0 0 11 + 3 tests aborted (missing ok/not ok) S02-literals/hash-interpolation.t.................. 10 0 0 0 10 S02-literals/hex_chars.t........................... 4 0 0 0 4 -S02-literals/listquote-whitespace.rakudo.jvm....... 11 0 1 0 12 - 1 todo : \xa0 should not be a separator for list quotes -S02-literals/listquote.rakudo.jvm.................. 18 0 4 1 23 +S02-literals/listquote-whitespace.rakudo.jvm.......Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16859 + in block at t/spec/S02-literals/listquote-whitespace.rakudo.jvm:43 + in block at gen/jvm/CORE.setting:7346 + in block at gen/jvm/CORE.setting:7210 + in method gimme at gen/jvm/CORE.setting:7628 + + 0 12 0 0 12 + 12 tests aborted (missing ok/not ok) +S02-literals/listquote.rakudo.jvm..................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 14 1 1 23 1 skipped: meta operators - 3 todo : magic type of <...> contents 1 todo : unknown errors -S02-literals/misc-interpolation.t.................. 46 0 0 0 46 -S02-literals/numeric.t............................. 22 0 0 0 22 + 14 tests aborted (missing ok/not ok) +S02-literals/misc-interpolation.t..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 46 0 0 0 46 +S02-literals/numeric.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 0 0 22 S02-literals/pair-boolean.t........................ 6 0 0 0 6 S02-literals/pairs.rakudo.jvm......................use of uninitialized value of type Bool in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Method gimme (from List) called at: + t/spec/S02-literals/pairs.rakudo.jvm, line 168 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 75 0 2 2 79 1 skipped: reduce meta op 1 skipped: prefix:<|> 1 todo : reduce meta op 1 todo : prefix:<|> -S02-literals/quoting-unicode.rakudo.jvm............ 72 0 0 1 73 +S02-literals/quoting-unicode.rakudo.jvm............Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Method gimme (from List) called at: + t/spec/S02-literals/quoting-unicode.rakudo.jvm, line 63 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 72 0 0 1 73 1 skipped: Parse failure -S02-literals/quoting.rakudo.jvm.................... 144 0 8 3 155 +S02-literals/quoting.rakudo.jvm....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 143 1 8 3 155 3 skipped: \c@ etc 1 todo : retriage 1 todo : «...» 2 todo : q:x assigned to array 4 todo : quoting adverbs -S02-literals/radix.rakudo.jvm...................... 129 0 5 0 134 +S02-literals/radix.rakudo.jvm......................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16859 + in block at t/spec/S02-literals/radix.rakudo.jvm:227 + in block at gen/jvm/CORE.setting:7346 + in block at gen/jvm/CORE.setting:7210 + in method gimme at gen/jvm/CORE.setting:7628 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 94 35 5 0 134 4 todo : Some question of what this form should actually do 1 todo : Really?! + 35 tests aborted (missing ok/not ok) S02-literals/string-interpolation.t................Potential difficulties: Leading 0 does not indicate octal in Perl 6; please use 0o1 if you mean that at t/spec/S02-literals/string-interpolation.t:10 @@ -87,11 +241,41 @@ S02-literals/string-interpolation.t................Potential difficulties: at t/spec/S02-literals/string-interpolation.t:12 ------>  is "{;;;;;;\01⏏;42}", "42", '{\\01 parses correctly (3) 14 0 0 0 14 -S02-literals/sub-calls.t...........................use of uninitialized value of type Nil in numeric context - 19 1 0 0 20 -S02-literals/subscript.t........................... 2 0 0 0 2 -S02-literals/types.t............................... 7 0 0 0 7 -S02-literals/underscores.t......................... 19 0 0 0 19 +S02-literals/sub-calls.t...........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S02-literals/sub-calls.t:18 + + 0 20 0 0 20 + 20 tests aborted (missing ok/not ok) +S02-literals/subscript.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S02-literals/subscript.t, line 7 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S02-literals/types.t...............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 0 7 +S02-literals/underscores.t.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 19 0 0 0 19 S02-literals/version.rakudo.jvm.................... 25 0 3 0 28 3 todo : trailing zeroes fail S02-magicals/args.t................................ 6 0 0 0 6 @@ -99,9 +283,17 @@ S02-magicals/config.rakudo.jvm..................... 3 0 0 2 5 2 skipped: unimpl $?OS S02-magicals/dollar-underscore.rakudo.jvm.......... 8 0 0 1 9 1 skipped: for() with nullary block -S02-magicals/dollar_bang.rakudo.jvm................ 15 0 1 0 16 +S02-magicals/dollar_bang.rakudo.jvm................ 14 1 1 0 16 1 todo : stringification of $! -S02-magicals/env.rakudo.jvm........................ 16 0 0 1 17 +S02-magicals/env.rakudo.jvm........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 0 1 17 1 skipped: import keyword S02-magicals/file_line.t........................... 2 0 0 0 2 S02-magicals/pid.t................................. 1 0 0 0 1 @@ -110,10 +302,36 @@ S02-magicals/sub.t................................. 6 0 0 0 6 S02-magicals/vm.t.................................. 3 0 0 0 3 S02-names-vars/contextual.t........................ 23 0 0 0 23 S02-names-vars/fmt.t............................... 21 0 0 0 21 -S02-names-vars/list_array_perl.rakudo.jvm.......... 18 0 1 2 21 +S02-names-vars/list_array_perl.rakudo.jvm..........Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S02-names-vars/list_array_perl.rakudo.jvm:67 + +Saw 1 call to deprecated code during execution. +================================================================================ +Method gimme (from List) called at: + t/spec/S02-names-vars/list_array_perl.rakudo.jvm, line 30 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 15 4 0 2 21 2 skipped: recursive data structure - 1 todo : List.perl bug -S02-names-vars/names.rakudo.jvm.................... 127 0 2 13 142 + 4 tests aborted (missing ok/not ok) +S02-names-vars/names.rakudo.jvm....................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S02-names-vars/names.rakudo.jvm, line 73 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 126 1 2 13 142 4 skipped: ::{ } package lookup NYI 2 skipped: this kind of lookup NYI 7 skipped: package variable autovivification @@ -123,25 +341,75 @@ S02-names-vars/perl.rakudo.jvm.....................useless use of 'is rw' on $!p use of uninitialized value of type Mu in string context use of uninitialized value of type Mu in string context use of uninitialized value of type Mu in string context - 97 1 0 6 104 +Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S02-names-vars/perl.rakudo.jvm:93 + +Saw 1 call to deprecated code during execution. +================================================================================ +Method gimme (from List) called at: + t/spec/S02-names-vars/perl.rakudo.jvm, line 56 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 82 0 0 4 0 2 skipped: {...}.perl does not work 2 skipped: recursive data structure - 2 skipped: RT 67790 + 86 tests more than planned were run S02-names-vars/signature.rakudo.jvm................ 11 0 2 0 13 2 todo : eqv on signatures -S02-names-vars/variables-and-packages.rakudo.jvm... 32 0 3 3 38 +S02-names-vars/variables-and-packages.rakudo.jvm...Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 32 0 3 3 38 3 skipped: nom regression 3 todo : nom regression -S02-names-vars/varnames.rakudo.jvm................. 18 0 0 2 20 +S02-names-vars/varnames.rakudo.jvm.................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub throws_like (from Test::Util) called at: + t/spec/S02-names-vars/varnames.rakudo.jvm, line 20 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 18 0 0 2 20 2 skipped: cannot easily override [] at the moment S02-names/bare-sigil.t............................. 10 0 0 0 10 S02-names/caller.t................................. 15 0 0 0 15 -S02-names/identifier.t............................. 22 0 0 0 22 +S02-names/identifier.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 0 0 22 S02-names/indirect.t............................... 6 0 0 0 6 S02-names/is_default.t............................. 114 0 0 0 114 S02-names/is_dynamic.t............................. 22 0 0 0 22 S02-names/name.t................................... 15 0 0 0 15 -S02-names/our.rakudo.jvm........................... 8 0 0 2 10 +S02-names/our.rakudo.jvm...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 2 10 1 skipped: Null PMC access in invoke() 1 skipped: OUR::subname() does not work S02-names/pseudo.rakudo.jvm........................use of uninitialized value of type Any in string context @@ -152,9 +420,14 @@ use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context - 46 0 8 88 142 +Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S02-names/pseudo.rakudo.jvm:377 + + 42 10 8 82 142 19 skipped: CORE NYI - 6 skipped: SETTING NYI 36 skipped: various issues, skipping all for now 4 skipped: the binding in here is NYI 23 skipped: various issues to resolve @@ -163,20 +436,46 @@ use of uninitialized value of type Any in string context 1 todo : interpolation and auto-viv NYI 2 todo : these tests disagree with STD 2 todo : not entirely sure these make sense... -S02-names/symbolic-deref.rakudo.jvm................ 30 0 2 3 35 + 10 tests aborted (missing ok/not ok) +S02-names/symbolic-deref.rakudo.jvm................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 2 3 35 2 skipped: NYI 1 skipped: no such symbol 1 todo : NYI 1 todo : no such symbol -S02-one-pass-parsing/less-than.t................... 9 0 0 0 9 +S02-one-pass-parsing/less-than.t...................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 3 6 0 0 9 + 6 tests aborted (missing ok/not ok) S02-packages/package-lookup.t...................... 7 0 0 0 7 S02-types/anon_block.rakudo.jvm....................WARNINGS: Useless use of "," in expression "{$foo4 = \"blah\"}," in sink context (line 86) - 39 0 1 2 42 - 2 skipped: tests don't work if previous test fails - 1 todo : Parrot support for zero-arg subs? -S02-types/array.rakudo.jvm......................... 97 0 0 2 99 - 2 skipped: multi-dim arrays +Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S02-types/anon_block.rakudo.jvm:36 + + 6 36 0 0 42 + 36 tests aborted (missing ok/not ok) +S02-types/array.rakudo.jvm.........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S02-types/array.rakudo.jvm:39 + + 4 95 0 0 99 + 95 tests aborted (missing ok/not ok) S02-types/array_extending.t........................use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context @@ -186,11 +485,27 @@ S02-types/array_ref.t.............................. 45 0 0 0 45 S02-types/assigning-refs.rakudo.jvm................ 15 0 3 0 18 3 todo : non-flattening hash refs S02-types/autovivification.t....................... 25 0 0 0 25 -S02-types/bag.rakudo.jvm........................... 166 0 2 5 173 +S02-types/bag.rakudo.jvm...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub lives_ok (from Test) called at: + t/spec/S02-types/bag.rakudo.jvm, line 210 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 166 0 2 5 173 3 skipped: No longer Iterable 2 skipped: Odd number of elements 2 todo : Not properly interpolating -S02-types/baghash.rakudo.jvm....................... 193 0 6 26 225 +S02-types/baghash.rakudo.jvm.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub lives_ok (from Test) called at: + t/spec/S02-types/baghash.rakudo.jvm, line 214 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 193 0 6 26 225 21 skipped: 'is ObjectType' NYI 3 skipped: No longer Iterable 2 skipped: Odd number of elements @@ -230,22 +545,40 @@ S02-types/declare.rakudo.jvm....................... 52 0 2 24 78 1 skipped: CharLingua not implemented 1 todo : int not implemented 1 todo : num not implemented -S02-types/deprecations.rakudo.jvm.................. 0 0 0 27 27 - 27 skipped: tracebacks in deprecations +S02-types/deprecations.rakudo.jvm.................. 0 0 0 29 29 + 29 skipped: tracebacks in deprecations S02-types/fatrat.t................................. 1 0 0 0 1 S02-types/flattening.t............................. 37 0 0 0 37 S02-types/hash.rakudo.jvm..........................use of uninitialized value of type Failure in string context +Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S02-types/hash.rakudo.jvm, line 199 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 87 0 1 0 88 1 todo : auto-vivified binding does not work yet S02-types/hash_ref.t............................... 31 0 0 0 31 S02-types/infinity.rakudo.jvm...................... 6 0 3 4 13 4 skipped: integer Inf 3 todo : Int conversion of NaN and Inf -S02-types/instants-and-durations.t................. 12 0 0 0 12 +S02-types/instants-and-durations.t.................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 3 9 0 0 12 + 9 tests aborted (missing ok/not ok) S02-types/isDEPRECATED.rakudo.jvm..................Cannot look up attributes in a type object - in sub infix:<<> at gen/jvm/CORE.setting:4164 - in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2325 - in sub DEPRECATED at gen/jvm/CORE.setting:16842 + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 in block at gen/jvm/CORE.setting:128 in block at t/spec/S02-types/isDEPRECATED.rakudo.jvm:20 @@ -254,9 +587,25 @@ S02-types/isDEPRECATED.rakudo.jvm..................Cannot look up attributes in S02-types/lazy-lists.t............................. 19 0 0 0 19 S02-types/lists.rakudo.jvm.........................use of uninitialized value of type Parcel in string context use of uninitialized value of type Parcel in string context - 25 0 0 3 28 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 23 2 0 3 28 3 skipped: list binding -S02-types/mix.rakudo.jvm........................... 146 0 2 5 153 +S02-types/mix.rakudo.jvm...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub lives_ok (from Test) called at: + t/spec/S02-types/mix.rakudo.jvm, line 211 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 146 0 2 5 153 3 skipped: No longer Iterable 2 skipped: Odd number of elements 2 todo : Not properly interpolating @@ -265,38 +614,28 @@ use of uninitialized value of type Any in string context 77 0 3 0 80 2 todo : unknown 1 todo : isa hash -S02-types/mixhash.rakudo.jvm....................... 160 0 4 26 190 +S02-types/mixhash.rakudo.jvm.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub lives_ok (from Test) called at: + t/spec/S02-types/mixhash.rakudo.jvm, line 219 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 160 0 4 26 190 21 skipped: 'is ObjectType' NYI 3 skipped: No longer Iterable 2 skipped: Odd number of elements 2 todo : Needs to catch up with spec 2 todo : in flux -S02-types/multi_dimensional_array.rakudo.jvm.......WARNINGS: -Useless use of constant integer 1 in sink context (line 1) -WARNINGS: -Useless use of constant integer 1 in sink context (line 1) -WARNINGS: -Useless use of constant integer 1 in sink context (line 1) -WARNINGS: -Useless use of constant integer 0 in sink context (line 1) -WARNINGS: -Useless use of constant integer 0 in sink context (line 1) -WARNINGS: -Useless use of constant integer 0 in sink context (line 1) -use of uninitialized value of type Any in string context -use of uninitialized value of type Any in string context -WARNINGS: -Useless use of constant integer 1 in sink context (line 1) -WARNINGS: -Useless use of constant integer 1 in sink context (line 1) -WARNINGS: -Useless use of constant integer 1 in sink context (line 1) -use of uninitialized value of type Any in string context -use of uninitialized value of type Any in string context - 21 0 10 10 41 +S02-types/multi_dimensional_array.rakudo.jvm.......Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 5 26 0 10 41 10 skipped: Parse Error: Statement not terminated properly - 1 todo : nom regression - 9 todo : Null PMC access in find_method() + 26 tests aborted (missing ok/not ok) S02-types/nan.rakudo.jvm........................... 18 0 1 2 21 1 skipped: unspecced and inconsistent 1 skipped: RT 83446 @@ -305,35 +644,93 @@ S02-types/native.rakudo.jvm........................ 25 0 0 2 27 2 skipped: RT 102416 S02-types/nested_arrays.t.......................... 8 0 0 0 8 S02-types/nested_pairs.t........................... 14 0 0 0 14 -S02-types/nil.rakudo.jvm...........................use of uninitialized value of type Any in string context -use of uninitialized value of type Any in string context - 41 0 6 1 48 - 1 skipped: triage - 6 todo : triage -S02-types/num.t.................................... 65 0 0 0 65 -S02-types/pair.rakudo.jvm.......................... 94 0 1 2 97 +S02-types/nil.rakudo.jvm...........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 5 43 0 0 48 + 43 tests aborted (missing ok/not ok) +S02-types/num.t....................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 0 65 0 0 65 + 65 tests aborted (missing ok/not ok) +S02-types/pair.rakudo.jvm..........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 94 0 1 2 97 2 skipped: method($invocant:) syntax missing 1 todo : should it really have \n on the end? S02-types/parcel.t................................. 44 0 0 0 44 S02-types/parsing-bool.t........................... 4 0 0 0 4 -S02-types/range.t..................................use of uninitialized value of type Range in numeric context - 129 0 0 0 129 -S02-types/set.rakudo.jvm........................... 135 0 12 4 151 +S02-types/range.t..................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S02-types/range.t:55 + + 16 113 0 0 129 + 113 tests aborted (missing ok/not ok) +S02-types/set.rakudo.jvm...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub lives_ok (from Test) called at: + t/spec/S02-types/set.rakudo.jvm, line 182 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 135 0 12 4 151 1 skipped: Set is no longer Iterable 3 skipped: Odd number of elements 2 todo : Not properly interpolating 10 todo : Hypers not yet Set compatible -S02-types/sethash.rakudo.jvm....................... 169 0 2 11 182 +S02-types/sethash.rakudo.jvm.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub lives_ok (from Test) called at: + t/spec/S02-types/sethash.rakudo.jvm, line 196 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 169 0 2 11 182 10 skipped: 'is ObjectType' NYI 1 skipped: no longer Iterable 2 todo : Not up to current spec -S02-types/sigils-and-types.rakudo.jvm.............. 26 0 2 0 28 - 1 todo : Capture does Associative - 1 todo : Capture does Positional +S02-types/sigils-and-types.rakudo.jvm..............Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 5 23 0 0 28 + 23 tests aborted (missing ok/not ok) S02-types/subscripts_and_context.t................. 8 0 0 0 8 -S02-types/subset.rakudo.jvm........................ 42 0 0 1 43 +S02-types/subset.rakudo.jvm........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 42 0 0 1 43 1 skipped: (noauto) succeeds for the wrong reason (need to test the error) -S02-types/type.rakudo.jvm.......................... 49 0 1 0 50 +S02-types/type.rakudo.jvm..........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 49 0 1 0 50 1 todo : nigh S02-types/undefined-types.rakudo.jvm...............use of uninitialized value of type Int in string context use of uninitialized value of type Int in string context @@ -358,26 +755,72 @@ use of uninitialized value of type Int in string context 45 0 4 0 49 4 todo : .clone doesn't copy typedness S02-types/version.t................................ 35 0 0 0 35 -S02-types/whatever.rakudo.jvm...................... 77 0 1 5 83 +S02-types/whatever.rakudo.jvm......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 77 0 1 5 83 5 skipped: currying plus meta ops 1 todo : * as dummy pass fail todo skip plan S03-binding/arrays.t...............................use of uninitialized value of type Any in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 47 0 0 0 47 S03-binding/attributes.rakudo.jvm.................. 9 0 0 3 12 3 skipped: class attributes -S03-binding/closure.t.............................. 8 0 0 0 8 -S03-binding/hashes.rakudo.jvm...................... 38 0 0 1 39 +S03-binding/closure.t..............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 0 8 0 0 8 + 8 tests aborted (missing ok/not ok) +S03-binding/hashes.rakudo.jvm......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 38 0 0 1 39 1 skipped: without fudging 1 rakudo test, the whole file fails? S03-binding/nested.t............................... 43 0 0 0 43 S03-binding/ro.rakudo.jvm.......................... 3 0 6 0 9 4 todo : ::= on arrays 2 todo : nom regression -S03-binding/scalars.rakudo.jvm..................... 22 0 2 9 33 +S03-binding/scalars.rakudo.jvm.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 2 9 33 2 skipped: List binding 7 skipped: list binding 2 todo : nom regression -S03-feeds/basic.rakudo.jvm......................... 10 0 7 8 25 +S03-feeds/basic.rakudo.jvm.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 7 8 25 4 skipped: double-ended feeds 4 skipped: * feeds 1 todo : isn't lazy @@ -392,10 +835,13 @@ S03-junctions/misc.rakudo.jvm...................... 95 0 4 4 103 4 skipped: lower case junction 2 todo : lower case junction type 2 todo : nom regression -S03-metaops/cross.rakudo.jvm....................... 24 0 3 1 28 - 1 skipped: .slice for iterators NYI - 1 todo : RT 74072 - 2 todo : huh? +S03-metaops/cross.rakudo.jvm.......................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 0 28 0 0 28 + 28 tests aborted (missing ok/not ok) S03-metaops/eager-hyper.rakudo.jvm................. 5 0 1 2 8 2 skipped: hyper prefix NYI 1 todo : Array assignment is not lazy -- is this test wrong? @@ -403,12 +849,28 @@ S03-metaops/hyper.rakudo.jvm.......................use of uninitialized value of use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 269 0 6 6 281 1 skipped: eval(Buf) 3 skipped: huh? 2 skipped: nom regression: possible spec change/improvement 6 todo : nom regression - whatever extension -S03-metaops/not.t.................................. 33 0 0 0 33 +S03-metaops/not.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 33 0 0 0 33 S03-metaops/reduce.rakudo.jvm......................use of uninitialized value of type Int in string context use of uninitialized value of type Int in string context use of uninitialized value of type Int in string context @@ -426,21 +888,42 @@ use of uninitialized value of type Any in string context 2 todo : huh? 2 todo : orelse 1 todo : reduced hyper op -S03-metaops/reverse.t.............................. 34 0 0 0 34 -S03-metaops/zip.rakudo.jvm......................... 18 0 4 2 24 - 2 skipped: nom regression - 4 todo : nom regression -S03-operators/adverbial-modifiers.rakudo.jvm.......use of uninitialized value of type Any in string context -use of uninitialized value of type Any in string context -use of uninitialized value of type Any in string context -use of uninitialized value of type Any in string context -use of uninitialized value of type Any in string context - 37 0 5 0 42 - 5 todo : Multi colonpair syntax not yet understood +S03-metaops/reverse.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 34 0 0 0 34 +S03-metaops/zip.rakudo.jvm.........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 0 24 0 0 24 + 24 tests aborted (missing ok/not ok) +S03-operators/adverbial-modifiers.rakudo.jvm.......Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S03-operators/adverbial-modifiers.rakudo.jvm:43 + + 11 31 0 0 42 + 31 tests aborted (missing ok/not ok) S03-operators/also.rakudo.jvm...................... 4 0 4 0 8 4 todo : nom regression S03-operators/andthen.t............................ 8 0 0 0 8 -S03-operators/arith.t.............................. 144 0 0 0 144 +S03-operators/arith.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 144 0 0 0 144 S03-operators/assign-is-not-binding.t.............. 8 0 0 0 8 S03-operators/assign.rakudo.jvm....................use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context @@ -450,6 +933,14 @@ use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 252 0 22 12 286 3 skipped: expects a term, found infix >= instead 3 skipped: Two terms in a row @@ -466,7 +957,15 @@ use of uninitialized value of type Any in string context 1 todo : huh? 1 todo : item/list assignment S03-operators/autoincrement-range.t................ 96 0 0 0 96 -S03-operators/autoincrement.t...................... 78 0 0 0 78 +S03-operators/autoincrement.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 78 0 0 0 78 S03-operators/autovivification.t...................use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in string context @@ -476,16 +975,46 @@ S03-operators/bag.rakudo.jvm....................... 92 0 0 16 108 S03-operators/basic-types.t........................ 19 0 0 0 19 S03-operators/bit.t................................ 33 0 0 0 33 S03-operators/boolean-bitwise.t.................... 45 0 0 0 45 -S03-operators/brainos.t............................ 9 0 0 0 9 +S03-operators/brainos.t............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S03-operators/brainos.t:28 + + 2 7 0 0 9 + 5 tests aborted (missing ok/not ok) S03-operators/buf.t................................ 34 0 0 0 34 -S03-operators/chained-declarators.t................ 5 0 0 0 5 +S03-operators/chained-declarators.t................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 0 5 S03-operators/cmp.t................................ 22 0 0 0 22 S03-operators/comparison-simple.t.................. 24 0 0 0 24 S03-operators/comparison.rakudo.jvm................ 37 0 4 0 41 4 todo : nom regression -S03-operators/context-forcers.rakudo.jvm........... 95 0 0 2 97 +S03-operators/context-forcers.rakudo.jvm...........Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S03-operators/context-forcers.rakudo.jvm:157 + + 60 35 0 2 97 2 skipped: failure modes of Str.Numeric -S03-operators/context.t............................ 32 0 0 0 32 + 35 tests aborted (missing ok/not ok) +S03-operators/context.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 32 0 0 0 32 S03-operators/div.t................................ 6 0 0 0 6 S03-operators/equality.t...........................use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context @@ -561,15 +1090,43 @@ S03-operators/gcd.t................................ 16 0 0 0 16 S03-operators/identity.rakudo.jvm.................. 37 0 8 0 45 4 todo : unspecced 4 todo : misuse of =:= -S03-operators/increment.rakudo.jvm................. 30 0 1 0 31 +S03-operators/increment.rakudo.jvm.................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 1 0 31 1 todo : nom regression S03-operators/inplace.rakudo.jvm................... 23 0 0 4 27 4 skipped: Method '' not found for invocant of class 'Str' -S03-operators/is-divisible-by.rakudo.jvm........... 14 0 1 0 15 +S03-operators/is-divisible-by.rakudo.jvm...........Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S03-operators/is-divisible-by.rakudo.jvm, line 33 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 1 0 15 1 todo : not sure why this doesn't fire S03-operators/lcm.t................................ 15 0 0 0 15 S03-operators/list-quote-junction.t................ 16 0 0 0 16 -S03-operators/minmax.rakudo.jvm.................... 21 0 4 0 25 +S03-operators/minmax.rakudo.jvm....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 4 0 25 2 todo : Annoying test that we haven't done the obvious yet unspecced, fails because we have indeed done the obvious 2 todo : max/min non-associative NYI S03-operators/misc.rakudo.jvm...................... 32 0 1 0 33 @@ -579,15 +1136,39 @@ S03-operators/nesting.t............................ 26 0 0 0 26 S03-operators/not.rakudo.jvm....................... 21 0 1 0 22 1 todo : RT 65556 S03-operators/overflow.t........................... 98 0 0 0 98 -S03-operators/precedence.rakudo.jvm................ 47 0 4 2 53 +S03-operators/precedence.rakudo.jvm................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 47 0 4 2 53 2 skipped: nom regression 1 todo : list associativity bug 1 todo : RT #77848 2 todo : non-associativeness of infix:<^> and | -S03-operators/range-basic.t........................ 144 0 0 0 144 +S03-operators/range-basic.t........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub throws_like (from Test::Util) called at: + t/spec/S03-operators/range-basic.t, line 120 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 144 0 0 0 144 S03-operators/range-int.t.......................... 480 0 0 0 480 S03-operators/range.rakudo.jvm.....................use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 122 0 2 0 124 2 todo : huh? S03-operators/reduce-le1arg.rakudo.jvm.............use of uninitialized value of type Any in string context @@ -612,20 +1193,48 @@ S03-operators/so.rakudo.jvm........................ 14 0 1 0 15 S03-operators/spaceship-and-containers.t........... 6 0 0 0 6 S03-operators/spaceship.t.......................... 5 0 0 0 5 S03-operators/subscript-adverbs.t.................. 108 0 0 0 108 -S03-operators/subscript-vs-lt.t.................... 4 0 0 0 4 -S03-operators/ternary.t............................ 17 0 0 0 17 +S03-operators/subscript-vs-lt.t....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 0 4 +S03-operators/ternary.t............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S03-operators/ternary.t:66 + + 14 3 0 0 17 + 3 tests aborted (missing ok/not ok) S03-operators/value_equivalence.rakudo.jvm......... 71 0 4 0 75 1 todo : .WHICH based on type names 1 todo : === fail 2 todo : === doesn't work on array references yet S03-sequence/arity-2-or-more.t..................... 19 0 0 0 19 S03-sequence/arity0.t.............................. 13 0 0 0 13 -S03-sequence/basic.rakudo.jvm...................... 127 0 2 0 129 - 1 todo : sequence + last +S03-sequence/basic.rakudo.jvm......................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 87 41 1 0 129 1 todo : mysterious + 41 tests aborted (missing ok/not ok) S03-sequence/limit-arity-2-or-more.t............... 8 0 0 0 8 S03-sequence/misc.rakudo.jvm.......................use of uninitialized value of type Nil in numeric context use of uninitialized value of type Nil in numeric context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 12 0 5 2 19 1 skipped: Slicel lists are NYI 1 skipped: Not enough positional parameters passed; got 0 but expected 1 @@ -655,9 +1264,24 @@ S03-smartmatch/any-type.t.......................... 15 0 0 0 15 S03-smartmatch/array-array.t....................... 36 0 0 0 36 S03-smartmatch/array-hash.t........................ 6 0 0 0 6 S03-smartmatch/capture-signature.t................. 5 0 0 0 5 -S03-smartmatch/disorganized.t...................... 41 0 0 0 41 -S03-smartmatch/hash-hash.rakudo.jvm................ 2 0 2 0 4 - 2 todo : nom regression +S03-smartmatch/disorganized.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 41 0 0 0 41 +S03-smartmatch/hash-hash.rakudo.jvm................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S03-smartmatch/hash-hash.rakudo.jvm:14 + + 1 2 1 0 4 + 1 todo : nom regression + 2 tests aborted (missing ok/not ok) S03-smartmatch/range-range.t....................... 14 0 0 0 14 S03-smartmatch/regex-hash.t........................ 4 0 0 0 4 S03-smartmatch/scalar-hash.t....................... 3 0 0 0 3 @@ -665,20 +1289,49 @@ S03-smartmatch/signature-signature.t............... 5 0 0 0 5 pass fail todo skip plan S04-blocks-and-statements/let.t.................... 12 0 0 0 12 S04-blocks-and-statements/pointy-rw.t.............. 10 0 0 0 10 -S04-blocks-and-statements/pointy.rakudo.jvm........ 15 0 2 0 17 +S04-blocks-and-statements/pointy.rakudo.jvm........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 15 0 2 0 17 1 todo : pointy blocks and last/redo 1 todo : &?ROUTINE -S04-blocks-and-statements/temp.rakudo.jvm.......... 30 0 6 0 36 - 6 todo : TEMP phasers NYI +S04-blocks-and-statements/temp.rakudo.jvm..........Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 10 26 0 0 36 + 26 tests aborted (missing ok/not ok) S04-declarations/constant.rakudo.jvm...............use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 41 0 4 3 48 2 skipped: binding 1 skipped: unicode constant name 1 todo : constants as type constraints 3 todo : COMPILING -S04-declarations/implicit-parameter.rakudo.jvm..... 16 0 2 0 18 +S04-declarations/implicit-parameter.rakudo.jvm.....Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 2 0 18 2 todo : pointy blocks and $_ S04-declarations/multiple.rakudo.jvm...............Potential difficulties: Redeclaration of symbol $x @@ -692,6 +1345,14 @@ Potential difficulties: Redeclaration of symbol $x at eval_1:1 ------> state $x; state $x⏏ +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 5 0 1 0 6 1 todo : nom regression S04-declarations/my.rakudo.jvm.....................Potential difficulties: @@ -701,31 +1362,44 @@ S04-declarations/my.rakudo.jvm.....................Potential difficulties: Redeclaration of symbol $f at t/spec/S04-declarations/my.rakudo.jvm:160 ------>  my $f⏏; #OK -use of uninitialized value of type Any in string context -use of uninitialized value of type Any in string context -WARNINGS: -Useless use of "," in expression "my $x = 1, my $y = 2" in sink context (line 1) -WARNINGS: -Useless use of "," in expression "my $x = 1, my $y = 2" in sink context (line 1) -WARNINGS: -Useless use of "," in expression "my $x = 1, my $y = 2" in sink context (line 1) -WARNINGS: -Useless use of "," in expression "my $x = 1, my $y = 2" in sink context (line 1) -WARNINGS: -Useless use of "," in expression "my $x = 1, my $y = 2" in sink context (line 1) -WARNINGS: -Useless use of constant integer 1 in sink context (line 1) - 70 0 2 3 75 - 2 skipped: nom regression, OUR:: - 1 skipped: Method 'submethod_table' not found - 1 todo : previous test skipped - 1 todo : fails +Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S04-declarations/my.rakudo.jvm:8 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 1 74 0 0 75 + 74 tests aborted (missing ok/not ok) S04-declarations/our.rakudo.jvm....................use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 32 0 1 0 33 1 todo : our-scoped var in role S04-declarations/state.rakudo.jvm..................use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 33 0 2 5 40 5 skipped: parse error 1 todo : embedded closures in regexen @@ -734,30 +1408,100 @@ S04-declarations/will.rakudo.jvm...................use of uninitialized value of use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S04-declarations/will.rakudo.jvm, line 124 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 10 0 4 3 17 2 skipped: declared variable not visible in block yet 1 skipped: declared variable not visible in block yet# TODO will init NYI 1 todo : will init NYI 1 todo : will post NYI 2 todo : declared variable not visible in block yet -S04-exception-handlers/catch.t..................... 27 0 0 0 27 +S04-exception-handlers/catch.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 27 0 0 0 27 S04-exceptions/fail.rakudo.jvm..................... 11 0 0 2 13 2 skipped: RT 64990 S04-phasers/ascending-order.t...................... 7 0 0 0 7 -S04-phasers/begin.t................................ 9 0 0 0 9 +S04-phasers/begin.t................................ 8 1 0 0 9 S04-phasers/check.t................................ 5 0 0 0 5 S04-phasers/descending-order.t..................... 7 0 0 0 7 -S04-phasers/end.rakudo.jvm......................... 3 0 2 0 5 +S04-phasers/end.rakudo.jvm.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 2 0 5 2 todo : lexicals and eval() S04-phasers/enter-leave.rakudo.jvm................. 17 0 2 2 21 1 skipped: unwind 1 skipped: leave NYI 1 todo : nigh 1 todo : is this spec? why would LEAVE not see outer $!? fossil? -S04-phasers/eval-in-begin.t........................ 3 0 0 0 3 +S04-phasers/eval-in-begin.t........................Saw 2 calls to deprecated code during execution. +================================================================================ +Any add_phaser (from unknown) called at: + src/Perl6/Actions.nqp, line 1320 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 0 0 3 S04-phasers/first.t................................ 4 0 0 0 4 -S04-phasers/in-eval.rakudo.jvm..................... 34 0 1 0 35 - 1 todo : not sure +S04-phasers/in-eval.rakudo.jvm.....................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S04-phasers/in-eval.rakudo.jvm:13 + +Unhandled exception: use of uninitialized value of type Any in string context + in warn (gen/jvm/CORE.setting) + in warn (gen/jvm/CORE.setting) + in Str (gen/jvm/CORE.setting:1000) + in Str (gen/jvm/CORE.setting) + in Stringy (gen/jvm/CORE.setting) + in Stringy (gen/jvm/CORE.setting) + in infix: (gen/jvm/CORE.setting:1414) + in infix: (gen/jvm/CORE.setting) + in is (/home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm:81) + in (t/spec/S04-phasers/in-eval.rakudo.jvm:86) + in (gen/jvm/CORE.setting:10841) + in (gen/jvm/CORE.setting:7346) + in reify (gen/jvm/CORE.setting) + in (gen/jvm/CORE.setting:7210) + in reify (gen/jvm/CORE.setting) + in gimme (gen/jvm/CORE.setting:7628) + in eager (gen/jvm/CORE.setting) + in (gen/jvm/CORE.setting:10836) + in print_exception (gen/jvm/CORE.setting:10843) + in (gen/jvm/CORE.setting) + in command_eval (gen/jvm/stage2/NQPHLL.nqp:1230) + in command_eval (src/Perl6/Compiler.nqp:17) + in command_line (gen/jvm/stage2/NQPHLL.nqp:1171) + in MAIN (gen/jvm/main.nqp:45) + in (gen/jvm/main.nqp:41) + in (gen/jvm/main.nqp) + + 0 35 0 0 35 + 35 tests aborted (missing ok/not ok) S04-phasers/keep-undo.t............................ 12 0 0 0 12 S04-phasers/multiple.t............................. 2 0 0 0 2 S04-phasers/next.rakudo.jvm........................ 10 0 2 1 13 @@ -767,9 +1511,24 @@ S04-phasers/pre-post.rakudo.jvm.................... 19 0 2 1 22 1 skipped: POST and exceptions 1 todo : POST and exceptions 1 todo : nigh -S04-phasers/rvalue.rakudo.jvm...................... 13 0 3 0 16 +S04-phasers/rvalue.rakudo.jvm......................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S04-phasers/rvalue.rakudo.jvm:72 + + 12 1 3 0 16 3 todo : nigh -S04-statement-modifiers/for.t...................... 20 0 0 0 20 + 1 tests aborted (missing ok/not ok) +S04-statement-modifiers/for.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 20 0 0 0 20 S04-statement-modifiers/given.t.................... 5 0 0 0 5 S04-statement-modifiers/if.t....................... 11 0 0 0 11 S04-statement-modifiers/unless.t................... 6 0 0 0 6 @@ -778,13 +1537,29 @@ S04-statement-modifiers/values_in_bool_context.t... 24 0 0 0 24 S04-statement-modifiers/while.t....................use of uninitialized value of type Any in numeric context 5 0 0 0 5 S04-statement-parsing/hash.t....................... 8 0 0 0 8 -S04-statements/do.rakudo.jvm....................... 21 0 0 6 27 +S04-statements/do.rakudo.jvm.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 6 27 1 skipped: last without loop construct 1 skipped: redo without loop construct 3 skipped: Undeclared name A 1 skipped: next without loop construct S04-statements/for-scope.t......................... 16 0 0 0 16 -S04-statements/for.rakudo.jvm...................... 73 0 2 2 77 +S04-statements/for.rakudo.jvm......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 69 4 2 2 77 1 skipped: optional variable in for loop (RT #63994) 1 skipped: maybe bogus, for loops are not supposed to be lazy? 2 todo : RT 113026 array iterator does not track a growing array @@ -792,32 +1567,125 @@ S04-statements/for_with_only_one_item.t............ 9 0 0 0 9 S04-statements/gather.rakudo.jvm................... 26 0 0 2 28 1 skipped: RT #117635 (infinite loop) 1 skipped: unwind -S04-statements/given.t............................. 51 0 0 0 51 -S04-statements/if.t................................ 29 0 0 0 29 +S04-statements/given.t.............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S04-statements/given.t:190 + + 32 19 0 0 51 + 19 tests aborted (missing ok/not ok) +S04-statements/if.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 29 0 0 0 29 S04-statements/last.rakudo.jvm..................... 6 0 0 2 8 2 skipped: last LABEL -S04-statements/loop.rakudo.jvm..................... 14 0 0 1 15 +S04-statements/loop.rakudo.jvm.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 0 1 15 1 skipped: unwind S04-statements/map-and-sort-in-for.t............... 4 0 0 0 4 S04-statements/next.rakudo.jvm..................... 10 0 0 2 12 1 skipped: next BLOCK 1 skipped: next LOOP S04-statements/no-implicit-block.t................. 12 0 0 0 12 -S04-statements/once.t.............................. 21 0 0 0 21 -S04-statements/redo.t.............................. 11 0 0 0 11 -S04-statements/repeat.t............................ 21 0 0 0 21 -S04-statements/return.t............................ 17 0 0 0 17 -S04-statements/sink.rakudo.jvm..................... 1 0 1 0 2 +S04-statements/once.t..............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S04-statements/once.t:9 + + 0 21 0 0 21 + 21 tests aborted (missing ok/not ok) +S04-statements/redo.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 +S04-statements/repeat.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub throws_like (from Test::Util) called at: + t/spec/S04-statements/repeat.t, line 133 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 0 21 +S04-statements/return.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 +S04-statements/sink.rakudo.jvm.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 1 0 1 0 2 1 todo : RT #117235 -S04-statements/terminator.t........................ 15 0 0 0 15 +S04-statements/terminator.t........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S04-statements/terminator.t:38 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 4 0 0 15 + 4 tests aborted (missing ok/not ok) S04-statements/try.rakudo.jvm......................use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context 24 0 1 1 26 1 skipped: Method 'substr' not found 1 todo : RT 111704 -S04-statements/unless.t............................ 10 0 0 0 10 +S04-statements/unless.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 S04-statements/until.t............................. 4 0 0 0 4 -S04-statements/while.t............................. 9 0 0 0 9 +S04-statements/while.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 pass fail todo skip plan S05-capture/caps.rakudo.jvm........................ 38 0 4 0 42 1 todo : return type of .chunks @@ -848,8 +1716,24 @@ S05-grammar/inheritance.rakudo.jvm................. 30 0 1 0 31 1 todo : automatic Grammar superclass S05-grammar/methods.t.............................. 5 0 0 0 5 S05-grammar/namespace.t............................ 5 0 0 0 5 -S05-grammar/parse_and_parsefile.t.................. 12 0 0 0 12 +S05-grammar/parse_and_parsefile.t..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 S05-grammar/polymorphism.t.........................use of uninitialized value of type Any in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 28 0 0 0 28 S05-grammar/protoregex.rakudo.jvm.................. 29 0 1 0 30 1 todo : RT120146 @@ -858,7 +1742,19 @@ S05-grammar/signatures.t........................... 2 0 0 0 2 S05-grammar/ws.rakudo.jvm.......................... 10 0 0 2 12 2 skipped: infinite loop: RT #64094 (noauto) S05-interpolation/lexicals.t....................... 10 0 0 0 10 -S05-interpolation/regex-in-variable.rakudo.jvm..... 30 0 1 3 34 +S05-interpolation/regex-in-variable.rakudo.jvm.....Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub MAKE_REGEX (from GLOBAL) called at: + gen/jvm/CORE.setting, lines 12287,12332 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 1 3 34 3 skipped: instance member interpolation 1 todo : warn on undef S05-mass/charsets.rakudo.jvm....................... 14 0 2 0 16 @@ -897,6 +1793,14 @@ S05-mass/properties-script.rakudo.jvm.............. 326 0 0 35 361 35 skipped: Unicode properties with arguments S05-mass/recursive.t............................... 20 0 0 0 20 S05-mass/rx.rakudo.jvm.............................use of uninitialized value of type Any in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 689 0 5 45 739 1 skipped: not implemented 21 skipped: **{} @@ -924,7 +1828,9 @@ S05-match/capturing-contexts.rakudo.jvm............use of uninitialized value of use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context - 33 0 5 5 43 +use of uninitialized value of type Any in string context +use of uninitialized value of type Any in string context + 31 2 5 5 43 5 skipped: binding to $/ 1 todo : RT 70007 4 todo : nom regression @@ -941,7 +1847,19 @@ S05-metachars/tilde.rakudo.jvm..................... 14 0 0 12 26 3 skipped: exceptions from regexes 2 skipped: backtracking into ~ 5 skipped: should not throw exceptions -S05-metasyntax/angle-brackets.rakudo.jvm........... 56 0 3 21 80 +S05-metasyntax/angle-brackets.rakudo.jvm...........Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub MAKE_REGEX (from GLOBAL) called at: + gen/jvm/CORE.setting, lines 12287,12332 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 56 0 3 21 80 1 skipped: indirect subrule call not implemented 1 skipped: <~~ ... > 2 skipped: not implemented @@ -953,11 +1871,35 @@ S05-metasyntax/angle-brackets.rakudo.jvm........... 56 0 3 21 80 2 todo : <%hash> not implemented 1 todo : !!! in regexes S05-metasyntax/assertions.t........................ 4 0 0 0 4 -S05-metasyntax/changed.t........................... 12 0 0 0 12 -S05-metasyntax/charset.rakudo.jvm.................. 40 0 0 1 41 +S05-metasyntax/changed.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 +S05-metasyntax/charset.rakudo.jvm..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 39 1 0 1 41 1 skipped: large \x char spec in regex (RT #67122) (noauto) -S05-metasyntax/delimiters.t........................ 21 0 0 0 21 -S05-metasyntax/interpolating-closure.rakudo.jvm.... 5 0 1 0 6 +S05-metasyntax/delimiters.t........................ 0 21 0 0 21 +S05-metasyntax/interpolating-closure.rakudo.jvm....Saw 1 call to deprecated code during execution. +================================================================================ +Sub MAKE_REGEX (from GLOBAL) called at: + gen/jvm/CORE.setting, line 12332 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 1 0 6 1 todo : dunno S05-metasyntax/litvar.t............................Potential difficulties: Apparent subscript will be treated as regex @@ -987,12 +1929,44 @@ S05-metasyntax/proto-token-ltm.t................... 10 0 0 0 10 S05-metasyntax/regex.t.............................Useless declaration of a has-scoped method in mainline (did you mean 'my token foo'?) Useless declaration of a has-scoped method in mainline (did you mean 'my regex baz'?) use of uninitialized value of type Any in string context - 26 0 0 0 26 -S05-metasyntax/repeat.rakudo.jvm................... 18 0 0 6 24 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 25 1 0 0 26 +S05-metasyntax/repeat.rakudo.jvm...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 18 0 0 6 24 6 skipped: closure repetition S05-metasyntax/sequential-alternation.t............ 10 0 0 0 10 S05-metasyntax/single-quotes.t..................... 5 0 0 0 5 -S05-metasyntax/unknown.rakudo.jvm.................. 12 0 1 0 13 +S05-metasyntax/unknown.rakudo.jvm..................Saw 3 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S05-metasyntax/unknown.rakudo.jvm, line 27 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub throws_like (from Test::Util) called at: + t/spec/S05-metasyntax/unknown.rakudo.jvm, line 37 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 1 0 13 1 todo : RT 74832 S05-modifier/continue.t............................ 13 0 0 0 13 S05-modifier/counted-match.rakudo.jvm.............. 16 0 0 6 22 @@ -1043,15 +2017,43 @@ S05-modifier/repetition.rakudo.jvm................. 10 0 2 0 12 1 todo : :2x 1 todo : :x(2) S05-modifier/sigspace.t............................ 12 0 0 0 12 -S05-substitution/match.t........................... 13 0 0 0 13 +S05-substitution/match.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Method gimme (from List) called at: + t/spec/S05-substitution/match.t, line 18 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 13 0 0 0 13 S05-substitution/subst.rakudo.jvm..................use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context +Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub throws_like (from Test::Util) called at: + t/spec/S05-substitution/subst.rakudo.jvm, line 426 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 134 0 2 5 141 2 skipped: s:g[...] = 3 skipped: s[...] op= RHS 1 todo : RT #120526 1 todo : be smarter about constant detection -S05-transliteration/trans.rakudo.jvm............... 42 0 11 7 60 +S05-transliteration/trans.rakudo.jvm...............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 42 0 11 7 60 2 skipped: closures and regexes 5 skipped: tr///, feed operator not implemented 10 todo : flags @@ -1064,8 +2066,23 @@ S06-advanced/callframe.rakudo.jvm.................. 7 0 1 1 9 1 skipped: Unable to resolve method inline in type CallFrame 1 todo : nigh S06-advanced/callsame.t............................ 3 0 0 0 3 -S06-advanced/lexical-subs.rakudo.jvm............... 9 0 0 2 11 +S06-advanced/lexical-subs.rakudo.jvm...............Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S06-advanced/lexical-subs.rakudo.jvm:38 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 5 0 2 11 2 skipped: cannot parse operator names yet + 5 tests aborted (missing ok/not ok) S06-advanced/recurse.t............................. 13 0 0 0 13 S06-advanced/return.rakudo.jvm..................... 75 0 1 3 79 3 skipped: RT 75118 @@ -1078,62 +2095,157 @@ S06-advanced/wrap.rakudo.jvm....................... 63 0 5 1 69 2 todo : temp and wrap S06-currying/assuming-and-mmd.t.................... 6 0 0 0 6 S06-currying/named.t............................... 3 0 0 0 3 -S06-macros/errors.t................................ 2 0 0 0 2 +S06-macros/errors.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 1 1 0 0 2 S06-macros/opaque-ast.rakudo.jvm................... 3 0 0 4 7 3 skipped: :COMPILING flag 1 skipped: return from macro S06-macros/quasi-blocks.rakudo.jvm................. 10 0 0 2 12 2 skipped: Method 'succ' not found -S06-macros/unquoting.t............................. 10 0 0 0 10 -S06-multi/lexical-multis.rakudo.jvm................ 14 0 1 0 15 +S06-macros/unquoting.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub throws_like (from Test::Util) called at: + t/spec/S06-macros/unquoting.t, line 68 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 +S06-multi/lexical-multis.rakudo.jvm................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S06-multi/lexical-multis.rakudo.jvm, lines 17,18 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 1 0 15 1 todo : lexical scope as tie breaker S06-multi/positional-vs-named.rakudo.jvm........... 25 0 0 2 27 2 skipped: slurpy and named interaction -S06-multi/proto.rakudo.jvm......................... 22 0 1 5 28 +S06-multi/proto.rakudo.jvm.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 1 5 28 5 skipped: redeclaration of routine 'bar' 1 todo : operator protos S06-multi/redispatch.t............................. 10 0 0 0 10 -S06-multi/syntax.t................................. 41 0 0 0 41 +S06-multi/syntax.t.................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S06-multi/syntax.t:80 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 19 0 0 41 + 19 tests aborted (missing ok/not ok) S06-multi/type-based.rakudo.jvm.................... 50 0 0 3 53 3 skipped: our sub in class S06-multi/unpackability.t.......................... 10 0 0 0 10 -S06-multi/value-based.t............................ 12 0 0 0 12 -S06-operator-overloading/imported-subs.t........... 19 0 0 0 19 -S06-operator-overloading/methods.rakudo.jvm........ 2 0 1 0 3 +S06-multi/value-based.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S06-multi/value-based.t, line 52 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 +S06-operator-overloading/imported-subs.t...........Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S06-operator-overloading/imported-subs.t:8 + + 0 19 0 0 19 + 19 tests aborted (missing ok/not ok) +S06-operator-overloading/methods.rakudo.jvm........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 1 0 3 1 todo : nom regression S06-operator-overloading/semicolon.t...............WARNINGS: Useless use of constant integer 3 in sink context (line 15) Useless use of constant integer 2 in sink context (line 15) 3 0 0 0 3 -S06-operator-overloading/sub.rakudo.jvm............ 43 0 7 20 70 - 1 skipped: missing block, apparently "if" not an op - 2 skipped: not yet implemented - 1 skipped: infix Z will never work; no lexical Z - 1 skipped: &:: - 4 skipped: missing block, no lexical Z - 3 skipped: assoc("non") - 2 skipped: macros - 4 skipped: prefix:[] form not implemented - 1 skipped: undeclared name - 1 skipped: cannot bind with this LHS - 1 todo : infix:<;> - 5 todo : huh? - 1 todo : RT 65638 +S06-operator-overloading/sub.rakudo.jvm............Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S06-operator-overloading/sub.rakudo.jvm:27 + + 2 68 0 0 70 + 68 tests aborted (missing ok/not ok) S06-operator-overloading/workout.t................. 84 0 0 0 84 S06-other/anon-hashes-vs-blocks.t.................. 22 0 0 0 22 S06-other/introspection.t.......................... 12 0 0 0 12 -S06-other/main-eval.rakudo.jvm..................... 2 0 1 0 3 - 1 todo : MAIN in eval +S06-other/main-eval.rakudo.jvm.....................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 0 3 0 0 3 + 3 tests aborted (missing ok/not ok) S06-other/main-usage.rakudo.jvm.................... 15 0 7 0 22 5 todo : nom regression 2 todo : RT 115744 S06-other/main.t................................... 6 0 0 0 6 -S06-other/misc.t................................... 3 0 0 0 3 +S06-other/misc.t...................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 0 0 3 S06-routine-modifiers/lvalue-subroutines.rakudo.j.. 11 0 0 3 14 2 skipped: maximum recursion depth exceeded 1 skipped: hangs, probably due to [RT #114134] S06-routine-modifiers/proxy.t...................... 18 0 0 0 18 -S06-routine-modifiers/scoped-named-subs.t.......... 12 0 0 0 12 +S06-routine-modifiers/scoped-named-subs.t..........Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 2 0 0 12 + 2 tests aborted (missing ok/not ok) S06-signature/arity.t.............................. 52 0 0 0 52 S06-signature/closure-over-parameters.t............ 4 0 0 0 4 S06-signature/closure-parameters.rakudo.jvm........ 4 0 0 11 15 @@ -1141,22 +2253,82 @@ S06-signature/closure-parameters.rakudo.jvm........ 4 0 0 11 15 S06-signature/code.rakudo.jvm...................... 7 0 1 0 8 1 todo : RT 67932 S06-signature/defaults.t........................... 5 0 0 0 5 -S06-signature/errors.t............................. 10 0 0 0 10 +S06-signature/errors.t.............................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S06-signature/errors.t, lines 30,23 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 3 0 0 10 S06-signature/introspection.rakudo.jvm............. 51 0 0 1 52 1 skipped: expected Any but got Mu instead S06-signature/mixed-placeholders.t................. 12 0 0 0 12 S06-signature/multidimensional.t................... 10 0 0 0 10 -S06-signature/named-parameters.rakudo.jvm.......... 72 0 0 21 93 +S06-signature/named-parameters.rakudo.jvm..........Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S06-signature/named-parameters.rakudo.jvm, lines 23,9 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 72 0 0 21 93 4 skipped: where constraints 1 skipped: Not enough positional parameters passed; got 0 but expected 1 16 skipped: multiple same-named arguments NYI S06-signature/named-placeholders.t................. 3 0 0 0 3 -S06-signature/named-renaming.t..................... 10 0 0 0 10 -S06-signature/optional.t........................... 25 0 0 0 25 +S06-signature/named-renaming.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S06-signature/named-renaming.t, lines 6,17,24 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 +S06-signature/optional.t...........................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S06-signature/optional.t, line 92 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 25 0 0 0 25 S06-signature/outside-subroutine.t................. 2 0 0 0 2 -S06-signature/passing-arrays.t..................... 11 0 0 0 11 +S06-signature/passing-arrays.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S06-signature/passing-arrays.t, line 29 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 S06-signature/passing-hashes.t..................... 3 0 0 0 3 -S06-signature/positional-placeholders.t............ 10 0 0 0 10 +S06-signature/positional-placeholders.t............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 S06-signature/positional.t......................... 7 0 0 0 7 S06-signature/scalar-type.t........................use of uninitialized value of type Array in string context use of uninitialized value of type Array in string context @@ -1175,11 +2347,38 @@ use of uninitialized value of type Hash in string context use of uninitialized value of type Hash in string context use of uninitialized value of type Hash in string context 8 0 0 0 8 -S06-signature/sigilless.t.......................... 10 0 0 0 10 -S06-signature/slurpy-and-interpolation.t........... 7 0 0 0 7 +S06-signature/sigilless.t..........................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S06-signature/sigilless.t, line 28 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub lives_ok (from Test) called at: + t/spec/S06-signature/sigilless.t, line 28 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 +S06-signature/slurpy-and-interpolation.t...........Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S06-signature/slurpy-and-interpolation.t:33 + + 5 2 0 0 7 + 2 tests aborted (missing ok/not ok) S06-signature/slurpy-params.rakudo.jvm.............use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 40 0 0 17 57 17 skipped: types on slurpy params S06-signature/slurpy-placeholders.t................ 8 0 0 0 8 @@ -1190,7 +2389,15 @@ use of uninitialized value of type Any in string context 2 todo : RT 63974 S06-signature/tree-node-parameters.rakudo.jvm...... 16 0 0 4 20 4 skipped: signature binding of return values NYI -S06-signature/type-capture.rakudo.jvm.............. 7 0 0 1 8 +S06-signature/type-capture.rakudo.jvm..............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 1 8 1 skipped: nom regression S06-signature/types.t.............................. 6 0 0 0 6 S06-signature/unpack-array.t....................... 13 0 0 0 13 @@ -1200,22 +2407,62 @@ use of uninitialized value of type Any in string context 12 0 5 0 17 1 todo : RT 71112: Cannot assign to readonly variable. 4 todo : siglist -S06-traits/is-assoc.rakudo.jvm..................... 4 0 0 2 6 +S06-traits/is-assoc.rakudo.jvm.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S06-traits/is-assoc.rakudo.jvm, line 28 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 2 6 2 skipped: RT 116244 S06-traits/is-copy.t...............................Potential difficulties: Redeclaration of symbol $x at eval_0:1 ------> sub f ($x is copy) { my $x ⏏} +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 24 0 0 0 24 S06-traits/is-readonly.rakudo.jvm..................useless use of 'is readonly' on $!attr 2 0 1 0 3 1 todo : readonly attributes -S06-traits/is-rw.rakudo.jvm........................ 5 0 2 0 7 +S06-traits/is-rw.rakudo.jvm........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S06-traits/is-rw.rakudo.jvm, line 15 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 2 0 7 1 todo : Depends on preceding test working 1 todo : -S06-traits/misc.rakudo.jvm......................... 17 0 2 0 19 +S06-traits/misc.rakudo.jvm.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 15 2 2 0 19 2 todo : is readonly does not override -S06-traits/precedence.rakudo.jvm................... 9 0 1 0 10 +S06-traits/precedence.rakudo.jvm...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S06-traits/precedence.rakudo.jvm, line 78 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 1 0 10 1 todo : changing precedence of already declared op S06-traits/slurpy-is-rw.t.......................... 3 0 0 0 3 pass fail todo skip plan @@ -1248,25 +2495,102 @@ use of uninitialized value of type Int in string context use of uninitialized value of type Int in string context 30 0 0 0 30 pass fail todo skip plan -S10-packages/basic.rakudo.jvm...................... 56 0 1 2 59 +S10-packages/basic.rakudo.jvm......................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S10-packages/basic.rakudo.jvm:127 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 39 1 2 59 1 skipped: ticket based only on class... RT #60446 1 skipped: RT #59484 1 todo : RT #64606 -S10-packages/joined-namespaces.t................... 3 0 0 0 3 + 34 tests aborted (missing ok/not ok) +S10-packages/joined-namespaces.t...................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 0 3 0 0 3 + 3 tests aborted (missing ok/not ok) S10-packages/use-with-class.t...................... 9 0 0 0 9 pass fail todo skip plan -S11-modules/import-multi.rakudo.jvm................ 14 0 1 4 19 +S11-modules/import-multi.rakudo.jvm................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S11-modules/import-multi.rakudo.jvm, line 12 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub throws_like (from Test::Util) called at: + t/spec/S11-modules/import-multi.rakudo.jvm, line 49 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 1 4 19 2 skipped: Code did not die, can not check exception 1 skipped: A symbol "&Gfoo" has already been exported 1 skipped: it just dies, can't check using throws_like 1 todo : huh? -S11-modules/import-tag.t........................... 12 0 0 0 12 -S11-modules/import.rakudo.jvm...................... 10 0 0 4 14 +S11-modules/import-tag.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S11-modules/import-tag.t, line 8 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 +S11-modules/import.rakudo.jvm......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/S11-modules/import.rakudo.jvm, lines 10,63 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 4 14 4 skipped: import plus inline module -S11-modules/importing.t............................ 16 0 0 0 16 +S11-modules/importing.t............................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S11-modules/importing.t, line 8 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 0 0 16 S11-modules/lexical.t.............................. 2 0 0 0 2 -S11-modules/need.t................................. 2 0 0 0 2 -S11-modules/nested.t............................... 6 0 0 0 6 +S11-modules/need.t.................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S11-modules/nested.t...............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 6 0 0 0 6 S11-modules/require.rakudo.jvm..................... 11 0 1 1 13 1 skipped: Trying to import from 'InnerModule', but the following symbols are missing: quux 1 todo : variable form plus imports NYI @@ -1277,57 +2601,195 @@ S12-attributes/clone.rakudo.jvm.................... 32 0 2 0 34 2 todo : clone currently messes up original S12-attributes/defaults.t.......................... 34 0 0 0 34 S12-attributes/delegation.t........................ 65 0 0 0 65 -S12-attributes/inheritance.t....................... 7 0 0 0 7 -S12-attributes/instance.rakudo.jvm.................use of uninitialized value of type Int in string context -use of uninitialized value of type Int in string context -use of uninitialized value of type Int in string context -use of uninitialized value of type Int in string context -use of uninitialized value of type Int in string context -use of uninitialized value of type Int in string context -use of uninitialized value of type Int in string context -use of uninitialized value of type Int in string context - 133 0 6 1 140 - 1 skipped: dubious test - the initializer becomes a submethod here, implying a scope - 2 todo : ro array/hash with accessor - 1 todo : over-eager auto-vivification bugs - 1 todo : huh? +S12-attributes/inheritance.t.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 0 7 +S12-attributes/instance.rakudo.jvm.................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S12-attributes/instance.rakudo.jvm:198 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 42 96 2 0 140 2 todo : ro on list attributes + 96 tests aborted (missing ok/not ok) S12-attributes/mutators.rakudo.jvm................. 5 0 0 7 12 7 skipped: Can not get attribute $!varies declared in class MagicVal with this object S12-attributes/recursive.t......................... 23 0 0 0 23 -S12-attributes/undeclared.t........................ 10 0 0 0 10 -S12-class/anonymous.rakudo.jvm..................... 16 0 1 0 17 +S12-attributes/undeclared.t........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 +S12-class/anonymous.rakudo.jvm.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 1 0 17 1 todo : Anonymous class stringification (?) -S12-class/attributes.rakudo.jvm.................... 30 0 0 1 31 +S12-class/attributes.rakudo.jvm....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 0 1 31 1 skipped: Cannot use .= to initialize an attribute -S12-class/augment-supersede.rakudo.jvm............. 9 0 0 2 11 +S12-class/augment-supersede.rakudo.jvm.............Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S12-class/augment-supersede.rakudo.jvm, line 19 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 2 11 2 skipped: redeclaration of symbol Bar -S12-class/basic.rakudo.jvm......................... 33 0 0 4 37 +S12-class/basic.rakudo.jvm.........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S12-class/basic.rakudo.jvm:107 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 27 7 0 3 37 3 skipped: Calling is will never work with argument types (Foo) - 1 skipped: RT #67784 -S12-class/declaration-order.t...................... 2 0 0 0 2 + 7 tests aborted (missing ok/not ok) +S12-class/declaration-order.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 S12-class/extending-arrays.t....................... 11 0 0 0 11 S12-class/inheritance-class-methods.t.............. 5 0 0 0 5 -S12-class/inheritance.t............................ 39 0 0 0 39 -S12-class/instantiate.rakudo.jvm................... 6 0 1 0 7 +S12-class/inheritance.t............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S12-class/inheritance.t:75 + + 21 18 0 0 39 + 18 tests aborted (missing ok/not ok) +S12-class/instantiate.rakudo.jvm................... 5 1 1 0 7 1 todo : error reporting S12-class/interface-consistency.t.................. 8 0 0 0 8 -S12-class/lexical.t................................ 14 0 0 0 14 -S12-class/literal.t................................ 2 0 0 0 2 -S12-class/magical-vars.t........................... 17 0 0 0 17 -S12-class/mro.t.................................... 4 0 0 0 4 -S12-class/namespaced.t............................. 13 0 0 0 13 +S12-class/lexical.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 0 0 14 +S12-class/literal.t................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 1 1 0 0 2 + 1 tests aborted (missing ok/not ok) +S12-class/magical-vars.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 +S12-class/mro.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 0 4 +S12-class/namespaced.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 13 0 0 0 13 S12-class/open.t................................... 8 0 0 0 8 S12-class/rw.t..................................... 5 0 0 0 5 -S12-class/self-inheritance.t....................... 2 0 0 0 2 -S12-class/stubs.rakudo.jvm......................... 7 0 1 0 8 +S12-class/self-inheritance.t.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S12-class/stubs.rakudo.jvm.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 1 0 8 1 todo : nom regression S12-class/type-object.t............................use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context 6 0 0 0 6 S12-construction/BUILD.rakudo.jvm.................. 8 0 1 0 9 1 todo : method BUILD should warn -S12-construction/autopairs.rakudo.jvm.............. 2 0 2 0 4 +S12-construction/autopairs.rakudo.jvm..............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 2 0 4 2 todo : nom regression S12-construction/construction.t.................... 18 0 0 0 18 S12-construction/named-params-in-BUILD.t........... 3 0 0 0 3 @@ -1336,14 +2798,38 @@ S12-construction/new.rakudo.jvm.................... 15 0 10 0 25 1 todo : nested package handling does't quite get this one right S12-enums/anonymous.t.............................. 7 0 0 0 7 S12-enums/as-role.t................................ 9 0 0 0 9 -S12-enums/basic.rakudo.jvm......................... 29 0 0 5 34 +S12-enums/basic.rakudo.jvm.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 29 0 0 5 34 5 skipped: Cannot convert string to number S12-enums/misc.rakudo.jvm.......................... 12 0 0 1 13 1 skipped: RT 63826 -S12-enums/non-int.rakudo.jvm....................... 5 0 1 0 6 +S12-enums/non-int.rakudo.jvm.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 1 0 6 1 todo : NYI S12-enums/pseudo-functional.t...................... 11 0 0 0 11 -S12-enums/thorough.rakudo.jvm...................... 14 0 0 20 34 +S12-enums/thorough.rakudo.jvm......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 0 20 34 2 skipped: NYI 16 skipped: does &day::("Tue") 2 skipped: does day::Tue @@ -1357,7 +2843,19 @@ S12-introspection/attributes.rakudo.jvm............ 25 0 0 5 30 5 skipped: :tree not implemented for .^attributes S12-introspection/can.t............................ 25 0 0 0 25 S12-introspection/definite.t....................... 6 0 0 0 6 -S12-introspection/meta-class.rakudo.jvm............ 9 0 0 4 13 +S12-introspection/meta-class.rakudo.jvm............Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub throws_like (from Test::Util) called at: + t/spec/S12-introspection/meta-class.rakudo.jvm, line 49 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 4 13 1 skipped: .layout 1 skipped: .version, version number parsing 1 skipped: precedence of prefix:<^> @@ -1375,18 +2873,58 @@ use of uninitialized value of type R3 in string context S12-introspection/walk.t........................... 11 0 0 0 11 S12-methods/accessors.t............................ 8 0 0 0 8 S12-methods/attribute-params.t..................... 13 0 0 0 13 -S12-methods/calling_sets.rakudo.jvm................ 21 0 0 11 32 +S12-methods/calling_sets.rakudo.jvm................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 11 32 11 skipped: ambiguous dispatch -S12-methods/calling_syntax.t....................... 11 0 0 0 11 -S12-methods/chaining.t............................. 17 0 0 0 17 +S12-methods/calling_syntax.t.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 +S12-methods/chaining.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 S12-methods/class-and-instance.t................... 8 0 0 0 8 S12-methods/default-trait.t........................ 6 0 0 0 6 S12-methods/defer-call.t........................... 14 0 0 0 14 S12-methods/defer-next.rakudo.jvm.................. 20 0 1 0 21 1 todo : variant of RT 69608 S12-methods/delegation.t........................... 5 0 0 0 5 -S12-methods/how.t.................................. 2 0 0 0 2 -S12-methods/indirect_notation.rakudo.jvm........... 10 0 0 23 33 +S12-methods/how.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S12-methods/indirect_notation.rakudo.jvm...........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 23 33 6 skipped: .@foo not yet working 15 skipped: .*, .+ and .? with @foo 2 skipped: TTIAR near $o: @@ -1399,30 +2937,59 @@ S12-methods/lastcall.t............................. 6 0 0 0 6 S12-methods/lvalue.t............................... 16 0 0 0 16 S12-methods/method-vs-sub.rakudo.jvm............... 4 0 0 1 5 1 skipped: confused near "($obj:), " -S12-methods/multi.rakudo.jvm....................... 26 0 1 5 32 +S12-methods/multi.rakudo.jvm.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 25 1 1 5 32 2 skipped: proto does not promote to multi 3 skipped: unknown bug 1 todo : RT 66006 S12-methods/parallel-dispatch.rakudo.jvm........... 31 0 5 1 37 1 skipped: No such method postcircumfix:<( )> for invocant of type Pair 5 todo : is_deeply does not think map results are the same as list on LHS -S12-methods/private.t.............................. 13 0 0 0 13 +S12-methods/private.t.............................. 12 1 0 0 13 S12-methods/qualified.t............................ 2 0 0 0 2 S12-methods/submethods.rakudo.jvm.................. 21 0 0 6 27 2 skipped: outer lexicals in roles 4 skipped: roles and submethods -S12-methods/syntax.rakudo.jvm...................... 8 0 0 4 12 +S12-methods/syntax.rakudo.jvm......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 4 12 3 skipped: switch-from-paren-to-listop form 1 skipped: adverbial closures -S12-methods/topic.t................................ 1 1 0 0 2 -S12-methods/trusts.t............................... 4 0 0 0 4 +S12-methods/topic.t................................ 2 0 0 0 2 +S12-methods/trusts.t...............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 0 4 S12-methods/typed-attributes.t..................... 7 0 0 0 7 S12-methods/what.t.................................use of uninitialized value of type Match in numeric context use of uninitialized value of type Match in numeric context 33 0 0 0 33 S12-subset/multi-dispatch.t........................ 6 0 0 0 6 -S12-subset/subtypes.rakudo.jvm..................... 75 0 2 0 77 - 2 todo : RT 79160 +S12-subset/subtypes.rakudo.jvm.....................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S12-subset/subtypes.rakudo.jvm:16 + + 0 0 0 0 0 pass fail todo skip plan S13-overloading/metaoperators.t.................... 9 0 0 0 9 S13-overloading/operators.rakudo.jvm............... 3 0 0 1 4 @@ -1447,34 +3014,90 @@ use of uninitialized value of type Any in string context 10 0 2 1 13 1 skipped: anonymous roles only created once 2 todo : nigh -S14-roles/attributes.rakudo.jvm.................... 5 0 0 2 7 +S14-roles/attributes.rakudo.jvm....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 2 7 2 skipped: review test and rakudo -S14-roles/basic.rakudo.jvm......................... 38 0 2 3 43 +S14-roles/basic.rakudo.jvm.........................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S14-roles/basic.rakudo.jvm, lines 93,106 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 37 1 2 3 43 3 skipped: RT 67768 1 todo : nom regression 1 todo : can see it in the position, but even STD message doesn't include it S14-roles/bool.t................................... 3 0 0 0 3 -S14-roles/composition.rakudo.jvm................... 24 0 0 2 26 +S14-roles/composition.rakudo.jvm................... 21 3 0 2 26 2 skipped: diamond composition -S14-roles/conflicts.t.............................. 11 0 0 0 11 +S14-roles/conflicts.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 S14-roles/crony.t.................................. 4 0 0 0 4 S14-roles/instantiation.t.......................... 19 0 0 0 19 -S14-roles/lexical.t................................ 9 0 0 0 9 +S14-roles/lexical.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, lines 188,207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 S14-roles/mixin.rakudo.jvm......................... 29 0 0 3 32 2 skipped: mixin at the point of declaration is compile time 1 skipped: Twigil ! is only valid on attribute definitions S14-roles/namespaced.rakudo.jvm.................... 2 0 1 0 3 1 todo : nom regression S14-roles/parameter-subtyping.t.................... 22 0 0 0 22 -S14-roles/parameterized-basic.t.................... 32 0 0 0 32 +S14-roles/parameterized-basic.t....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 32 0 0 0 32 S14-roles/parameterized-mixin.rakudo.jvm........... 24 0 4 0 28 4 todo : .does with parametric roles -S14-roles/parameterized-type.rakudo.jvm............ 28 0 0 1 29 +S14-roles/parameterized-type.rakudo.jvm............Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S14-roles/parameterized-type.rakudo.jvm, line 82 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 28 0 0 1 29 1 skipped: cannot easily override [] at the moment -S14-roles/stubs.t.................................. 9 0 0 0 9 +S14-roles/stubs.t.................................. 2 7 0 0 9 S14-roles/submethods.t............................. 4 0 0 0 4 S14-traits/attributes.t............................ 8 0 0 0 8 -S14-traits/routines.rakudo.jvm..................... 12 0 1 0 13 +S14-traits/routines.rakudo.jvm..................... 11 1 1 0 13 1 todo : trait mod / .wrap interaction pass fail todo skip plan S16-filehandles/chmod.t............................ 16 0 0 3 19 @@ -1492,7 +3115,15 @@ S16-filehandles/open.t............................. 2 0 0 1 3 1 skipped: open('nonexisting') => undefined is waiting on 'use fatal' S16-filehandles/unlink.rakudo.jvm.................. 5 0 0 1 6 1 skipped: implicit closure of file handle at scope exit not implemented (FAILS ON WINDOWS) (noauto) -S16-io/bare-say.rakudo.jvm......................... 3 0 5 0 8 +S16-io/bare-say.rakudo.jvm.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 5 0 8 3 todo : nom regression 2 todo : bare say S16-io/basic-open.t................................ 9 0 0 0 9 @@ -1538,17 +3169,37 @@ S28-named-variables/cwd.t.......................... 2 0 0 0 2 S28-named-variables/inc.t.......................... 5 0 0 0 5 pass fail todo skip plan S29-any/cmp.t...................................... 6 0 0 0 6 -S29-any/isa.t...................................... 10 0 0 0 10 +S29-any/isa.t......................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 S29-context/die.rakudo.jvm.........................WARNINGS: Useless use of variable $foo in sink context (line 23) 15 0 1 0 16 1 todo : RT #67374 -S29-context/eval.rakudo.jvm........................ 15 0 0 3 18 - 1 skipped: eval(Buf) - 2 skipped: eval coerce to string +S29-context/eval.rakudo.jvm........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S29-context/eval.rakudo.jvm:14 + + 0 18 0 0 18 + 18 tests aborted (missing ok/not ok) S29-context/exit-in-if.t........................... 1 0 0 0 1 S29-context/exit.t................................. 3 0 0 0 3 -S29-context/sleep.t................................ 17 0 0 0 17 +S29-context/sleep.t................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S29-context/sleep.t:69 + + 15 2 0 0 17 + 2 tests aborted (missing ok/not ok) S29-conversions/hash.t............................. 8 0 0 0 8 S29-conversions/ord_and_chr.rakudo.jvm............. 254 0 1 1 256 1 skipped: high character name lookup @@ -1558,7 +3209,15 @@ S29-os/system.rakudo.jvm........................... 3 0 1 1 5 1 todo : nigh pass fail todo skip plan S32-array/bool.t................................... 15 0 0 0 15 -S32-array/create.t................................. 8 0 0 0 8 +S32-array/create.t.................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub throws_like (from Test::Util) called at: + t/spec/S32-array/create.t, line 19 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 0 8 S32-array/delete-adverb-native.t...................use of uninitialized value of type Int in string context use of uninitialized value of type Any in string context use of uninitialized value of type Int in string context @@ -1574,22 +3233,88 @@ use of uninitialized value of type Int in string context use of uninitialized value of type Int in string context 216 0 0 0 216 S32-array/delete.t.................................use of uninitialized value of type Any in string context - 29 0 0 0 29 -S32-array/elems.t.................................. 11 0 0 0 11 -S32-array/end.t.................................... 12 0 0 0 12 +Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S32-array/delete.t:118 + + 25 4 0 0 29 + 4 tests aborted (missing ok/not ok) +S32-array/elems.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 +S32-array/end.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 S32-array/exists-adverb.t.......................... 52 0 0 0 52 S32-array/keys_values.t............................ 8 0 0 0 8 S32-array/kv.t..................................... 18 0 0 0 18 S32-array/pairs.rakudo.jvm......................... 13 0 1 0 14 1 todo : Apparently not rw yet? -S32-array/perl.t................................... 6 0 0 0 6 -S32-array/pop.t.................................... 36 0 0 0 36 -S32-array/push.t................................... 51 0 0 0 51 +S32-array/perl.t...................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S32-array/perl.t:13 + + 1 5 0 0 6 + 5 tests aborted (missing ok/not ok) +S32-array/pop.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 36 0 0 0 36 +S32-array/push.t...................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 51 0 0 0 51 S32-array/rotate.t................................. 27 0 0 0 27 -S32-array/shift.t.................................. 31 0 0 0 31 +S32-array/shift.t..................................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub dies_ok (from Test) called at: + t/spec/S32-array/shift.t, line 81 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 31 0 0 0 31 S32-array/splice.rakudo.jvm........................ 37 0 1 0 38 1 todo : slice bug -S32-array/unshift.t................................ 57 0 0 0 57 +S32-array/unshift.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 57 0 0 0 57 S32-basics/warn.rakudo.jvm.........................# It's OK to see this warning during a test run 5 0 2 0 7 1 todo : nom regression @@ -1598,15 +3323,45 @@ S32-container/roundrobin.rakudo.jvm................ 4 0 1 0 5 1 todo : over-flattening S32-container/zip.rakudo.jvm....................... 8 0 0 2 10 2 skipped: lvalue zip -S32-exceptions/misc.rakudo.jvm..................... 655 1 0 6 662 - 1 skipped: RT 114134 +S32-exceptions/misc.rakudo.jvm.....................Cannot convert string to number: base-10 number must begin with valid digits or '.' in '⏏Cannot look up attributes in a type object' (indicated by ⏏) + in sub infix:<==> at gen/jvm/CORE.setting:4020 + in sub infix:<==> at gen/jvm/CORE.setting:4020 + in block at /home/coke/sandbox/perl6-roast-data/rakudo.jvm/t/spec/packages/Test/Util.pm:140 + in block at /home/coke/sandbox/perl6-roast-data/rakudo.jvm/t/spec/packages/Test/Util.pm:136 + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16859 + in sub throws_like at /home/coke/sandbox/perl6-roast-data/rakudo.jvm/t/spec/packages/Test/Util.pm:128 + +Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub throws_like (from Test::Util) called at: + t/spec/S32-exceptions/misc.rakudo.jvm, lines 93,159,218 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 249 124 0 136 0 3 skipped: still handled by - 1 skipped: Code did not die, can not check exception + 132 skipped: wrong exception type 1 skipped: parsing regression + 509 tests more than planned were run S32-hash/delete-adverb.t...........................use of uninitialized value of type Int in string context use of uninitialized value of type Int in string context 130 0 0 0 130 -S32-hash/delete.t.................................. 8 0 0 0 8 +S32-hash/delete.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 0 8 S32-hash/exists-adverb.t........................... 46 0 0 0 46 S32-hash/exists.rakudo.jvm......................... 20 0 0 1 21 1 skipped: unspecced @@ -1616,13 +3371,28 @@ S32-hash/keys_values.t............................. 14 0 0 0 14 S32-hash/kv.t...................................... 27 0 0 0 27 S32-hash/pairs.rakudo.jvm.......................... 20 0 1 0 21 1 todo : Rakudo seems to make a copy rather than a reference -S32-hash/perl.t.................................... 12 0 0 0 12 +S32-hash/perl.t....................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S32-hash/perl.t:13 + + 1 11 0 0 12 + 11 tests aborted (missing ok/not ok) S32-hash/push.t.................................... 7 0 0 0 7 S32-hash/slice.rakudo.jvm.......................... 18 0 11 0 29 11 todo : binding on hash elements unimplemented S32-io/IO-Socket-INET.rakudo.jvm................... 0 0 0 41 41 41 skipped: rakudo.jvm systemic failures/OOM error -S32-io/chdir.rakudo.jvm............................ 8 0 0 2 10 +S32-io/chdir.rakudo.jvm............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 2 10 2 skipped: spec non-conformance due to missing sink context S32-io/copy.t......................................IO::Handle.copy is deprecated. Please use IO::Path.copy instead. IO::Handle.copy is deprecated. Please use IO::Path.copy instead. @@ -1630,14 +3400,27 @@ IO::Handle.copy is deprecated. Please use IO::Path.copy instead. 29 0 0 0 29 S32-io/dir.t....................................... 12 0 0 0 12 S32-io/file-tests.t................................ 30 0 0 0 30 -S32-io/io-path-cygwin.rakudo.jvm................... 49 0 1 2 52 - 2 skipped: On-system tests for filetest inheritance - 1 todo : resolve NYI, needs nqp::readlink -S32-io/io-path-unix.rakudo.jvm..................... 36 0 1 0 37 - 1 todo : resolve NYI, needs nqp::readlink -S32-io/io-path-win.rakudo.jvm...................... 48 0 1 2 51 - 2 skipped: On-system tests for filetest inheritance - 1 todo : resolve NYI, needs nqp::readlink +S32-io/io-path-cygwin.rakudo.jvm...................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 8 44 0 0 52 + 44 tests aborted (missing ok/not ok) +S32-io/io-path-unix.rakudo.jvm.....................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 7 30 0 0 37 + 30 tests aborted (missing ok/not ok) +S32-io/io-path-win.rakudo.jvm......................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 8 43 0 0 51 + 43 tests aborted (missing ok/not ok) S32-io/io-path.t................................... 13 0 0 0 13 S32-io/io-spec-cygwin.t............................ 100 0 0 2 102 2 skipped: cygwin on-platform tests @@ -1656,7 +3439,15 @@ S32-list/classify.rakudo.jvm....................... 12 0 0 3 15 3 skipped: Cannot use bind operator with this LHS S32-list/combinations.t............................ 6 0 0 0 6 S32-list/create.t.................................. 6 0 0 0 6 -S32-list/end.t..................................... 14 0 0 0 14 +S32-list/end.t.....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 0 0 14 S32-list/first.rakudo.jvm.......................... 21 0 0 2 23 2 skipped: adverbial block S32-list/grep.rakudo.jvm........................... 17 0 0 21 38 @@ -1678,6 +3469,14 @@ S32-list/minmax.t.................................. 55 0 0 0 55 S32-list/pick.rakudo.jvm........................... 46 0 1 0 47 1 todo : error on pick :replace S32-list/reduce.rakudo.jvm.........................use of uninitialized value of type Any in numeric context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 13 0 1 0 14 1 todo : n-ary reduce S32-list/reverse.rakudo.jvm........................ 20 0 1 0 21 @@ -1691,41 +3490,104 @@ use of uninitialized value of type Code in string context 2 skipped: determine behavior of 0-arity methods passed to sort 1 todo : method fallback to sub unimpl S32-list/squish.t.................................. 26 0 0 0 26 -S32-list/uniq.t.................................... 30 0 0 0 30 +S32-list/uniq.t....................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S32-list/uniq.t:36 + + 7 23 0 0 30 + 23 tests aborted (missing ok/not ok) S32-num/abs.t...................................... 49 0 0 0 49 S32-num/base.t..................................... 12 0 0 0 12 -S32-num/complex.t.................................. 488 0 0 0 488 +S32-num/complex.t..................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 18 470 0 0 488 + 470 tests aborted (missing ok/not ok) S32-num/cool-num.rakudo.jvm........................ 39 0 0 4 43 4 skipped: angle conversion S32-num/exp.t...................................... 72 0 0 0 72 S32-num/expmod.t................................... 117 0 0 0 117 -S32-num/fatrat.rakudo.jvm.......................... 271 0 1 2 274 - 2 skipped: FatRat arith + type objects - 1 todo : unknown -S32-num/int.rakudo.jvm............................. 102 0 2 3 107 - 2 skipped: trailing characters produce failures - 1 skipped: Inf and NaN NYI for Int - 2 todo : Inf and NaN NYI for Int +S32-num/fatrat.rakudo.jvm..........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 5 269 0 0 274 + 269 tests aborted (missing ok/not ok) +S32-num/int.rakudo.jvm.............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 1 106 0 0 107 + 106 tests aborted (missing ok/not ok) S32-num/is-prime.t................................. 35 0 0 0 35 S32-num/log.rakudo.jvm............................. 28 0 1 0 29 1 todo : HugeInt.log S32-num/narrow.t................................... 9 0 0 0 9 -S32-num/pi.t....................................... 4 0 0 0 4 +S32-num/pi.t.......................................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 0 4 0 0 4 + 4 tests aborted (missing ok/not ok) S32-num/polar.t.................................... 48 0 0 0 48 S32-num/power.rakudo.jvm........................... 48 0 0 4 52 1 skipped: NaN**1i should be NaN 1 skipped: i 1 skipped: NaN**0 should be NaN 1 skipped: 1i**NaN should be NaN -S32-num/rand.rakudo.jvm............................ 114 0 0 1 115 +S32-num/rand.rakudo.jvm............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub throws_like (from Test::Util) called at: + t/spec/S32-num/rand.rakudo.jvm, line 118 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 114 0 0 1 115 1 skipped: Test is too slow -S32-num/rat.rakudo.jvm............................. 819 0 4 1 824 - 1 skipped: RT 74648 - 4 todo : <1/3> literal should be Rat +S32-num/rat.rakudo.jvm.............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 5 819 0 0 824 + 819 tests aborted (missing ok/not ok) S32-num/real-bridge.t.............................. 200 0 0 0 200 S32-num/roots.t.................................... 55 0 0 0 55 -S32-num/rounders.rakudo.jvm........................ 127 0 1 0 128 - 1 todo : nigh +S32-num/rounders.rakudo.jvm........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16859 + in block at t/spec/S32-num/rounders.rakudo.jvm:97 + in block at gen/jvm/CORE.setting:7346 + in block at gen/jvm/CORE.setting:7210 + in method gimme at gen/jvm/CORE.setting:7628 + +Saw 1 call to deprecated code during execution. +================================================================================ +Method gimme (from List) called at: + t/spec/S32-num/rounders.rakudo.jvm, lines 67,83 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 104 24 0 0 128 + 24 tests aborted (missing ok/not ok) S32-num/sign.rakudo.jvm............................ 33 0 1 1 35 1 skipped: Test is kind of doubtful IMO -- colomon 1 todo : Nom does not yet have a NaN framework in place @@ -1739,8 +3601,14 @@ use of uninitialized value of type Rat in string context 11 todo : Complex.perl S32-num/unpolar.t.................................. 199 0 0 0 199 S32-scalar/defined.t............................... 56 0 0 0 56 -S32-scalar/perl.rakudo.jvm......................... 4 0 2 0 6 - 2 todo : cannot roundtrip constrained scalars yet +S32-scalar/perl.rakudo.jvm.........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S32-scalar/perl.rakudo.jvm:11 + + 1 5 0 0 6 + 5 tests aborted (missing ok/not ok) S32-scalar/undef.rakudo.jvm........................use of uninitialized value of type Any in string context use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context @@ -1752,7 +3620,7 @@ use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in numeric context use of uninitialized value of type Any in numeric context - 66 0 4 16 86 + 65 1 4 16 86 10 skipped: Cannot use bind operator with this left-hand side 6 skipped: access to &your_sub 1 todo : definedness of hash @@ -1760,8 +3628,15 @@ use of uninitialized value of type Any in numeric context 1 todo : definedness of array S32-str/append.t................................... 7 0 0 0 7 S32-str/bool.t..................................... 12 0 0 0 12 -S32-str/capitalize.rakudo.jvm...................... 15 0 2 0 17 +S32-str/capitalize.rakudo.jvm......................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/S32-str/capitalize.rakudo.jvm:53 + + 14 1 2 0 17 2 todo : graphemes results wrong + 1 tests aborted (missing ok/not ok) S32-str/chomp.t.................................... 39 0 0 0 39 S32-str/chop.t..................................... 6 0 0 0 6 S32-str/comb.rakudo.jvm............................ 38 0 2 1 41 @@ -1784,22 +3659,39 @@ S32-str/numeric.rakudo.jvm......................... 161 0 6 1 168 1 todo : complex Str.Numeric S32-str/ords.t..................................... 6 0 0 0 6 S32-str/pack.t..................................... 6 0 0 0 6 -S32-str/pos.t...................................... 2 0 0 0 2 +S32-str/pos.t......................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 S32-str/rindex.t................................... 33 0 0 0 33 S32-str/samecase.t................................. 8 0 0 0 8 S32-str/split-simple.rakudo.jvm.................... 48 0 1 0 49 1 todo : RT 112868 S32-str/split.rakudo.jvm........................... 52 0 0 1 53 1 skipped: No such method null for invocant of type Cursor -S32-str/sprintf.rakudo.jvm......................... 131 0 4 14 149 - 10 skipped: Issues with Inf - 1 skipped: %p doesn't yet throw exception - but should it, or just Failure? - 3 skipped: java.lang.NumberFormatException - 2 todo : buggy - 2 todo PASSED: buggy +S32-str/sprintf.rakudo.jvm.........................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + + 6 143 0 0 149 + 143 tests aborted (missing ok/not ok) S32-str/substr-rw.rakudo.jvm....................... 19 0 12 0 31 12 todo : NYI S32-str/substr.rakudo.jvm..........................use of uninitialized value of type Failure in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 53 0 0 39 92 3 skipped: java.nio.charset.MalformedInputException 28 skipped: No support for StrPos @@ -1842,7 +3734,15 @@ S32-temporal/Date.t................................Potential difficulties: S32-temporal/DateTime-Instant-Duration.rakudo.jvm.. 28 0 4 1 33 1 skipped: nom regression 4 todo : high-precision Instants NYI (need FatRats) -S32-temporal/DateTime.rakudo.jvm................... 200 0 1 0 201 +S32-temporal/DateTime.rakudo.jvm...................Saw 1 call to deprecated code during execution. +================================================================================ +Method gimme (from List) called at: + t/spec/S32-temporal/DateTime.rakudo.jvm, line 167 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 200 0 1 0 201 1 todo : nom regression S32-temporal/calendar.t............................Potential difficulties: Leading 0 does not indicate octal in Perl 6; please use 0o1 if you mean that @@ -1987,7 +3887,15 @@ S32-trig/cosech.t.................................. 146 0 0 0 146 S32-trig/cosh.t.................................... 138 0 0 0 138 S32-trig/cotan.t................................... 114 0 0 0 114 S32-trig/cotanh.t.................................. 146 0 0 0 146 -S32-trig/e.t....................................... 5 0 0 0 5 +S32-trig/e.t.......................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 0 5 S32-trig/pi.t...................................... 3 0 0 0 3 S32-trig/sec.t..................................... 114 0 0 0 114 S32-trig/sech.t.................................... 154 0 0 0 154 @@ -2009,8 +3917,15 @@ use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context - 23 0 2 0 25 +Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/integration/99problems-11-to-20.rakudo.jvm:160 + + 9 14 2 0 25 2 todo : unknown + 14 tests aborted (missing ok/not ok) integration/99problems-21-to-30.rakudo.jvm.........use of uninitialized value of type Any in string context 12 0 3 0 15 3 todo : unknown @@ -2133,7 +4048,15 @@ integration/advent2009-day08.t..................... 8 0 0 0 8 integration/advent2009-day09.t..................... 17 0 0 0 17 integration/advent2009-day10.t..................... 5 0 0 0 5 integration/advent2009-day11.t..................... 6 0 0 0 6 -integration/advent2009-day12.rakudo.jvm............ 5 0 0 4 9 +integration/advent2009-day12.rakudo.jvm............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 4 9 3 skipped: Importing symbols by name doesn't work in current Rakudo 1 skipped: Multi subs aren't imported by default in current Rakudo - is this to spec? integration/advent2009-day13.t..................... 16 0 0 0 16 @@ -2149,30 +4072,77 @@ integration/advent2009-day16.t.....................use of uninitialized value of use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context use of uninitialized value of type Any in string context +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 11 0 0 0 11 integration/advent2009-day17.t..................... 62 0 0 0 62 -integration/advent2009-day18.rakudo.jvm............ 5 0 0 1 6 +integration/advent2009-day18.rakudo.jvm............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 1 6 1 skipped: parse error integration/advent2009-day19.t..................... 6 0 0 0 6 -integration/advent2009-day20.t..................... 21 0 0 0 21 +integration/advent2009-day20.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 207 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 0 21 integration/advent2009-day22.t..................... 4 0 0 0 4 integration/advent2009-day23.rakudo.jvm............ 3 0 0 1 4 1 skipped: lists aren't properly lazy in Rakudo yet integration/advent2010-day04.t..................... 11 0 0 0 11 integration/code-blocks-as-sub-args.t.............. 4 0 0 0 4 -integration/error-reporting.rakudo.jvm............. 11 0 5 0 16 +integration/error-reporting.rakudo.jvm............. 8 3 5 0 16 5 todo : nigh integration/lazy-bentley-generator.t............... 1 0 0 0 1 integration/lexical-array-in-inner-block.t......... 2 0 0 0 2 integration/lexicals-and-attributes.t.............. 8 0 0 0 8 integration/man-or-boy.t........................... 10 0 0 0 10 integration/method-calls-and-instantiation.t....... 2 0 0 0 2 -integration/no-indirect-new.t...................... 2 0 0 0 2 -integration/packages.t............................. 3 0 0 0 3 +integration/no-indirect-new.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +integration/packages.t.............................Cannot look up attributes in a type object + in sub infix:<<> at gen/jvm/CORE.setting:4180 + in sub postcircumfix:<[ ]> at gen/jvm/CORE.setting:2337 + in sub DEPRECATED at gen/jvm/CORE.setting:16858 + in block at t/spec/integration/packages.t:18 + + 2 1 0 0 3 + 1 tests aborted (missing ok/not ok) integration/pair-in-array.t........................ 3 0 0 0 3 integration/passing-pair-class-to-sub.t............ 2 0 0 0 2 integration/real-strings.t......................... 21 0 0 0 21 -integration/role-composition-vs-attribute.rakudo... 6 0 0 4 10 +integration/role-composition-vs-attribute.rakudo...Saw 1 call to deprecated code during execution. +================================================================================ +Sub dies_ok (from Test) called at: + t/spec/integration/role-composition-vs-attribute.rakudo.jvm, line 75 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 6 0 0 4 10 2 skipped: alas, no visibility of native private attributes yet 2 skipped: alas, no visibility of private attributes in other role integration/rule-in-class-Str.t.................... 3 0 0 0 3 @@ -2180,42 +4150,413 @@ integration/say-crash.t............................ 4 0 0 0 4 integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1 integration/topic_in_double_loop.t................. 5 0 0 0 5 integration/variables-in-do.t...................... 3 0 0 0 3 -integration/weird-errors.t......................... 8 0 0 0 8 +integration/weird-errors.t.........................Saw 3 calls to deprecated code during execution. +================================================================================ +Sub eval_exception (from Test) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.jvm/lib/Test.pm, line 188 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub lives_ok (from Test) called at: + t/spec/integration/weird-errors.t, line 49 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Sub eval (from GLOBAL) called at: + eval_20, line 1 + eval_2, line 1 + eval_22, line 1 + eval_1, line 1 + eval_21, line 1 + eval_24, line 1 + eval_23, line 1 + eval_26, line 1 + eval_25, line 1 + eval_28, line 1 + eval_27, line 1 + eval_29, line 1 + t/spec/integration/weird-errors.t, line 54 + eval_47, line 1 + eval_7, line 1 + eval_8, line 1 + eval_45, line 1 + eval_9, line 1 + eval_46, line 1 + eval_43, line 1 + eval_3, line 1 + eval_44, line 1 + eval_4, line 1 + eval_41, line 1 + eval_5, line 1 + eval_42, line 1 + eval_6, line 1 + eval_33, line 1 + eval_15, line 1 + eval_32, line 1 + eval_14, line 1 + eval_31, line 1 + eval_13, line 1 + eval_30, line 1 + eval_12, line 1 + eval_37, line 1 + eval_11, line 1 + eval_36, line 1 + eval_10, line 1 + eval_35, line 1 + eval_34, line 1 + eval_39, line 1 + eval_38, line 1 + eval_19, line 1 + eval_18, line 1 + eval_17, line 1 + eval_16, line 1 + eval_40, line 1 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 0 8 pass fail todo skip plan rosettacode/greatest_element_of_a_list.t........... 1 0 0 0 1 rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1 ---------------- "Synopsis", "pass","fail","todo","skip","plan","spec" "S01", 0, 0, 0, 20, 20, 61 -"S02", 4071, 22, 119, 318, 4530, 4473 -"S03", 4755, 0, 126, 125, 5006, 4665 -"S04", 944, 0, 40, 36, 1020, 1038 -"S05", 4790, 0, 157, 438, 5385, 5829 -"S06", 1161, 0, 39, 107, 1307, 1291 +"S02", 3490, 637, 95, 292, 4428, 4475 +"S03", 4593, 179, 112, 122, 5006, 4665 +"S04", 771, 185, 31, 33, 1020, 1038 +"S05", 4765, 25, 157, 438, 5385, 5829 +"S06", 1065, 124, 31, 87, 1307, 1291 "S07", 0, 0, 0, 0, 0, 0 "S09", 174, 0, 9, 14, 197, 197 -"S10", 68, 0, 1, 2, 71, 128 +"S10", 26, 42, 1, 2, 71, 128 "S11", 73, 0, 2, 9, 84, 139 -"S12", 1334, 1, 48, 124, 1507, 1407 +"S12", 1141, 125, 42, 122, 1430, 1407 "S13", 33, 0, 10, 27, 70, 80 -"S14", 293, 0, 10, 12, 315, 328 +"S14", 281, 12, 10, 12, 315, 328 "S16", 234, 0, 5, 19, 258, 302 "S17", 177, 0, 0, 4, 181, 209 "S19", 1, 0, 0, 3, 4, 4 "S24", 1, 0, 0, 0, 1, 88 "S26", 308, 0, 0, 1, 309, 266 "S28", 7, 0, 0, 0, 7, 13 -"S29", 332, 0, 3, 5, 340, 350 -"S32", 9148, 2, 88, 220, 9458, 7051 -"int", 542, 0, 12, 28, 582, 571 +"S29", 315, 20, 3, 2, 340, 350 +"S32", 6781, 2127, 71, 326, 8796, 7051 +"int", 524, 18, 12, 28, 582, 571 "ros", 2, 0, 0, 0, 2, 2 -"total", 28448, 25, 669, 1512, 30654, 28492 +"total", 24762, 3494, 591, 1561, 29813, 28494 ---------------- Failure summary: -S02-literals/sub-calls.t 18 - parsed as method call on $_ -S02-names-vars/perl.rakudo.jvm 90 - .perl on user-defined type roundtrips okay +S02-lexical-conventions/one-pass-parsing.t aborted 1 test(s) +S02-lexical-conventions/unicode-whitespace.t 1 - CHARACTER TABULATION +S02-lexical-conventions/unicode-whitespace.t 2 - LINE FEED (LF) +S02-lexical-conventions/unicode-whitespace.t 3 - LINE TABULATION +S02-lexical-conventions/unicode-whitespace.t 4 - FORM FEED (FF) +S02-lexical-conventions/unicode-whitespace.t 5 - CARRIAGE RETURN (CR) +S02-lexical-conventions/unicode-whitespace.t 6 - SPACE +S02-lexical-conventions/unicode-whitespace.t 7 - NEXT LINE (NEL) +S02-lexical-conventions/unicode-whitespace.t 8 - NO-BREAK SPACE +S02-lexical-conventions/unicode-whitespace.t 9 - OGHAM SPACE MARK +S02-lexical-conventions/unicode-whitespace.t 10 - MONGOLIAN VOWEL SEPARATOR +S02-lexical-conventions/unicode-whitespace.t 11 - EN QUAD +S02-lexical-conventions/unicode-whitespace.t 12 - EM QUAD +S02-lexical-conventions/unicode-whitespace.t 13 - EN SPACE +S02-lexical-conventions/unicode-whitespace.t 14 - EM SPACE +S02-lexical-conventions/unicode-whitespace.t 15 - THREE-PER-EM SPACE +S02-lexical-conventions/unicode-whitespace.t 16 - FOUR-PER-EM SPACE +S02-lexical-conventions/unicode-whitespace.t 17 - SIX-PER-EM SPACE +S02-lexical-conventions/unicode-whitespace.t 18 - FIGURE SPACE +S02-lexical-conventions/unicode-whitespace.t 19 - PUNCTUATION SPACE +S02-lexical-conventions/unicode-whitespace.t 20 - THIN SPACE +S02-lexical-conventions/unicode-whitespace.t 21 - HAIR SPACE +S02-lexical-conventions/unicode-whitespace.t 22 - LINE SEPARATOR +S02-lexical-conventions/unicode-whitespace.t 23 - PARAGRAPH SEPARATOR +S02-lexical-conventions/unicode-whitespace.t 24 - NARROW NO-BREAK SPACE +S02-lexical-conventions/unicode-whitespace.t 25 - MEDIUM MATHEMATICAL SPACE +S02-lexical-conventions/unicode-whitespace.t 26 - IDEOGRAPHIC SPACE +S02-lexical-conventions/unicode-whitespace.t 27 - long dot with CHARACTER TABULATION +S02-lexical-conventions/unicode-whitespace.t 28 - long dot with LINE FEED (LF) +S02-lexical-conventions/unicode-whitespace.t 29 - long dot with LINE TABULATION +S02-lexical-conventions/unicode-whitespace.t 30 - long dot with FORM FEED (FF) +S02-lexical-conventions/unicode-whitespace.t 31 - long dot with CARRIAGE RETURN (CR) +S02-lexical-conventions/unicode-whitespace.t 32 - long dot with SPACE +S02-lexical-conventions/unicode-whitespace.t 33 - long dot with NEXT LINE (NEL) +S02-lexical-conventions/unicode-whitespace.t 34 - long dot with NO-BREAK SPACE +S02-lexical-conventions/unicode-whitespace.t 35 - long dot with OGHAM SPACE MARK +S02-lexical-conventions/unicode-whitespace.t 36 - long dot with MONGOLIAN VOWEL SEPARATOR +S02-lexical-conventions/unicode-whitespace.t 37 - long dot with EN QUAD +S02-lexical-conventions/unicode-whitespace.t 38 - long dot with EM QUAD +S02-lexical-conventions/unicode-whitespace.t 39 - long dot with EN SPACE +S02-lexical-conventions/unicode-whitespace.t 40 - long dot with EM SPACE +S02-lexical-conventions/unicode-whitespace.t 41 - long dot with THREE-PER-EM SPACE +S02-lexical-conventions/unicode-whitespace.t 42 - long dot with FOUR-PER-EM SPACE +S02-lexical-conventions/unicode-whitespace.t 43 - long dot with SIX-PER-EM SPACE +S02-lexical-conventions/unicode-whitespace.t 44 - long dot with FIGURE SPACE +S02-lexical-conventions/unicode-whitespace.t 45 - long dot with PUNCTUATION SPACE +S02-lexical-conventions/unicode-whitespace.t 46 - long dot with THIN SPACE +S02-lexical-conventions/unicode-whitespace.t 47 - long dot with HAIR SPACE +S02-lexical-conventions/unicode-whitespace.t 48 - long dot with LINE SEPARATOR +S02-lexical-conventions/unicode-whitespace.t 49 - long dot with PARAGRAPH SEPARATOR +S02-lexical-conventions/unicode-whitespace.t 50 - long dot with NARROW NO-BREAK SPACE +S02-lexical-conventions/unicode-whitespace.t 51 - long dot with MEDIUM MATHEMATICAL SPACE +S02-lexical-conventions/unicode-whitespace.t 52 - long dot with IDEOGRAPHIC SPACE +S02-lexical-conventions/unspace.rakudo.jvm aborted 45 test(s) +S02-literals/fmt-interpolation.t aborted 3 test(s) +S02-literals/listquote-whitespace.rakudo.jvm aborted 12 test(s) +S02-literals/listquote.rakudo.jvm aborted 14 test(s) +S02-literals/quoting.rakudo.jvm 88 - :pair +S02-literals/radix.rakudo.jvm aborted 35 test(s) +S02-literals/sub-calls.t aborted 20 test(s) +S02-magicals/dollar_bang.rakudo.jvm 15 - $! has correct value after eval +S02-names-vars/list_array_perl.rakudo.jvm aborted 4 test(s) +S02-names-vars/names.rakudo.jvm 139 - error message mentions name not recognized, no maximum recursion depth exceeded +S02-names-vars/perl.rakudo.jvm passed 86 unplanned test(s) +S02-names/pseudo.rakudo.jvm aborted 10 test(s) +S02-one-pass-parsing/less-than.t aborted 6 test(s) +S02-types/anon_block.rakudo.jvm aborted 36 test(s) +S02-types/array.rakudo.jvm aborted 95 test(s) +S02-types/instants-and-durations.t aborted 9 test(s) S02-types/isDEPRECATED.rakudo.jvm aborted 20 test(s) -S12-methods/topic.t 1 - $_ is not set in methods... -S32-exceptions/misc.rakudo.jvm 541 - 'sub f() { }; f() = 3' died +S02-types/lists.rakudo.jvm 19 - error message contains name of sub +S02-types/lists.rakudo.jvm 20 - error message contains name of class +S02-types/multi_dimensional_array.rakudo.jvm aborted 26 test(s) +S02-types/nil.rakudo.jvm aborted 43 test(s) +S02-types/num.t aborted 65 test(s) +S02-types/range.t aborted 113 test(s) +S02-types/sigils-and-types.rakudo.jvm aborted 23 test(s) +S03-binding/closure.t aborted 8 test(s) +S03-metaops/cross.rakudo.jvm aborted 28 test(s) +S03-metaops/zip.rakudo.jvm aborted 24 test(s) +S03-operators/adverbial-modifiers.rakudo.jvm aborted 31 test(s) +S03-operators/brainos.t 2 - error for "=~" usage mentions "~~" +S03-operators/brainos.t 4 - error for "!~" usage mentions "!~~" +S03-operators/brainos.t aborted 5 test(s) +S03-operators/context-forcers.rakudo.jvm aborted 35 test(s) +S03-operators/ternary.t aborted 3 test(s) +S03-sequence/basic.rakudo.jvm aborted 41 test(s) +S03-smartmatch/hash-hash.rakudo.jvm aborted 2 test(s) +S04-blocks-and-statements/temp.rakudo.jvm aborted 26 test(s) +S04-declarations/my.rakudo.jvm aborted 74 test(s) +S04-phasers/begin.t 9 - BEGIN block was executed before a parse error happened later in the file +S04-phasers/in-eval.rakudo.jvm aborted 35 test(s) +S04-phasers/rvalue.rakudo.jvm aborted 1 test(s) +S04-statements/for.rakudo.jvm 58 - mentions C-style +S04-statements/for.rakudo.jvm 59 - mentions for +S04-statements/for.rakudo.jvm 60 - mentions loop +S04-statements/for.rakudo.jvm 65 - Sensible error message +S04-statements/given.t aborted 19 test(s) +S04-statements/once.t aborted 21 test(s) +S04-statements/terminator.t aborted 4 test(s) +S05-match/capturing-contexts.rakudo.jvm 38 - alphabetic characters can follow digits in $0 variable in interpolation +S05-match/capturing-contexts.rakudo.jvm 39 - alphabetic characters follows $0 interpolated value +S05-metasyntax/charset.rakudo.jvm 35 - STD error message for - as character range +S05-metasyntax/delimiters.t 1 - ^ as delimiter in match and substitution +S05-metasyntax/delimiters.t 2 - ° as delimiter in match and substitution +S05-metasyntax/delimiters.t 3 - ! as delimiter in match and substitution +S05-metasyntax/delimiters.t 4 - " as delimiter in match and substitution +S05-metasyntax/delimiters.t 5 - § as delimiter in match and substitution +S05-metasyntax/delimiters.t 6 - $ as delimiter in match and substitution +S05-metasyntax/delimiters.t 7 - % as delimiter in match and substitution +S05-metasyntax/delimiters.t 8 - @ as delimiter in match and substitution +S05-metasyntax/delimiters.t 9 - € as delimiter in match and substitution +S05-metasyntax/delimiters.t 10 - & as delimiter in match and substitution +S05-metasyntax/delimiters.t 11 - / as delimiter in match and substitution +S05-metasyntax/delimiters.t 12 - = as delimiter in match and substitution +S05-metasyntax/delimiters.t 13 - ? as delimiter in match and substitution +S05-metasyntax/delimiters.t 14 - ` as delimiter in match and substitution +S05-metasyntax/delimiters.t 15 - * as delimiter in match and substitution +S05-metasyntax/delimiters.t 16 - + as delimiter in match and substitution +S05-metasyntax/delimiters.t 17 - ~ as delimiter in match and substitution +S05-metasyntax/delimiters.t 18 - ; as delimiter in match and substitution +S05-metasyntax/delimiters.t 19 - , as delimiter in match and substitution +S05-metasyntax/delimiters.t 20 - . as delimiter in match and substitution +S05-metasyntax/delimiters.t 21 - | as delimiter in match and substitution +S05-metasyntax/regex.t 25 - error message mentions the missing rule +S06-advanced/lexical-subs.rakudo.jvm aborted 5 test(s) +S06-macros/errors.t 2 - die-ing inside a macro dies normally. +S06-multi/syntax.t aborted 19 test(s) +S06-operator-overloading/imported-subs.t aborted 19 test(s) +S06-operator-overloading/sub.rakudo.jvm aborted 68 test(s) +S06-other/main-eval.rakudo.jvm aborted 3 test(s) +S06-routine-modifiers/scoped-named-subs.t aborted 2 test(s) +S06-signature/errors.t 6 - ... error message mentions parameter +S06-signature/errors.t 8 - ... error message mentions "Associative" or the % sigil +S06-signature/errors.t 10 - +S06-signature/slurpy-and-interpolation.t aborted 2 test(s) +S06-traits/misc.rakudo.jvm 18 - error message mentions trait +S06-traits/misc.rakudo.jvm 19 - error message mentions the name of the trait +S10-packages/basic.rakudo.jvm 13 - error message mentions the undefined grammar +S10-packages/basic.rakudo.jvm 15 - error message mentions the undefined module +S10-packages/basic.rakudo.jvm 17 - error message mentions the undefined role +S10-packages/basic.rakudo.jvm 19 - error message mentions the undefined class +S10-packages/basic.rakudo.jvm 21 - error message mentions the undefined package +S10-packages/basic.rakudo.jvm aborted 34 test(s) +S10-packages/joined-namespaces.t aborted 3 test(s) +S12-attributes/instance.rakudo.jvm aborted 96 test(s) +S12-class/basic.rakudo.jvm aborted 7 test(s) +S12-class/inheritance.t aborted 18 test(s) +S12-class/instantiate.rakudo.jvm 4 - error for "NoSuchClass.new()" mentions NoSuchClass +S12-class/literal.t aborted 1 test(s) +S12-methods/multi.rakudo.jvm 11 - error message mentions multi-ness +S12-methods/private.t 13 - right exception type (X::Method::Private::Permission) +S14-roles/basic.rakudo.jvm 35 - Error message mentions the offending non-role +S14-roles/composition.rakudo.jvm 23 - method of the same name from two different roles collide in a class composition +S14-roles/composition.rakudo.jvm 24 - colliding role mentioned in error (1) +S14-roles/composition.rakudo.jvm 25 - colliding role mentioned in error (2) +S14-roles/stubs.t 2 - but roles are fine +S14-roles/stubs.t 3 - directly implementing the stubbed method is fine +S14-roles/stubs.t 4 - composing the stubbed method is fine +S14-roles/stubs.t 6 - composing stub and 2 implementations allows custom implementation +S14-roles/stubs.t 7 - stubbed method can come from parent class too +S14-roles/stubs.t 8 - stubbed method can come from accessor +S14-roles/stubs.t 9 - stubbed method can come from accessor in parent class +S14-traits/routines.rakudo.jvm 12 - declaration of a sub with an unknown trait mentions trait_mod: in dispatch error +S29-context/eval.rakudo.jvm aborted 18 test(s) +S29-context/sleep.t aborted 2 test(s) +S32-array/delete.t aborted 4 test(s) +S32-array/perl.t aborted 5 test(s) +S32-exceptions/misc.rakudo.jvm 5 - right exception type (X::Buf::Pack) +S32-exceptions/misc.rakudo.jvm 8 - right exception type (X::Buf::Pack) +S32-exceptions/misc.rakudo.jvm 11 - right exception type (X::Buf::Pack::NonASCII) +S32-exceptions/misc.rakudo.jvm 14 - right exception type (X::Attribute::Undeclared) +S32-exceptions/misc.rakudo.jvm 20 - right exception type (X::Signature::Placeholder) +S32-exceptions/misc.rakudo.jvm 24 - right exception type (X::Obsolete) +S32-exceptions/misc.rakudo.jvm 28 - right exception type (X::Obsolete) +S32-exceptions/misc.rakudo.jvm 31 - right exception type (X::Obsolete) +S32-exceptions/misc.rakudo.jvm 33 - right exception type (X::Obsolete) +S32-exceptions/misc.rakudo.jvm 35 - right exception type (X::Placeholder::Block) +S32-exceptions/misc.rakudo.jvm 38 - right exception type (X::Placeholder::Block) +S32-exceptions/misc.rakudo.jvm 41 - right exception type (X::Placeholder::Block) +S32-exceptions/misc.rakudo.jvm 44 - right exception type (X::Placeholder::Mainline) +S32-exceptions/misc.rakudo.jvm 47 - right exception type (X::Placeholder::Mainline) +S32-exceptions/misc.rakudo.jvm 50 - right exception type (X::Placeholder::Mainline) +S32-exceptions/misc.rakudo.jvm 52 - right exception type (X::Parameter::Default) +S32-exceptions/misc.rakudo.jvm 56 - right exception type (X::Parameter::Default) +S32-exceptions/misc.rakudo.jvm 60 - right exception type (X::Parameter::Default) +S32-exceptions/misc.rakudo.jvm 63 - right exception type (X::Parameter::Placeholder) +S32-exceptions/misc.rakudo.jvm 67 - right exception type (X::Parameter::Twigil) +S32-exceptions/misc.rakudo.jvm 71 - right exception type (X::Parameter::MultipleTypeConstraints) +S32-exceptions/misc.rakudo.jvm 73 - right exception type (X::Redeclaration) +S32-exceptions/misc.rakudo.jvm 77 - right exception type (X::Redeclaration) +S32-exceptions/misc.rakudo.jvm 81 - right exception type (X::Redeclaration) +S32-exceptions/misc.rakudo.jvm 85 - right exception type (X::Redeclaration) +S32-exceptions/misc.rakudo.jvm 88 - right exception type (X::Redeclaration) +S32-exceptions/misc.rakudo.jvm 91 - right exception type (X::Phaser::Multiple) +S32-exceptions/misc.rakudo.jvm 94 - right exception type (X::Redeclaration) +S32-exceptions/misc.rakudo.jvm 96 - right exception type (X::Redeclaration) +S32-exceptions/misc.rakudo.jvm 98 - right exception type (X::Redeclaration) +S32-exceptions/misc.rakudo.jvm 101 - right exception type (X::Method::Private::Permission) +S32-exceptions/misc.rakudo.jvm 106 - right exception type (X::Method::Private::Unqualified) +S32-exceptions/misc.rakudo.jvm 109 - right exception type (X::Bind) +S32-exceptions/misc.rakudo.jvm 111 - right exception type (X::Bind) +S32-exceptions/misc.rakudo.jvm 114 - right exception type (X::Bind::NativeType) +S32-exceptions/misc.rakudo.jvm 117 - right exception type (X::Bind::ZenSlice) +S32-exceptions/misc.rakudo.jvm 120 - right exception type (X::Bind::ZenSlice) +S32-exceptions/misc.rakudo.jvm 123 - right exception type (X::Bind::Slice) +S32-exceptions/misc.rakudo.jvm 126 - right exception type (X::Bind::Slice) +S32-exceptions/misc.rakudo.jvm 129 - right exception type (X::Obsolete) +S32-exceptions/misc.rakudo.jvm 133 - right exception type (X::Obsolete) +S32-exceptions/misc.rakudo.jvm 137 - right exception type (X::Obsolete) +S32-exceptions/misc.rakudo.jvm 143 - right exception type (X::Obsolete) +S32-exceptions/misc.rakudo.jvm 145 - right exception type (X::Syntax::Name::Null) +S32-exceptions/misc.rakudo.jvm 147 - right exception type (X::Syntax::UnlessElse) +S32-exceptions/misc.rakudo.jvm 149 - right exception type (X::Syntax::P5) +S32-exceptions/misc.rakudo.jvm 151 - right exception type (X::Syntax::NegatedPair) +S32-exceptions/misc.rakudo.jvm 154 - right exception type (X::Syntax::Variable::Numeric) +S32-exceptions/misc.rakudo.jvm 156 - right exception type (X::Syntax::Variable::Numeric) +S32-exceptions/misc.rakudo.jvm 159 - right exception type (X::Syntax::Variable::Match) +S32-exceptions/misc.rakudo.jvm 161 - right exception type (X::Syntax::Variable::Twigil) +S32-exceptions/misc.rakudo.jvm 165 - right exception type (X::Syntax::Variable::Twigil) +S32-exceptions/misc.rakudo.jvm 169 - right exception type (X::Syntax::Variable::Twigil) +S32-exceptions/misc.rakudo.jvm 173 - right exception type (X::Syntax::Variable::IndirectDeclaration) +S32-exceptions/misc.rakudo.jvm 175 - right exception type (X::Undeclared) +S32-exceptions/misc.rakudo.jvm 178 - right exception type (X::Undeclared) +S32-exceptions/misc.rakudo.jvm 181 - right exception type (X::Syntax::Augment::WithoutMonkeyTyping) +S32-exceptions/misc.rakudo.jvm 183 - right exception type (X::Syntax::Augment::Illegal) +S32-exceptions/misc.rakudo.jvm 185 - right exception type (X::Syntax::Augment::Illegal) +S32-exceptions/misc.rakudo.jvm 187 - right exception type (X::Syntax::Extension::Category) +S32-exceptions/misc.rakudo.jvm 190 - right exception type (X::Syntax::Extension::Category) +S32-exceptions/misc.rakudo.jvm 193 - right exception type (X::Syntax::Extension::Null) +S32-exceptions/misc.rakudo.jvm 195 - right exception type (X::Syntax::InfixInTermPosition) +S32-exceptions/misc.rakudo.jvm 198 - right exception type (X::Signature::NameClash) +S32-exceptions/misc.rakudo.jvm 201 - right exception type (X::Does::TypeObject) +S32-exceptions/misc.rakudo.jvm 203 - right exception type (X::Does::TypeObject) +S32-exceptions/misc.rakudo.jvm 205 - right exception type (X::Does::TypeObject) +S32-exceptions/misc.rakudo.jvm 207 - right exception type (X::Role::Initialization) +S32-exceptions/misc.rakudo.jvm 209 - right exception type (X::Role::Initialization) +S32-exceptions/misc.rakudo.jvm 211 - right exception type (X::Role::Initialization) +S32-exceptions/misc.rakudo.jvm 213 - right exception type (X::Role::Initialization) +S32-exceptions/misc.rakudo.jvm 215 - right exception type (X::Comp::Group) +S32-exceptions/misc.rakudo.jvm 218 - right exception type (X::Parameter::WrongOrder) +S32-exceptions/misc.rakudo.jvm 222 - right exception type (X::Parameter::WrongOrder) +S32-exceptions/misc.rakudo.jvm 226 - right exception type (X::Parameter::WrongOrder) +S32-exceptions/misc.rakudo.jvm 231 - right exception type (X::Syntax::Pod::BeginWithoutIdentifier) +S32-exceptions/misc.rakudo.jvm 349 - right exception type (X::Syntax::Confused) +S32-exceptions/misc.rakudo.jvm 351 - right exception type (X::Syntax::Missing) +S32-exceptions/misc.rakudo.jvm 354 - right exception type (X::Syntax::Reserved) +S32-exceptions/misc.rakudo.jvm 357 - right exception type (X::Syntax::Reserved) +S32-exceptions/misc.rakudo.jvm 360 - right exception type (X::Backslash::UnrecognizedSequence) +S32-exceptions/misc.rakudo.jvm 363 - right exception type (X::Backslash::NonVariableDollar) +S32-exceptions/misc.rakudo.jvm 365 - right exception type (X::Value::Dynamic) +S32-exceptions/misc.rakudo.jvm 367 - right exception type (X::Syntax::Self::WithoutObject) +S32-exceptions/misc.rakudo.jvm 369 - right exception type (X::Syntax::VirtualCall) +S32-exceptions/misc.rakudo.jvm 372 - right exception type (X::Syntax::NoSelf) +S32-exceptions/misc.rakudo.jvm 375 - right exception type (X::Syntax::NoSelf) +S32-exceptions/misc.rakudo.jvm 378 - right exception type (X::Attribute::NoPackage) +S32-exceptions/misc.rakudo.jvm 380 - right exception type (X::Attribute::Package) +S32-exceptions/misc.rakudo.jvm 383 - right exception type (X::Declaration::Scope) +S32-exceptions/misc.rakudo.jvm 387 - right exception type (X::Declaration::Scope) +S32-exceptions/misc.rakudo.jvm 391 - right exception type (X::Declaration::Scope::Multi) +S32-exceptions/misc.rakudo.jvm 394 - right exception type (X::Anon::Multi) +S32-exceptions/misc.rakudo.jvm 397 - right exception type (X::Anon::Multi) +S32-exceptions/misc.rakudo.jvm 400 - right exception type (X::Anon::Multi) +S32-exceptions/misc.rakudo.jvm 403 - right exception type (X::Anon::Augment) +S32-exceptions/misc.rakudo.jvm 406 - right exception type (X::Augment::NoSuchType) +S32-exceptions/misc.rakudo.jvm 410 - right exception type (X::Augment::NoSuchType) +S32-exceptions/misc.rakudo.jvm 413 - right exception type (X::Syntax::Number::RadixOutOfRange) +S32-exceptions/misc.rakudo.jvm 416 - right exception type (X::Syntax::Number::RadixOutOfRange) +S32-exceptions/misc.rakudo.jvm 419 - right exception type (X::Syntax::Regex::Adverb) +S32-exceptions/misc.rakudo.jvm 423 - right exception type (X::Syntax::Signature::InvocantMarker) +S32-exceptions/misc.rakudo.jvm 425 - right exception type (X::OutOfRange) +S32-exceptions/misc.rakudo.jvm 429 - right exception type (X::OutOfRange) +S32-exceptions/misc.rakudo.jvm 432 - right exception type (X::OutOfRange) +S32-exceptions/misc.rakudo.jvm 437 - right exception type (X::Routine::Unwrap) +S32-exceptions/misc.rakudo.jvm 445 - right exception type (X::Hash::Store::OddNumber) +S32-exceptions/misc.rakudo.jvm 447 - right exception type (X::Syntax::Missing) +S32-exceptions/misc.rakudo.jvm 450 - right exception type (X::Syntax::Missing) +S32-exceptions/misc.rakudo.jvm 453 - right exception type (X::Syntax::Missing) +S32-exceptions/misc.rakudo.jvm 456 - right exception type (X::Syntax::Missing) +S32-exceptions/misc.rakudo.jvm 459 - right exception type (X::Syntax::NonAssociative) +S32-exceptions/misc.rakudo.jvm 463 - right exception type (X::Package::Stubbed) +S32-exceptions/misc.rakudo.jvm 466 - right exception type (X::Phaser::PrePost) +S32-exceptions/misc.rakudo.jvm 470 - right exception type (X::Phaser::PrePost) +S32-exceptions/misc.rakudo.jvm 474 - right exception type (X::Str::Numeric) +S32-exceptions/misc.rakudo.jvm 479 - right exception type (X::Str::Match::x) +S32-exceptions/misc.rakudo.jvm 482 - right exception type (X::Str::Trans::IllegalKey) +S32-exceptions/misc.rakudo.jvm 485 - right exception type (X::Str::Trans::InvalidArg) +S32-exceptions/misc.rakudo.jvm 488 - right exception type (X::Method::NotFound) +S32-exceptions/misc.rakudo.jvm 492 - right exception type (X::Method::NotFound) +S32-exceptions/misc.rakudo.jvm 496 - right exception type (X::Method::NotFound) +S32-exceptions/misc.rakudo.jvm 501 - right exception type (X::Method::NotFound) +S32-exceptions/misc.rakudo.jvm 504 - right exception type (X::Method::InvalidQualifier) +S32-exceptions/misc.rakudo.jvm passed 509 unplanned test(s) +S32-hash/perl.t aborted 11 test(s) +S32-io/io-path-cygwin.rakudo.jvm aborted 44 test(s) +S32-io/io-path-unix.rakudo.jvm aborted 30 test(s) +S32-io/io-path-win.rakudo.jvm aborted 43 test(s) S32-list/roll.t 40 - different results due to random random-number seed +S32-list/uniq.t aborted 23 test(s) +S32-num/complex.t aborted 470 test(s) +S32-num/fatrat.rakudo.jvm aborted 269 test(s) +S32-num/int.rakudo.jvm aborted 106 test(s) +S32-num/pi.t aborted 4 test(s) +S32-num/rat.rakudo.jvm aborted 819 test(s) +S32-num/rounders.rakudo.jvm aborted 24 test(s) +S32-scalar/perl.rakudo.jvm aborted 5 test(s) +S32-scalar/undef.rakudo.jvm 76 - can use eval("") in further expressions +S32-str/capitalize.rakudo.jvm aborted 1 test(s) +S32-str/sprintf.rakudo.jvm aborted 143 test(s) +integration/99problems-11-to-20.rakudo.jvm aborted 14 test(s) +integration/error-reporting.rakudo.jvm 6 - subset type check fail mentions type check +integration/error-reporting.rakudo.jvm 7 - subset type check fail mentions constraint +integration/error-reporting.rakudo.jvm 13 - correct line number reported for assignment to non-variable +integration/packages.t aborted 1 test(s) note: test_summary.pl @syn does not have ros diff --git a/rakudo.moar_summary.out b/rakudo.moar_summary.out index 8cd14bad..c4d11070 100644 --- a/rakudo.moar_summary.out +++ b/rakudo.moar_summary.out @@ -231,8 +231,8 @@ S02-types/declare.rakudo.moar......................nice: ./perl6-m: No such file 0 78 0 0 78 78 tests aborted (missing ok/not ok) S02-types/deprecations.rakudo.moar.................nice: ./perl6-m: No such file or directory - 0 27 0 0 27 - 27 tests aborted (missing ok/not ok) + 0 29 0 0 29 + 29 tests aborted (missing ok/not ok) S02-types/fatrat.t.................................nice: ./perl6-m: No such file or directory 0 1 0 0 1 1 tests aborted (missing ok/not ok) @@ -2287,7 +2287,7 @@ rosettacode/sierpinski_triangle.t..................nice: ./perl6-m: No such file ---------------- "Synopsis", "pass","fail","todo","skip","plan","spec" "S01", 0, 20, 0, 0, 20, 61 -"S02", 0, 4339, 0, 0, 4339, 4464 +"S02", 0, 4341, 0, 0, 4341, 4466 "S03", 0, 4597, 0, 0, 4597, 4665 "S04", 0, 955, 0, 0, 955, 1038 "S05", 0, 5385, 0, 0, 5385, 5829 @@ -2309,7 +2309,7 @@ rosettacode/sierpinski_triangle.t..................nice: ./perl6-m: No such file "S32", 0, 6735, 0, 0, 6735, 7051 "int", 0, 558, 0, 0, 558, 561 "ros", 0, 2, 0, 0, 2, 2 -"total", 0, 26561, 0, 0, 26561, 28269 +"total", 0, 26563, 0, 0, 26563, 28271 ---------------- Failure summary: S01-perl-5-integration/basic.rakudo.moar aborted 20 test(s) @@ -2386,7 +2386,7 @@ S02-types/bool.t aborted 51 test(s) S02-types/capture.rakudo.moar aborted 21 test(s) S02-types/catch_type_cast_mismatch.rakudo.moar aborted 10 test(s) S02-types/declare.rakudo.moar aborted 78 test(s) -S02-types/deprecations.rakudo.moar aborted 27 test(s) +S02-types/deprecations.rakudo.moar aborted 29 test(s) S02-types/fatrat.t aborted 1 test(s) S02-types/flattening.t aborted 37 test(s) S02-types/hash.rakudo.moar aborted 88 test(s) diff --git a/rakudo.parrot_summary.out b/rakudo.parrot_summary.out index 1d515111..eb761448 100644 --- a/rakudo.parrot_summary.out +++ b/rakudo.parrot_summary.out @@ -1,25 +1,94 @@ /usr/bin/perl t/spec/fudgeall rakudo.parrot t/spec/S01-perl-5-integration/basic.t t/spec/S02-lexical-conventions/begin_end_pod.t t/spec/S02-lexical-conventions/bom.t t/spec/S02-lexical-conventions/comments.t t/spec/S02-lexical-conventions/end-pod.t t/spec/S02-lexical-conventions/minimal-whitespace.t t/spec/S02-lexical-conventions/one-pass-parsing.t t/spec/S02-lexical-conventions/pod-in-multi-line-exprs.t t/spec/S02-lexical-conventions/sub-block-parsing.t t/spec/S02-lexical-conventions/unicode.t t/spec/S02-lexical-conventions/unicode-whitespace.t t/spec/S02-lexical-conventions/unspace.t t/spec/S02-lists/tree.t t/spec/S02-literals/array-interpolation.t t/spec/S02-literals/autoref.t t/spec/S02-literals/char-by-name.t t/spec/S02-literals/char-by-number.t t/spec/S02-literals/fmt-interpolation.t t/spec/S02-literals/hash-interpolation.t t/spec/S02-literals/hex_chars.t t/spec/S02-literals/listquote.t t/spec/S02-literals/listquote-whitespace.t t/spec/S02-literals/misc-interpolation.t t/spec/S02-literals/numeric.t t/spec/S02-literals/pair-boolean.t t/spec/S02-literals/pairs.t t/spec/S02-literals/quoting.t t/spec/S02-literals/quoting-unicode.t t/spec/S02-literals/radix.t t/spec/S02-literals/string-interpolation.t t/spec/S02-literals/sub-calls.t t/spec/S02-literals/subscript.t t/spec/S02-literals/types.t t/spec/S02-literals/underscores.t t/spec/S02-literals/version.t t/spec/S02-magicals/args.t t/spec/S02-magicals/config.t t/spec/S02-magicals/dollar_bang.t t/spec/S02-magicals/dollar-underscore.t t/spec/S02-magicals/env.t t/spec/S02-magicals/file_line.t t/spec/S02-magicals/pid.t t/spec/S02-magicals/progname.t t/spec/S02-magicals/sub.t t/spec/S02-magicals/vm.t t/spec/S02-names/bare-sigil.t t/spec/S02-names/caller.t t/spec/S02-names/identifier.t t/spec/S02-names/indirect.t t/spec/S02-names/is_default.t t/spec/S02-names/is_dynamic.t t/spec/S02-names/name.t t/spec/S02-names/our.t t/spec/S02-names/pseudo.t t/spec/S02-names/symbolic-deref.t t/spec/S02-names-vars/contextual.t t/spec/S02-names-vars/fmt.t t/spec/S02-names-vars/list_array_perl.t t/spec/S02-names-vars/names.t t/spec/S02-names-vars/perl.t t/spec/S02-names-vars/signature.t t/spec/S02-names-vars/variables-and-packages.t t/spec/S02-names-vars/varnames.t t/spec/S02-one-pass-parsing/less-than.t t/spec/S02-packages/package-lookup.t t/spec/S02-types/anon_block.t t/spec/S02-types/array_extending.t t/spec/S02-types/array_ref.t t/spec/S02-types/array.t t/spec/S02-types/assigning-refs.t t/spec/S02-types/autovivification.t t/spec/S02-types/bag.t t/spec/S02-types/baghash.t t/spec/S02-types/bool.t t/spec/S02-types/capture.t t/spec/S02-types/catch_type_cast_mismatch.t t/spec/S02-types/declare.t t/spec/S02-types/deprecations.t t/spec/S02-types/fatrat.t t/spec/S02-types/flattening.t t/spec/S02-types/hash_ref.t t/spec/S02-types/hash.t t/spec/S02-types/infinity.t t/spec/S02-types/instants-and-durations.t t/spec/S02-types/isDEPRECATED.t t/spec/S02-types/lazy-lists.t t/spec/S02-types/lists.t t/spec/S02-types/mix.t t/spec/S02-types/mixhash.t t/spec/S02-types/mixed_multi_dimensional.t t/spec/S02-types/multi_dimensional_array.t t/spec/S02-types/nan.t t/spec/S02-types/native.t t/spec/S02-types/nested_arrays.t t/spec/S02-types/nested_pairs.t t/spec/S02-types/nil.t t/spec/S02-types/num.t t/spec/S02-types/pair.t t/spec/S02-types/parcel.t t/spec/S02-types/parsing-bool.t t/spec/S02-types/range.t t/spec/S02-types/set.t t/spec/S02-types/sethash.t t/spec/S02-types/sigils-and-types.t t/spec/S02-types/subscripts_and_context.t t/spec/S02-types/subset.t t/spec/S02-types/type.t t/spec/S02-types/undefined-types.t t/spec/S02-types/version.t t/spec/S02-types/whatever.t t/spec/S03-binding/arrays.t t/spec/S03-binding/attributes.t t/spec/S03-binding/closure.t t/spec/S03-binding/hashes.t t/spec/S03-binding/nested.t t/spec/S03-binding/ro.t t/spec/S03-binding/scalars.t t/spec/S03-feeds/basic.t t/spec/S03-junctions/associative.t t/spec/S03-junctions/autothreading.t t/spec/S03-junctions/boolean-context.t t/spec/S03-junctions/misc.t t/spec/S03-metaops/cross.t t/spec/S03-metaops/eager-hyper.t t/spec/S03-metaops/hyper.t t/spec/S03-metaops/not.t t/spec/S03-metaops/reduce.t t/spec/S03-metaops/reverse.t t/spec/S03-metaops/zip.t t/spec/S03-operators/adverbial-modifiers.t t/spec/S03-operators/also.t t/spec/S03-operators/andthen.t t/spec/S03-operators/arith.t t/spec/S03-operators/assign-is-not-binding.t t/spec/S03-operators/assign.t t/spec/S03-operators/autoincrement-range.t t/spec/S03-operators/autoincrement.t t/spec/S03-operators/autovivification.t t/spec/S03-operators/bag.t t/spec/S03-operators/basic-types.t t/spec/S03-operators/bit.t t/spec/S03-operators/boolean-bitwise.t t/spec/S03-operators/brainos.t t/spec/S03-operators/buf.t t/spec/S03-operators/chained-declarators.t t/spec/S03-operators/cmp.t t/spec/S03-operators/comparison-simple.t t/spec/S03-operators/comparison.t t/spec/S03-operators/context-forcers.t t/spec/S03-operators/context.t t/spec/S03-operators/equality.t t/spec/S03-operators/eqv.t t/spec/S03-operators/flip-flop.t t/spec/S03-operators/gcd.t t/spec/S03-operators/div.t t/spec/S03-operators/identity.t t/spec/S03-operators/increment.t t/spec/S03-operators/inplace.t t/spec/S03-operators/is-divisible-by.t t/spec/S03-operators/lcm.t t/spec/S03-operators/list-quote-junction.t t/spec/S03-operators/minmax.t t/spec/S03-operators/misc.t t/spec/S03-operators/names.t t/spec/S03-operators/nesting.t t/spec/S03-operators/not.t t/spec/S03-operators/overflow.t t/spec/S03-operators/precedence.t t/spec/S03-operators/range-basic.t t/spec/S03-operators/range-int.t t/spec/S03-operators/range.t t/spec/S03-operators/reduce-le1arg.t t/spec/S03-operators/relational.t t/spec/S03-operators/repeat.t t/spec/S03-operators/scalar-assign.t t/spec/S03-operators/set.t t/spec/S03-operators/short-circuit.t t/spec/S03-operators/so.t t/spec/S03-operators/spaceship-and-containers.t t/spec/S03-operators/spaceship.t t/spec/S03-operators/subscript-adverbs.t t/spec/S03-operators/subscript-vs-lt.t t/spec/S03-operators/ternary.t t/spec/S03-operators/value_equivalence.t t/spec/S03-sequence/arity0.t t/spec/S03-sequence/arity-2-or-more.t t/spec/S03-sequence/basic.t t/spec/S03-sequence/limit-arity-2-or-more.t t/spec/S03-sequence/misc.t t/spec/S03-sequence/nonnumeric.t t/spec/S03-smartmatch/any-any.t t/spec/S03-smartmatch/any-array.t t/spec/S03-smartmatch/any-bool.t t/spec/S03-smartmatch/any-callable.t t/spec/S03-smartmatch/any-complex.t t/spec/S03-smartmatch/any-hash-pair.t t/spec/S03-smartmatch/any-method.t t/spec/S03-smartmatch/any-num.t t/spec/S03-smartmatch/any-pair.t t/spec/S03-smartmatch/any-str.t t/spec/S03-smartmatch/any-sub.t t/spec/S03-smartmatch/any-type.t t/spec/S03-smartmatch/array-array.t t/spec/S03-smartmatch/array-hash.t t/spec/S03-smartmatch/capture-signature.t t/spec/S03-smartmatch/disorganized.t t/spec/S03-smartmatch/hash-hash.t t/spec/S03-smartmatch/range-range.t t/spec/S03-smartmatch/regex-hash.t t/spec/S03-smartmatch/scalar-hash.t t/spec/S03-smartmatch/signature-signature.t t/spec/S04-blocks-and-statements/let.t t/spec/S04-blocks-and-statements/pointy-rw.t t/spec/S04-blocks-and-statements/pointy.t t/spec/S04-blocks-and-statements/temp.t t/spec/S04-declarations/constant.t t/spec/S04-declarations/implicit-parameter.t t/spec/S04-declarations/multiple.t t/spec/S04-declarations/my.t t/spec/S04-declarations/our.t t/spec/S04-declarations/state.t t/spec/S04-declarations/will.t t/spec/S04-exception-handlers/catch.t t/spec/S04-exceptions/fail.t t/spec/S04-phasers/ascending-order.t t/spec/S04-phasers/begin.t t/spec/S04-phasers/check.t t/spec/S04-phasers/descending-order.t t/spec/S04-phasers/end.t t/spec/S04-phasers/enter-leave.t t/spec/S04-phasers/eval-in-begin.t t/spec/S04-phasers/first.t t/spec/S04-phasers/in-eval.t t/spec/S04-phasers/keep-undo.t t/spec/S04-phasers/multiple.t t/spec/S04-phasers/next.t t/spec/S04-phasers/pre-post.t t/spec/S04-phasers/rvalue.t t/spec/S04-statement-modifiers/for.t t/spec/S04-statement-modifiers/given.t t/spec/S04-statement-modifiers/if.t t/spec/S04-statement-modifiers/unless.t t/spec/S04-statement-modifiers/until.t t/spec/S04-statement-modifiers/values_in_bool_context.t t/spec/S04-statement-modifiers/while.t t/spec/S04-statement-parsing/hash.t t/spec/S04-statements/do.t t/spec/S04-statements/for-scope.t t/spec/S04-statements/for.t t/spec/S04-statements/for_with_only_one_item.t t/spec/S04-statements/gather.t t/spec/S04-statements/given.t t/spec/S04-statements/if.t t/spec/S04-statements/last.t t/spec/S04-statements/loop.t t/spec/S04-statements/map-and-sort-in-for.t t/spec/S04-statements/next.t t/spec/S04-statements/no-implicit-block.t t/spec/S04-statements/once.t t/spec/S04-statements/redo.t t/spec/S04-statements/repeat.t t/spec/S04-statements/return.t t/spec/S04-statements/sink.t t/spec/S04-statements/terminator.t t/spec/S04-statements/try.t t/spec/S04-statements/unless.t t/spec/S04-statements/until.t t/spec/S04-statements/while.t t/spec/S05-capture/caps.t t/spec/S05-capture/dot.t t/spec/S05-capture/match-object.t t/spec/S05-capture/named.t t/spec/S05-capture/subrule.t t/spec/S05-grammar/action-stubs.t t/spec/S05-grammar/inheritance.t t/spec/S05-grammar/methods.t t/spec/S05-grammar/namespace.t t/spec/S05-grammar/parse_and_parsefile.t t/spec/S05-grammar/polymorphism.t t/spec/S05-grammar/protoregex.t t/spec/S05-grammar/protos.t t/spec/S05-grammar/signatures.t t/spec/S05-grammar/ws.t t/spec/S05-interpolation/lexicals.t t/spec/S05-interpolation/regex-in-variable.t t/spec/S05-mass/charsets.t t/spec/S05-mass/named-chars.t t/spec/S05-mass/properties-block.t t/spec/S05-mass/properties-derived.t t/spec/S05-mass/properties-general.t t/spec/S05-mass/properties-script.t t/spec/S05-mass/recursive.t t/spec/S05-mass/rx.t t/spec/S05-mass/stdrules.t t/spec/S05-match/arrayhash.t t/spec/S05-match/blocks.t t/spec/S05-match/capturing-contexts.t t/spec/S05-match/make.t t/spec/S05-match/non-capturing.t t/spec/S05-match/positions.t t/spec/S05-metachars/closure.t t/spec/S05-metachars/line-anchors.t t/spec/S05-metachars/newline.t t/spec/S05-metachars/tilde.t t/spec/S05-metasyntax/angle-brackets.t t/spec/S05-metasyntax/assertions.t t/spec/S05-metasyntax/changed.t t/spec/S05-metasyntax/charset.t t/spec/S05-metasyntax/delimiters.t t/spec/S05-metasyntax/interpolating-closure.t t/spec/S05-metasyntax/litvar.t t/spec/S05-metasyntax/longest-alternative.t t/spec/S05-metasyntax/lookaround.t t/spec/S05-metasyntax/null.t t/spec/S05-metasyntax/proto-token-ltm.t t/spec/S05-metasyntax/regex.t t/spec/S05-metasyntax/repeat.t t/spec/S05-metasyntax/sequential-alternation.t t/spec/S05-metasyntax/single-quotes.t t/spec/S05-metasyntax/unknown.t t/spec/S05-modifier/continue.t t/spec/S05-modifier/counted-match.t t/spec/S05-modifier/counted.t t/spec/S05-modifier/global.t t/spec/S05-modifier/ignorecase.t t/spec/S05-modifier/ii.t t/spec/S05-modifier/overlapping.t t/spec/S05-modifier/perl5_0.t t/spec/S05-modifier/perl5_1.t t/spec/S05-modifier/perl5_2.t t/spec/S05-modifier/perl5_3.t t/spec/S05-modifier/perl5_4.t t/spec/S05-modifier/perl5_5.t t/spec/S05-modifier/perl5_7.t t/spec/S05-modifier/perl5_8.t t/spec/S05-modifier/pos.t t/spec/S05-modifier/repetition.t t/spec/S05-modifier/sigspace.t t/spec/S05-substitution/match.t t/spec/S05-substitution/subst.t t/spec/S05-transliteration/trans.t t/spec/S05-transliteration/with-closure.t t/spec/S06-advanced/callframe.t t/spec/S06-advanced/callsame.t t/spec/S06-advanced/lexical-subs.t t/spec/S06-advanced/recurse.t t/spec/S06-advanced/return.t t/spec/S06-advanced/wrap.t t/spec/S06-currying/assuming-and-mmd.t t/spec/S06-currying/named.t t/spec/S06-macros/errors.t t/spec/S06-macros/quasi-blocks.t t/spec/S06-macros/unquoting.t t/spec/S06-macros/opaque-ast.t t/spec/S06-multi/lexical-multis.t t/spec/S06-multi/positional-vs-named.t t/spec/S06-multi/proto.t t/spec/S06-multi/redispatch.t t/spec/S06-multi/syntax.t t/spec/S06-multi/type-based.t t/spec/S06-multi/unpackability.t t/spec/S06-multi/value-based.t t/spec/S06-operator-overloading/imported-subs.t t/spec/S06-operator-overloading/methods.t t/spec/S06-operator-overloading/semicolon.t t/spec/S06-operator-overloading/sub.t t/spec/S06-operator-overloading/workout.t t/spec/S06-other/anon-hashes-vs-blocks.t t/spec/S06-other/introspection.t t/spec/S06-other/main-eval.t t/spec/S06-other/main.t t/spec/S06-other/main-usage.t t/spec/S06-other/misc.t t/spec/S06-routine-modifiers/lvalue-subroutines.t t/spec/S06-routine-modifiers/proxy.t t/spec/S06-routine-modifiers/scoped-named-subs.t t/spec/S06-signature/arity.t t/spec/S06-signature/closure-over-parameters.t t/spec/S06-signature/closure-parameters.t t/spec/S06-signature/code.t t/spec/S06-signature/defaults.t t/spec/S06-signature/errors.t t/spec/S06-signature/introspection.t t/spec/S06-signature/mixed-placeholders.t t/spec/S06-signature/multidimensional.t t/spec/S06-signature/named-parameters.t t/spec/S06-signature/named-placeholders.t t/spec/S06-signature/named-renaming.t t/spec/S06-signature/optional.t t/spec/S06-signature/outside-subroutine.t t/spec/S06-signature/passing-arrays.t t/spec/S06-signature/passing-hashes.t t/spec/S06-signature/positional-placeholders.t t/spec/S06-signature/positional.t t/spec/S06-signature/scalar-type.t t/spec/S06-signature/sigilless.t t/spec/S06-signature/slurpy-and-interpolation.t t/spec/S06-signature/slurpy-params.t t/spec/S06-signature/slurpy-placeholders.t t/spec/S06-signature/sub-ref.t t/spec/S06-signature/tree-node-parameters.t t/spec/S06-signature/type-capture.t t/spec/S06-signature/types.t t/spec/S06-signature/unpack-array.t t/spec/S06-signature/unpack-object.t t/spec/S06-signature/unspecified.t t/spec/S06-traits/is-assoc.t t/spec/S06-traits/is-copy.t t/spec/S06-traits/is-readonly.t t/spec/S06-traits/is-rw.t t/spec/S06-traits/misc.t t/spec/S06-traits/precedence.t t/spec/S06-traits/slurpy-is-rw.t t/spec/S09-autovivification/autoincrement.t t/spec/S09-autovivification/autovivification.t t/spec/S09-hashes/objecthash.t t/spec/S09-subscript/slice.t t/spec/S09-typed-arrays/arrays.t t/spec/S09-typed-arrays/hashes.t t/spec/S10-packages/basic.t t/spec/S10-packages/joined-namespaces.t t/spec/S10-packages/use-with-class.t t/spec/S11-modules/importing.t t/spec/S11-modules/import-multi.t t/spec/S11-modules/import-tag.t t/spec/S11-modules/import.t t/spec/S11-modules/lexical.t t/spec/S11-modules/need.t t/spec/S11-modules/nested.t t/spec/S11-modules/require.t t/spec/S12-attributes/class.t t/spec/S12-attributes/clone.t t/spec/S12-attributes/defaults.t t/spec/S12-attributes/delegation.t t/spec/S12-attributes/inheritance.t t/spec/S12-attributes/instance.t t/spec/S12-attributes/mutators.t t/spec/S12-attributes/recursive.t t/spec/S12-attributes/undeclared.t t/spec/S12-class/anonymous.t t/spec/S12-class/attributes.t t/spec/S12-class/augment-supersede.t t/spec/S12-class/basic.t t/spec/S12-class/declaration-order.t t/spec/S12-class/extending-arrays.t t/spec/S12-class/inheritance-class-methods.t t/spec/S12-class/inheritance.t t/spec/S12-class/instantiate.t t/spec/S12-class/interface-consistency.t t/spec/S12-class/lexical.t t/spec/S12-class/literal.t t/spec/S12-class/magical-vars.t t/spec/S12-class/mro.t t/spec/S12-class/namespaced.t t/spec/S12-class/open.t t/spec/S12-class/rw.t t/spec/S12-class/self-inheritance.t t/spec/S12-class/stubs.t t/spec/S12-class/type-object.t t/spec/S12-construction/autopairs.t t/spec/S12-construction/BUILD.t t/spec/S12-construction/construction.t t/spec/S12-construction/named-params-in-BUILD.t t/spec/S12-construction/new.t t/spec/S12-enums/anonymous.t t/spec/S12-enums/as-role.t t/spec/S12-enums/basic.t t/spec/S12-enums/misc.t t/spec/S12-enums/non-int.t t/spec/S12-enums/pseudo-functional.t t/spec/S12-enums/thorough.t t/spec/S12-introspection/attributes.t t/spec/S12-introspection/can.t t/spec/S12-introspection/definite.t t/spec/S12-introspection/meta-class.t t/spec/S12-introspection/methods.t t/spec/S12-introspection/parents.t t/spec/S12-introspection/roles.t t/spec/S12-introspection/walk.t t/spec/S12-introspection/WHAT.t t/spec/S12-methods/accessors.t t/spec/S12-methods/attribute-params.t t/spec/S12-methods/calling_sets.t t/spec/S12-methods/calling_syntax.t t/spec/S12-methods/chaining.t t/spec/S12-methods/class-and-instance.t t/spec/S12-methods/delegation.t t/spec/S12-methods/default-trait.t t/spec/S12-methods/defer-call.t t/spec/S12-methods/defer-next.t t/spec/S12-methods/how.t t/spec/S12-methods/indirect_notation.t t/spec/S12-methods/instance.t t/spec/S12-methods/lastcall.t t/spec/S12-methods/lvalue.t t/spec/S12-methods/method-vs-sub.t t/spec/S12-methods/multi.t t/spec/S12-methods/parallel-dispatch.t t/spec/S12-methods/private.t t/spec/S12-methods/qualified.t t/spec/S12-methods/submethods.t t/spec/S12-methods/syntax.t t/spec/S12-methods/topic.t t/spec/S12-methods/trusts.t t/spec/S12-methods/typed-attributes.t t/spec/S12-methods/what.t t/spec/S12-subset/multi-dispatch.t t/spec/S12-subset/subtypes.t t/spec/S13-overloading/metaoperators.t t/spec/S13-overloading/operators.t t/spec/S13-overloading/typecasting-long.t t/spec/S13-overloading/typecasting-mixed.t t/spec/S13-overloading/typecasting-short.t t/spec/S13-type-casting/methods.t t/spec/S14-roles/anonymous.t t/spec/S14-roles/attributes.t t/spec/S14-roles/basic.t t/spec/S14-roles/bool.t t/spec/S14-roles/composition.t t/spec/S14-roles/conflicts.t t/spec/S14-roles/crony.t t/spec/S14-roles/instantiation.t t/spec/S14-roles/lexical.t t/spec/S14-roles/mixin.t t/spec/S14-roles/namespaced.t t/spec/S14-roles/parameterized-basic.t t/spec/S14-roles/parameterized-mixin.t t/spec/S14-roles/parameterized-type.t t/spec/S14-roles/parameter-subtyping.t t/spec/S14-roles/stubs.t t/spec/S14-roles/submethods.t t/spec/S14-traits/attributes.t t/spec/S14-traits/routines.t t/spec/S16-filehandles/chmod.t t/spec/S16-filehandles/filestat.t t/spec/S16-filehandles/filetest.t t/spec/S16-filehandles/io_in_for_loops.t t/spec/S16-filehandles/io_in_while_loops.t t/spec/S16-filehandles/io.t t/spec/S16-filehandles/mkdir_rmdir.t t/spec/S16-filehandles/open.t t/spec/S16-filehandles/unlink.t t/spec/S16-io/bare-say.t t/spec/S16-io/basic-open.t t/spec/S16-io/cwd.t t/spec/S16-io/getc.t t/spec/S16-io/say-and-ref.t t/spec/S16-io/say.t t/spec/S16-io/tmpdir.t t/spec/S16-unfiled/rebindstdhandles.t t/spec/S19-command-line/dash-e.t t/spec/S19-command-line/help.t t/spec/S24-testing/0-compile.t t/spec/S26-documentation/01-delimited.t t/spec/S26-documentation/02-paragraph.t t/spec/S26-documentation/03-abbreviated.t t/spec/S26-documentation/04-code.t t/spec/S26-documentation/05-comment.t t/spec/S26-documentation/06-lists.t t/spec/S26-documentation/07-tables.t t/spec/S26-documentation/08-formattingcodes.t t/spec/S26-documentation/09-configuration.t t/spec/S26-documentation/10-doc-cli.t t/spec/S26-documentation/why.t t/spec/S28-named-variables/cwd.t t/spec/S28-named-variables/inc.t t/spec/S29-any/cmp.t t/spec/S29-any/isa.t t/spec/S29-context/die.t t/spec/S29-context/eval.t t/spec/S29-context/exit-in-if.t t/spec/S29-context/exit.t t/spec/S29-context/sleep.t t/spec/S29-conversions/hash.t t/spec/S29-conversions/ord_and_chr.t t/spec/S29-os/system.t t/spec/S32-array/bool.t t/spec/S32-array/create.t t/spec/S32-array/delete.t t/spec/S32-array/delete-adverb.t t/spec/S32-array/delete-adverb-native.t t/spec/S32-array/elems.t t/spec/S32-array/end.t t/spec/S32-array/exists-adverb.t t/spec/S32-array/keys_values.t t/spec/S32-array/kv.t t/spec/S32-array/pairs.t t/spec/S32-array/perl.t t/spec/S32-array/pop.t t/spec/S32-array/push.t t/spec/S32-array/rotate.t t/spec/S32-array/shift.t t/spec/S32-array/splice.t t/spec/S32-array/unshift.t t/spec/S32-basics/warn.t t/spec/S32-container/roundrobin.t t/spec/S32-container/zip.t t/spec/S32-exceptions/misc.t t/spec/S32-hash/delete.t t/spec/S32-hash/delete-adverb.t t/spec/S32-hash/exists.t t/spec/S32-hash/exists-adverb.t t/spec/S32-hash/invert.t t/spec/S32-hash/keys_values.t t/spec/S32-hash/kv.t t/spec/S32-hash/pairs.t t/spec/S32-hash/perl.t t/spec/S32-hash/push.t t/spec/S32-hash/slice.t t/spec/S32-io/chdir.t t/spec/S32-io/copy.t t/spec/S32-io/dir.t t/spec/S32-io/file-tests.t t/spec/S32-io/io-spec-unix.t t/spec/S32-io/io-spec-win.t t/spec/S32-io/io-spec-cygwin.t t/spec/S32-io/io-path-unix.t t/spec/S32-io/io-path-win.t t/spec/S32-io/io-path-cygwin.t t/spec/S32-io/io-path.t t/spec/S32-io/note.t t/spec/S32-io/other.t t/spec/S32-io/slurp.t t/spec/S32-io/spurt.t t/spec/S32-list/categorize.t t/spec/S32-list/classify.t t/spec/S32-list/create.t t/spec/S32-list/combinations.t t/spec/S32-list/end.t t/spec/S32-list/first.t t/spec/S32-list/grep.t t/spec/S32-list/join.t t/spec/S32-list/map_function_return_values.t t/spec/S32-list/map.t t/spec/S32-list/minmax.t t/spec/S32-list/pick.t t/spec/S32-list/reduce.t t/spec/S32-list/reverse.t t/spec/S32-list/roll.t t/spec/S32-list/sort.t t/spec/S32-list/uniq.t t/spec/S32-list/squish.t t/spec/S32-num/abs.t t/spec/S32-num/base.t t/spec/S32-num/complex.t t/spec/S32-num/cool-num.t t/spec/S32-num/exp.t t/spec/S32-num/expmod.t t/spec/S32-num/fatrat.t t/spec/S32-num/int.t t/spec/S32-num/is-prime.t t/spec/S32-num/log.t t/spec/S32-num/narrow.t t/spec/S32-num/pi.t t/spec/S32-num/polar.t t/spec/S32-num/power.t t/spec/S32-num/rand.t t/spec/S32-num/rat.t t/spec/S32-num/real-bridge.t t/spec/S32-num/roots.t t/spec/S32-num/rounders.t t/spec/S32-num/sign.t t/spec/S32-num/sqrt.t t/spec/S32-num/stringify.t t/spec/S32-num/unpolar.t t/spec/S32-scalar/defined.t t/spec/S32-scalar/perl.t t/spec/S32-scalar/undef.t t/spec/S32-str/append.t t/spec/S32-str/bool.t t/spec/S32-str/capitalize.t t/spec/S32-str/chomp.t t/spec/S32-str/chop.t t/spec/S32-str/comb.t t/spec/S32-str/encode.t t/spec/S32-str/flip.t t/spec/S32-str/indent.t t/spec/S32-str/index.t t/spec/S32-str/lc.t t/spec/S32-str/lines.t t/spec/S32-str/numeric.t t/spec/S32-str/ords.t t/spec/S32-str/pack.t t/spec/S32-str/pos.t t/spec/S32-str/rindex.t t/spec/S32-str/samecase.t t/spec/S32-str/split-simple.t t/spec/S32-str/split.t t/spec/S32-str/sprintf.t t/spec/S32-str/substr.t t/spec/S32-str/substr-rw.t t/spec/S32-str/tclc.t t/spec/S32-str/trim.t t/spec/S32-str/uc.t t/spec/S32-str/unpack.t t/spec/S32-str/words.t t/spec/S32-temporal/calendar.t t/spec/S32-temporal/Date.t t/spec/S32-temporal/DateTime-Instant-Duration.t t/spec/S32-temporal/DateTime.t t/spec/S32-temporal/local.t t/spec/S32-trig/atan2.t t/spec/S32-trig/cosech.t t/spec/S32-trig/cosec.t t/spec/S32-trig/cosh.t t/spec/S32-trig/cos.t t/spec/S32-trig/cotanh.t t/spec/S32-trig/cotan.t t/spec/S32-trig/e.t t/spec/S32-trig/pi.t t/spec/S32-trig/sech.t t/spec/S32-trig/sec.t t/spec/S32-trig/simple.t t/spec/S32-trig/sinh.t t/spec/S32-trig/sin.t t/spec/S32-trig/tanh.t t/spec/S32-trig/tan.t t/spec/integration/99problems-01-to-10.t t/spec/integration/99problems-11-to-20.t t/spec/integration/99problems-21-to-30.t t/spec/integration/99problems-31-to-40.t t/spec/integration/99problems-41-to-50.t t/spec/integration/99problems-51-to-60.t t/spec/integration/99problems-61-to-70.t t/spec/integration/advent2009-day01.t t/spec/integration/advent2009-day02.t t/spec/integration/advent2009-day03.t t/spec/integration/advent2009-day04.t t/spec/integration/advent2009-day05.t t/spec/integration/advent2009-day06.t t/spec/integration/advent2009-day07.t t/spec/integration/advent2009-day08.t t/spec/integration/advent2009-day09.t t/spec/integration/advent2009-day10.t t/spec/integration/advent2009-day11.t t/spec/integration/advent2009-day12.t t/spec/integration/advent2009-day13.t t/spec/integration/advent2009-day14.t t/spec/integration/advent2009-day15.t t/spec/integration/advent2009-day16.t t/spec/integration/advent2009-day17.t t/spec/integration/advent2009-day18.t t/spec/integration/advent2009-day19.t t/spec/integration/advent2009-day20.t t/spec/integration/advent2009-day22.t t/spec/integration/advent2009-day23.t t/spec/integration/advent2010-day04.t t/spec/integration/code-blocks-as-sub-args.t t/spec/integration/error-reporting.t t/spec/integration/lazy-bentley-generator.t t/spec/integration/lexical-array-in-inner-block.t t/spec/integration/lexicals-and-attributes.t t/spec/integration/man-or-boy.t t/spec/integration/method-calls-and-instantiation.t t/spec/integration/no-indirect-new.t t/spec/integration/packages.t t/spec/integration/pair-in-array.t t/spec/integration/passing-pair-class-to-sub.t t/spec/integration/real-strings.t t/spec/integration/role-composition-vs-attribute.t t/spec/integration/rule-in-class-Str.t t/spec/integration/say-crash.t t/spec/integration/substr-after-match-in-gather-in-for.t t/spec/integration/topic_in_double_loop.t t/spec/integration/variables-in-do.t t/spec/integration/weird-errors.t t/spec/rosettacode/greatest_element_of_a_list.t t/spec/rosettacode/sierpinski_triangle.t t/spec/S32-io/IO-Socket-INET.t pass fail todo skip plan -S01-perl-5-integration/basic.rakudo.parrot......... 0 0 0 20 20 +S01-perl-5-integration/basic.rakudo.parrot.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S01-perl-5-integration/basic.rakudo.parrot, line 5 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 0 0 0 20 20 20 skipped: pass fail todo skip plan S02-lexical-conventions/begin_end_pod.t............ 1 0 0 0 1 S02-lexical-conventions/bom.t...................... 1 0 0 0 1 -S02-lexical-conventions/comments.rakudo.parrot..... 48 0 2 0 50 +S02-lexical-conventions/comments.rakudo.parrot.....Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S02-lexical-conventions/comments.rakudo.parrot, line 159 + eval_12, line 3 + eval_14, line 3 + eval_16, line 3 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 48 0 2 0 50 1 todo : nom regression 1 todo : NYI S02-lexical-conventions/end-pod.t.................. 1 0 0 0 1 -S02-lexical-conventions/minimal-whitespace.t....... 9 0 0 0 9 -S02-lexical-conventions/one-pass-parsing.t......... 1 0 0 0 1 +S02-lexical-conventions/minimal-whitespace.t.......Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 +S02-lexical-conventions/one-pass-parsing.t.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-lexical-conventions/one-pass-parsing.t, line 8 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 1 0 0 0 1 S02-lexical-conventions/pod-in-multi-line-exprs.t.. 3 0 0 0 3 -S02-lexical-conventions/sub-block-parsing.rakudo... 7 0 0 2 9 +S02-lexical-conventions/sub-block-parsing.rakudo...Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 2 9 1 skipped: confused near "(sub{ 42 }" 1 skipped: confused near "(sub { 42 " -S02-lexical-conventions/unicode-whitespace.t....... 52 0 0 0 52 -S02-lexical-conventions/unicode.rakudo.parrot...... 35 0 1 2 38 +S02-lexical-conventions/unicode-whitespace.t.......Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-lexical-conventions/unicode-whitespace.t, line 7 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 52 0 0 0 52 +S02-lexical-conventions/unicode.rakudo.parrot......Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 35 0 1 2 38 2 skipped: VOWEL SIGNs in identifiers 1 todo : PS does not work to separate lines -S02-lexical-conventions/unspace.rakudo.parrot...... 60 0 0 18 78 +S02-lexical-conventions/unspace.rakudo.parrot......Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S02-lexical-conventions/unspace.rakudo.parrot, lines 101,243,249 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 60 0 0 18 78 3 skipped: indirect method calls 1 skipped: .++ does not work 4 skipped: =for pod not implemented (in STD.pm) @@ -38,36 +107,120 @@ use of uninitialized value of type Any in string context in block at t/spec/S0 S02-literals/char-by-name.rakudo.parrot............ 8 0 0 2 10 1 skipped: \c[LF] not valid 1 skipped: \c[LINE FEED] not valid -S02-literals/char-by-number.rakudo.parrot.......... 38 0 4 0 42 +S02-literals/char-by-number.rakudo.parrot..........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 38 0 4 0 42 4 todo : Detecting malformed escape sequences NYI -S02-literals/fmt-interpolation.t................... 11 0 0 0 11 +S02-literals/fmt-interpolation.t...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-literals/fmt-interpolation.t, line 48 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 S02-literals/hash-interpolation.t.................. 10 0 0 0 10 S02-literals/hex_chars.t........................... 4 0 0 0 4 -S02-literals/listquote-whitespace.rakudo.parrot.... 11 0 1 0 12 +S02-literals/listquote-whitespace.rakudo.parrot....Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-literals/listquote-whitespace.rakudo.parrot, lines 44,53 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 1 0 12 1 todo : \xa0 should not be a separator for list quotes -S02-literals/listquote.rakudo.parrot............... 18 0 4 1 23 +S02-literals/listquote.rakudo.parrot...............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S02-literals/listquote.rakudo.parrot, line 43 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 18 0 4 1 23 1 skipped: meta operators 3 todo : magic type of <...> contents 1 todo : unknown errors -S02-literals/misc-interpolation.t.................. 46 0 0 0 46 -S02-literals/numeric.t............................. 22 0 0 0 22 +S02-literals/misc-interpolation.t..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 46 0 0 0 46 +S02-literals/numeric.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 0 0 22 S02-literals/pair-boolean.t........................ 6 0 0 0 6 S02-literals/pairs.rakudo.parrot...................use of uninitialized value of type Bool in string context in block at t/spec/S02-literals/pairs.rakudo.parrot:70 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-literals/pairs.rakudo.parrot, line 175 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 75 0 2 2 79 1 skipped: reduce meta op 1 skipped: prefix:<|> 1 todo : reduce meta op 1 todo : prefix:<|> -S02-literals/quoting-unicode.rakudo.parrot......... 72 0 0 1 73 +S02-literals/quoting-unicode.rakudo.parrot.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-literals/quoting-unicode.rakudo.parrot, line 68 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 72 0 0 1 73 1 skipped: Parse failure -S02-literals/quoting.rakudo.parrot................. 144 0 8 3 155 +S02-literals/quoting.rakudo.parrot.................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S02-literals/quoting.rakudo.parrot, line 314 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 144 0 8 3 155 3 skipped: \c@ etc 1 todo : retriage 1 todo : «...» 2 todo : q:x assigned to array 4 todo : quoting adverbs -S02-literals/radix.rakudo.parrot................... 129 0 5 0 134 +S02-literals/radix.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S02-literals/radix.rakudo.parrot, line 229 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 129 0 5 0 134 4 todo : Some question of what this form should actually do 1 todo : Really?! S02-literals/string-interpolation.t................Potential difficulties: @@ -90,12 +243,42 @@ S02-literals/string-interpolation.t................Potential difficulties: at t/spec/S02-literals/string-interpolation.t:12 ------>  is "{;;;;;;\01⏏;42}", "42", '{\\01 parses correctly (3) 14 0 0 0 14 -S02-literals/sub-calls.t...........................use of uninitialized value of type Nil in numeric context in block at eval_17:1 - - 19 1 0 0 20 -S02-literals/subscript.t........................... 2 0 0 0 2 -S02-literals/types.t............................... 7 0 0 0 7 -S02-literals/underscores.t......................... 19 0 0 0 19 +S02-literals/sub-calls.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-literals/sub-calls.t, lines 21,22,23,24,26,27,28,29,31,33,34,37,38,40,41,42,50,58,62 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 20 0 0 0 20 +S02-literals/subscript.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-literals/subscript.t, line 15 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S02-literals/types.t...............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 0 7 +S02-literals/underscores.t.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 19 0 0 0 19 S02-literals/version.rakudo.parrot................. 25 0 3 0 28 3 todo : trailing zeroes fail S02-magicals/args.t................................ 6 0 0 0 6 @@ -103,9 +286,26 @@ S02-magicals/config.rakudo.parrot.................. 3 0 0 2 5 2 skipped: unimpl $?OS S02-magicals/dollar-underscore.rakudo.parrot....... 8 0 0 1 9 1 skipped: for() with nullary block -S02-magicals/dollar_bang.rakudo.parrot............. 15 0 1 0 16 +S02-magicals/dollar_bang.rakudo.parrot.............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-magicals/dollar_bang.rakudo.parrot, lines 27,63 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 15 0 1 0 16 1 todo : stringification of $! -S02-magicals/env.rakudo.parrot..................... 16 0 0 1 17 +S02-magicals/env.rakudo.parrot.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S02-magicals/env.rakudo.parrot, line 75 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 0 1 17 1 skipped: import keyword S02-magicals/file_line.t........................... 2 0 0 0 2 S02-magicals/pid.t................................. 1 0 0 0 1 @@ -114,10 +314,27 @@ S02-magicals/sub.t................................. 6 0 0 0 6 S02-magicals/vm.t.................................. 3 0 0 0 3 S02-names-vars/contextual.t........................ 23 0 0 0 23 S02-names-vars/fmt.t............................... 21 0 0 0 21 -S02-names-vars/list_array_perl.rakudo.parrot....... 18 0 1 2 21 +S02-names-vars/list_array_perl.rakudo.parrot.......Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-names-vars/list_array_perl.rakudo.parrot, lines 33,35,76,86,93,102 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 18 0 1 2 21 2 skipped: recursive data structure 1 todo : List.perl bug -S02-names-vars/names.rakudo.parrot................. 127 0 2 13 142 +S02-names-vars/names.rakudo.parrot.................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S02-names-vars/names.rakudo.parrot, lines 74,115,126 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 127 0 2 13 142 4 skipped: ::{ } package lookup NYI 2 skipped: this kind of lookup NYI 7 skipped: package variable autovivification @@ -131,25 +348,66 @@ use of uninitialized value of type Mu in string context in block at t/spec/S02 use of uninitialized value of type Mu in string context in block at t/spec/S02-names-vars/perl.rakudo.parrot:59 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-names-vars/perl.rakudo.parrot, lines 59,61,95,126,152,163,175 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 98 0 0 6 104 2 skipped: {...}.perl does not work 2 skipped: recursive data structure 2 skipped: RT 67790 S02-names-vars/signature.rakudo.parrot............. 11 0 2 0 13 2 todo : eqv on signatures -S02-names-vars/variables-and-packages.rakudo.parr.. 32 0 3 3 38 +S02-names-vars/variables-and-packages.rakudo.parr..Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 32 0 3 3 38 3 skipped: nom regression 3 todo : nom regression -S02-names-vars/varnames.rakudo.parrot.............. 18 0 0 2 20 +S02-names-vars/varnames.rakudo.parrot..............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 18 0 0 2 20 2 skipped: cannot easily override [] at the moment S02-names/bare-sigil.t............................. 10 0 0 0 10 S02-names/caller.t................................. 15 0 0 0 15 -S02-names/identifier.t............................. 22 0 0 0 22 +S02-names/identifier.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 0 0 22 S02-names/indirect.t............................... 6 0 0 0 6 S02-names/is_default.t............................. 114 0 0 0 114 S02-names/is_dynamic.t............................. 22 0 0 0 22 S02-names/name.t................................... 15 0 0 0 15 -S02-names/our.rakudo.parrot........................ 8 0 0 2 10 +S02-names/our.rakudo.parrot........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 2 10 1 skipped: Null PMC access in invoke() 1 skipped: OUR::subname() does not work S02-names/pseudo.rakudo.parrot.....................use of uninitialized value of type Any in string context in sub is at lib/Test.pm:81 @@ -168,6 +426,14 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-names/pseudo.rakudo.parrot, lines 380,381,382 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 46 0 8 88 142 19 skipped: CORE NYI 6 skipped: SETTING NYI @@ -179,19 +445,53 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. 1 todo : interpolation and auto-viv NYI 2 todo : these tests disagree with STD 2 todo : not entirely sure these make sense... -S02-names/symbolic-deref.rakudo.parrot............. 30 0 2 3 35 +S02-names/symbolic-deref.rakudo.parrot.............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 2 3 35 2 skipped: NYI 1 skipped: no such symbol 1 todo : NYI 1 todo : no such symbol -S02-one-pass-parsing/less-than.t................... 9 0 0 0 9 +S02-one-pass-parsing/less-than.t...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-one-pass-parsing/less-than.t, lines 24,25,26,28,29,30 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 S02-packages/package-lookup.t...................... 7 0 0 0 7 S02-types/anon_block.rakudo.parrot.................WARNINGS: Useless use of "," in expression "{$foo4 = \"blah\"}," in sink context (line 86) +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/anon_block.rakudo.parrot, lines 37,96 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 39 0 1 2 42 2 skipped: tests don't work if previous test fails 1 todo : Parrot support for zero-arg subs? -S02-types/array.rakudo.parrot...................... 97 0 0 2 99 +S02-types/array.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/array.rakudo.parrot, line 40 + lib/Test.pm, line 240 + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 97 0 0 2 99 2 skipped: multi-dim arrays S02-types/array_extending.t........................use of uninitialized value of type Any in string context in block at t/spec/S02-types/array_extending.t:104 @@ -206,11 +506,27 @@ S02-types/array_ref.t.............................. 45 0 0 0 45 S02-types/assigning-refs.rakudo.parrot............. 15 0 3 0 18 3 todo : non-flattening hash refs S02-types/autovivification.t....................... 25 0 0 0 25 -S02-types/bag.rakudo.parrot........................ 166 0 2 5 173 +S02-types/bag.rakudo.parrot........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/bag.rakudo.parrot, line 214 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 166 0 2 5 173 3 skipped: No longer Iterable 2 skipped: Odd number of elements 2 todo : Not properly interpolating -S02-types/baghash.rakudo.parrot.................... 195 0 4 26 225 +S02-types/baghash.rakudo.parrot....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/baghash.rakudo.parrot, line 218 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 195 0 4 26 225 21 skipped: 'is ObjectType' NYI 3 skipped: No longer Iterable 2 skipped: Odd number of elements @@ -249,20 +565,37 @@ S02-types/declare.rakudo.parrot.................... 52 0 2 24 78 1 skipped: CharLingua not implemented 1 todo : int not implemented 1 todo : num not implemented -S02-types/deprecations.rakudo.parrot............... 25 0 0 2 27 +S02-types/deprecations.rakudo.parrot............... 26 1 0 2 29 1 skipped: Could not create deprecated Order::Decrease 1 skipped: Could not create deprecated Order::Increase S02-types/fatrat.t................................. 1 0 0 0 1 S02-types/flattening.t............................. 37 0 0 0 37 S02-types/hash.rakudo.parrot.......................use of uninitialized value of type Failure in string context in sub is at lib/Test.pm:81 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/hash.rakudo.parrot, line 200 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 87 0 1 0 88 1 todo : auto-vivified binding does not work yet S02-types/hash_ref.t............................... 31 0 0 0 31 S02-types/infinity.rakudo.parrot................... 6 0 3 4 13 4 skipped: integer Inf 3 todo : Int conversion of NaN and Inf -S02-types/instants-and-durations.t................. 12 0 0 0 12 +S02-types/instants-and-durations.t.................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/instants-and-durations.t, line 15 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 S02-types/isDEPRECATED.rakudo.parrot............... 12 0 8 0 20 8 todo : NYI S02-types/lazy-lists.t............................. 19 0 0 0 19 @@ -270,9 +603,26 @@ S02-types/lists.rakudo.parrot......................use of uninitialized value of use of uninitialized value of type Parcel in string context in sub is at lib/Test.pm:81 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S02-types/lists.rakudo.parrot, line 148 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 25 0 0 3 28 3 skipped: list binding -S02-types/mix.rakudo.parrot........................ 146 0 2 5 153 +S02-types/mix.rakudo.parrot........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/mix.rakudo.parrot, line 215 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 146 0 2 5 153 3 skipped: No longer Iterable 2 skipped: Odd number of elements 2 todo : Not properly interpolating @@ -283,7 +633,15 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. 77 0 3 0 80 2 todo : unknown 1 todo : isa hash -S02-types/mixhash.rakudo.parrot.................... 160 0 4 26 190 +S02-types/mixhash.rakudo.parrot....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/mixhash.rakudo.parrot, line 223 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 160 0 4 26 190 21 skipped: 'is ObjectType' NYI 3 skipped: No longer Iterable 2 skipped: Odd number of elements @@ -315,6 +673,14 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/multi_dimensional_array.rakudo.parrot, lines 61,62,63,93,94,95,115,116,117 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 21 0 10 10 41 10 skipped: Parse Error: Statement not terminated properly 1 todo : nom regression @@ -331,34 +697,108 @@ S02-types/nil.rakudo.parrot........................use of uninitialized value of use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/nil.rakudo.parrot, line 13 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 41 0 6 1 48 1 skipped: triage 6 todo : triage -S02-types/num.t.................................... 65 0 0 0 65 -S02-types/pair.rakudo.parrot....................... 94 0 1 2 97 +S02-types/num.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/num.t, lines 9,10,11,12,13,14,15,16,17,18,19,20 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 65 0 0 0 65 +S02-types/pair.rakudo.parrot.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 94 0 1 2 97 2 skipped: method($invocant:) syntax missing 1 todo : should it really have \n on the end? S02-types/parcel.t................................. 44 0 0 0 44 S02-types/parsing-bool.t........................... 4 0 0 0 4 S02-types/range.t..................................use of uninitialized value of type Range in numeric context in block at t/spec/S02-types/range.t:104 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/range.t, line 55 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 129 0 0 0 129 -S02-types/set.rakudo.parrot........................ 135 0 12 4 151 +S02-types/set.rakudo.parrot........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/set.rakudo.parrot, line 185 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 135 0 12 4 151 1 skipped: Set is no longer Iterable 3 skipped: Odd number of elements 2 todo : Not properly interpolating 10 todo : Hypers not yet Set compatible -S02-types/sethash.rakudo.parrot.................... 169 0 2 11 182 +S02-types/sethash.rakudo.parrot....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/sethash.rakudo.parrot, line 199 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 169 0 2 11 182 10 skipped: 'is ObjectType' NYI 1 skipped: no longer Iterable 2 todo : Not up to current spec -S02-types/sigils-and-types.rakudo.parrot........... 26 0 2 0 28 +S02-types/sigils-and-types.rakudo.parrot...........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/sigils-and-types.rakudo.parrot, lines 27,28,29,30,32,34,43,44,45,47,49 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 26 0 2 0 28 1 todo : Capture does Associative 1 todo : Capture does Positional S02-types/subscripts_and_context.t................. 8 0 0 0 8 -S02-types/subset.rakudo.parrot..................... 42 0 0 1 43 +S02-types/subset.rakudo.parrot.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S02-types/subset.rakudo.parrot, lines 21,27 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 42 0 0 1 43 1 skipped: (noauto) succeeds for the wrong reason (need to test the error) -S02-types/type.t................................... 50 0 0 0 50 +S02-types/type.t...................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 50 0 0 0 50 S02-types/undefined-types.rakudo.parrot............use of uninitialized value of type Int in string context in sub is at lib/Test.pm:81 use of uninitialized value of type Int in string context in sub is at lib/Test.pm:81 @@ -402,27 +842,75 @@ use of uninitialized value of type Int in string context in block at t/spec/S0 45 0 4 0 49 4 todo : .clone doesn't copy typedness S02-types/version.t................................ 35 0 0 0 35 -S02-types/whatever.rakudo.parrot................... 77 0 1 5 83 +S02-types/whatever.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 77 0 1 5 83 5 skipped: currying plus meta ops 1 todo : * as dummy pass fail todo skip plan S03-binding/arrays.t...............................use of uninitialized value of type Any in string context in block at t/spec/S03-binding/arrays.t:45 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 47 0 0 0 47 S03-binding/attributes.rakudo.parrot............... 9 0 0 3 12 3 skipped: class attributes -S03-binding/closure.t.............................. 8 0 0 0 8 -S03-binding/hashes.rakudo.parrot................... 38 0 0 1 39 +S03-binding/closure.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-binding/closure.t, lines 7,13,19,24,30,35 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 0 8 +S03-binding/hashes.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 38 0 0 1 39 1 skipped: without fudging 1 rakudo test, the whole file fails? S03-binding/nested.t............................... 43 0 0 0 43 S03-binding/ro.rakudo.parrot....................... 3 0 6 0 9 4 todo : ::= on arrays 2 todo : nom regression -S03-binding/scalars.rakudo.parrot.................. 22 0 2 9 33 +S03-binding/scalars.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 2 9 33 2 skipped: List binding 7 skipped: list binding 2 todo : nom regression -S03-feeds/basic.rakudo.parrot...................... 10 0 7 8 25 +S03-feeds/basic.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 7 8 25 4 skipped: double-ended feeds 4 skipped: * feeds 1 todo : isn't lazy @@ -437,7 +925,16 @@ S03-junctions/misc.rakudo.parrot................... 95 0 4 4 103 4 skipped: lower case junction 2 todo : lower case junction type 2 todo : nom regression -S03-metaops/cross.rakudo.parrot.................... 24 0 3 1 28 +S03-metaops/cross.rakudo.parrot....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-metaops/cross.rakudo.parrot, lines 7,41 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 24 0 3 1 28 1 skipped: .slice for iterators NYI 1 todo : RT 74072 2 todo : huh? @@ -452,12 +949,28 @@ use of uninitialized value of type Any in numeric context in block at t/spec/S use of uninitialized value of type Any in numeric context in block at t/spec/S03-metaops/hyper.rakudo.parrot:455 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 269 0 6 6 281 1 skipped: eval(Buf) 3 skipped: huh? 2 skipped: nom regression: possible spec change/improvement 6 todo : nom regression - whatever extension -S03-metaops/not.t.................................. 33 0 0 0 33 +S03-metaops/not.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 33 0 0 0 33 S03-metaops/reduce.rakudo.parrot...................use of uninitialized value of type Int in string context in block at t/spec/S03-metaops/reduce.rakudo.parrot:334 use of uninitialized value of type Int in string context in block at t/spec/S03-metaops/reduce.rakudo.parrot:334 @@ -484,8 +997,24 @@ use of uninitialized value of type Any in string context in block at t/spec/S0 2 todo : huh? 2 todo : orelse 1 todo : reduced hyper op -S03-metaops/reverse.t.............................. 34 0 0 0 34 -S03-metaops/zip.rakudo.parrot...................... 18 0 4 2 24 +S03-metaops/reverse.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 34 0 0 0 34 +S03-metaops/zip.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-metaops/zip.rakudo.parrot, lines 6,12 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 18 0 4 2 24 2 skipped: nom regression 4 todo : nom regression S03-operators/adverbial-modifiers.rakudo.parrot....use of uninitialized value of type Any in string context in sub fiddle at t/spec/S03-operators/adverbial-modifiers.rakudo.parrot:68 @@ -498,12 +1027,28 @@ use of uninitialized value of type Any in string context in sub fiddle at t/spe use of uninitialized value of type Any in string context in sub f1 at t/spec/S03-operators/adverbial-modifiers.rakudo.parrot:178 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-operators/adverbial-modifiers.rakudo.parrot, line 43 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 37 0 5 0 42 5 todo : Multi colonpair syntax not yet understood S03-operators/also.rakudo.parrot................... 4 0 4 0 8 4 todo : nom regression S03-operators/andthen.t............................ 8 0 0 0 8 -S03-operators/arith.rakudo.parrot.................. 140 0 4 0 144 +S03-operators/arith.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 140 0 4 0 144 2 todo : negative div 2 todo : negative mod S03-operators/assign-is-not-binding.t.............. 8 0 0 0 8 @@ -523,6 +1068,14 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 252 0 22 12 286 3 skipped: expects a term, found infix >= instead 3 skipped: Two terms in a row @@ -539,7 +1092,15 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. 1 todo : huh? 1 todo : item/list assignment S03-operators/autoincrement-range.t................ 96 0 0 0 96 -S03-operators/autoincrement.t...................... 78 0 0 0 78 +S03-operators/autoincrement.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 78 0 0 0 78 S03-operators/autovivification.t...................use of uninitialized value of type Any in numeric context in block at t/spec/S03-operators/autovivification.t:89 use of uninitialized value of type Any in numeric context in block at t/spec/S03-operators/autovivification.t:100 @@ -552,16 +1113,48 @@ S03-operators/bag.rakudo.parrot.................... 92 0 0 16 108 S03-operators/basic-types.t........................ 19 0 0 0 19 S03-operators/bit.t................................ 33 0 0 0 33 S03-operators/boolean-bitwise.t.................... 45 0 0 0 45 -S03-operators/brainos.t............................ 9 0 0 0 9 +S03-operators/brainos.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-operators/brainos.t, lines 18,22,29,30,31,32,33 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 S03-operators/buf.t................................ 34 0 0 0 34 -S03-operators/chained-declarators.t................ 5 0 0 0 5 +S03-operators/chained-declarators.t................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 0 5 S03-operators/cmp.t................................ 22 0 0 0 22 S03-operators/comparison-simple.t.................. 24 0 0 0 24 S03-operators/comparison.rakudo.parrot............. 37 0 4 0 41 4 todo : nom regression -S03-operators/context-forcers.rakudo.parrot........ 95 0 0 2 97 +S03-operators/context-forcers.rakudo.parrot........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-operators/context-forcers.rakudo.parrot, line 86 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 95 0 0 2 97 2 skipped: failure modes of Str.Numeric -S03-operators/context.t............................ 32 0 0 0 32 +S03-operators/context.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 32 0 0 0 32 S03-operators/div.t................................ 6 0 0 0 6 S03-operators/equality.t...........................use of uninitialized value of type Any in string context in block at t/spec/S03-operators/equality.t:29 @@ -701,15 +1294,40 @@ S03-operators/gcd.t................................ 16 0 0 0 16 S03-operators/identity.rakudo.parrot............... 37 0 8 0 45 4 todo : unspecced 4 todo : misuse of =:= -S03-operators/increment.rakudo.parrot.............. 30 0 1 0 31 +S03-operators/increment.rakudo.parrot..............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 1 0 31 1 todo : nom regression S03-operators/inplace.rakudo.parrot................ 23 0 0 4 27 4 skipped: Method '' not found for invocant of class 'Str' -S03-operators/is-divisible-by.rakudo.parrot........ 14 0 1 0 15 +S03-operators/is-divisible-by.rakudo.parrot........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S03-operators/is-divisible-by.rakudo.parrot, lines 34,36 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 1 0 15 1 todo : not sure why this doesn't fire S03-operators/lcm.t................................ 15 0 0 0 15 S03-operators/list-quote-junction.t................ 16 0 0 0 16 -S03-operators/minmax.rakudo.parrot................. 21 0 4 0 25 +S03-operators/minmax.rakudo.parrot.................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 4 0 25 2 todo : Annoying test that we haven't done the obvious yet unspecced, fails because we have indeed done the obvious 2 todo : max/min non-associative NYI S03-operators/misc.rakudo.parrot................... 32 0 1 0 33 @@ -719,17 +1337,42 @@ S03-operators/nesting.t............................ 26 0 0 0 26 S03-operators/not.rakudo.parrot.................... 21 0 1 0 22 1 todo : RT 65556 S03-operators/overflow.t........................... 98 0 0 0 98 -S03-operators/precedence.rakudo.parrot............. 47 0 4 2 53 +S03-operators/precedence.rakudo.parrot.............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S03-operators/precedence.rakudo.parrot, line 234 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 47 0 4 2 53 2 skipped: nom regression 1 todo : list associativity bug 1 todo : RT #77848 2 todo : non-associativeness of infix:<^> and | -S03-operators/range-basic.t........................ 144 0 0 0 144 +S03-operators/range-basic.t........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 144 0 0 0 144 S03-operators/range-int.t.......................... 480 0 0 0 480 S03-operators/range.rakudo.parrot..................use of uninitialized value of type Any in numeric context in block at t/spec/S03-operators/range.rakudo.parrot:250 use of uninitialized value of type Any in numeric context in block at t/spec/S03-operators/range.rakudo.parrot:251 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 122 0 2 0 124 2 todo : huh? S03-operators/reduce-le1arg.rakudo.parrot..........use of uninitialized value of type Any in string context in sub is at lib/Test.pm:81 @@ -757,15 +1400,41 @@ S03-operators/so.rakudo.parrot..................... 14 0 1 0 15 S03-operators/spaceship-and-containers.t........... 6 0 0 0 6 S03-operators/spaceship.t.......................... 5 0 0 0 5 S03-operators/subscript-adverbs.t.................. 108 0 0 0 108 -S03-operators/subscript-vs-lt.t.................... 4 0 0 0 4 -S03-operators/ternary.t............................ 17 0 0 0 17 +S03-operators/subscript-vs-lt.t....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 0 4 +S03-operators/ternary.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-operators/ternary.t, line 66 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 S03-operators/value_equivalence.rakudo.parrot...... 71 0 4 0 75 1 todo : .WHICH based on type names 1 todo : === fail 2 todo : === doesn't work on array references yet S03-sequence/arity-2-or-more.t..................... 19 0 0 0 19 S03-sequence/arity0.t.............................. 13 0 0 0 13 -S03-sequence/basic.rakudo.parrot................... 127 0 2 0 129 +S03-sequence/basic.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-sequence/basic.rakudo.parrot, line 151 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 127 0 2 0 129 1 todo : sequence + last 1 todo : mysterious S03-sequence/limit-arity-2-or-more.t............... 8 0 0 0 8 @@ -773,6 +1442,14 @@ S03-sequence/misc.rakudo.parrot....................use of uninitialized value of use of uninitialized value of type Nil in numeric context in block at t/spec/S03-sequence/misc.rakudo.parrot:79 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 12 0 5 2 19 1 skipped: Slicel lists are NYI 1 skipped: Not enough positional parameters passed; got 0 but expected 1 @@ -802,8 +1479,24 @@ S03-smartmatch/any-type.t.......................... 15 0 0 0 15 S03-smartmatch/array-array.t....................... 36 0 0 0 36 S03-smartmatch/array-hash.t........................ 6 0 0 0 6 S03-smartmatch/capture-signature.t................. 5 0 0 0 5 -S03-smartmatch/disorganized.t...................... 41 0 0 0 41 -S03-smartmatch/hash-hash.rakudo.parrot............. 2 0 2 0 4 +S03-smartmatch/disorganized.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 41 0 0 0 41 +S03-smartmatch/hash-hash.rakudo.parrot.............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S03-smartmatch/hash-hash.rakudo.parrot, line 5 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 2 0 4 2 todo : nom regression S03-smartmatch/range-range.t....................... 14 0 0 0 14 S03-smartmatch/regex-hash.t........................ 4 0 0 0 4 @@ -812,10 +1505,26 @@ S03-smartmatch/signature-signature.t............... 5 0 0 0 5 pass fail todo skip plan S04-blocks-and-statements/let.t.................... 12 0 0 0 12 S04-blocks-and-statements/pointy-rw.t.............. 10 0 0 0 10 -S04-blocks-and-statements/pointy.rakudo.parrot..... 15 0 2 0 17 +S04-blocks-and-statements/pointy.rakudo.parrot.....Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 15 0 2 0 17 1 todo : pointy blocks and last/redo 1 todo : &?ROUTINE -S04-blocks-and-statements/temp.rakudo.parrot....... 28 0 8 0 36 +S04-blocks-and-statements/temp.rakudo.parrot.......Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S04-blocks-and-statements/temp.rakudo.parrot, line 56 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 28 0 8 0 36 6 todo : TEMP phasers NYI 1 todo : temp + recursion 1 todo : temp and recursion @@ -825,12 +1534,28 @@ use of uninitialized value of type Any in numeric context in block at t/spec/S use of uninitialized value of type Any in numeric context in block at t/spec/S04-declarations/constant.rakudo.parrot:138 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 41 0 4 3 48 2 skipped: binding 1 skipped: unicode constant name 1 todo : constants as type constraints 3 todo : COMPILING -S04-declarations/implicit-parameter.rakudo.parrot.. 16 0 2 0 18 +S04-declarations/implicit-parameter.rakudo.parrot..Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 2 0 18 2 todo : pointy blocks and $_ S04-declarations/multiple.rakudo.parrot............Potential difficulties: Redeclaration of symbol $x @@ -844,6 +1569,14 @@ Potential difficulties: Redeclaration of symbol $x at eval_1:1 ------> state $x; state $x⏏ +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 5 0 1 0 6 1 todo : nom regression S04-declarations/my.rakudo.parrot..................Potential difficulties: @@ -869,6 +1602,15 @@ WARNINGS: Useless use of "," in expression "my $x = 1, my $y = 2" in sink context (line 1) WARNINGS: Useless use of constant integer 1 in sink context (line 1) +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S04-declarations/my.rakudo.parrot, lines 11,92,120,121,122,123,142,144,145,146,150,151,152,153,175,206,208,227,288 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 71 0 2 2 75 2 skipped: nom regression, OUR:: 1 todo : previous test skipped @@ -877,12 +1619,28 @@ S04-declarations/our.rakudo.parrot.................use of uninitialized value of use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 32 0 1 0 33 1 todo : our-scoped var in role S04-declarations/state.rakudo.parrot...............use of uninitialized value of type Any in string context in sub is at lib/Test.pm:81 use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 33 0 2 5 40 5 skipped: parse error 1 todo : embedded closures in regexen @@ -895,27 +1653,78 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S04-declarations/will.rakudo.parrot, line 125 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 10 0 4 3 17 2 skipped: declared variable not visible in block yet 1 skipped: declared variable not visible in block yet# TODO will init NYI 1 todo : will init NYI 1 todo : will post NYI 2 todo : declared variable not visible in block yet -S04-exception-handlers/catch.t..................... 27 0 0 0 27 +S04-exception-handlers/catch.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 27 0 0 0 27 S04-exceptions/fail.rakudo.parrot.................. 11 0 0 2 13 2 skipped: RT 64990 S04-phasers/ascending-order.t...................... 7 0 0 0 7 -S04-phasers/begin.t................................ 9 0 0 0 9 +S04-phasers/begin.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S04-phasers/begin.t, line 54 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 S04-phasers/check.t................................ 5 0 0 0 5 S04-phasers/descending-order.t..................... 7 0 0 0 7 -S04-phasers/end.rakudo.parrot...................... 3 0 2 0 5 +S04-phasers/end.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 2 0 5 2 todo : lexicals and eval() S04-phasers/enter-leave.rakudo.parrot.............. 19 0 1 1 21 1 skipped: leave NYI 1 todo : is this spec? why would LEAVE not see outer $!? fossil? -S04-phasers/eval-in-begin.t........................ 3 0 0 0 3 +S04-phasers/eval-in-begin.t........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + eval_0, line 1 + eval_2, line 1 + eval_4, line 1 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 0 0 3 S04-phasers/first.t................................ 4 0 0 0 4 -S04-phasers/in-eval.rakudo.parrot.................. 34 0 1 0 35 +S04-phasers/in-eval.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S04-phasers/in-eval.rakudo.parrot, lines 15,38,59,74,90 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 34 0 1 0 35 1 todo : not sure S04-phasers/keep-undo.t............................ 12 0 0 0 12 S04-phasers/multiple.t............................. 2 0 0 0 2 @@ -924,8 +1733,24 @@ S04-phasers/next.rakudo.parrot..................... 10 0 2 1 13 2 todo : NEXT/LEAVE ordering S04-phasers/pre-post.rakudo.parrot................. 20 0 2 0 22 2 todo : POST and exceptions -S04-phasers/rvalue.t............................... 16 0 0 0 16 -S04-statement-modifiers/for.t...................... 20 0 0 0 20 +S04-phasers/rvalue.t...............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S04-phasers/rvalue.t, line 82 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 0 0 16 +S04-statement-modifiers/for.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 20 0 0 0 20 S04-statement-modifiers/given.t.................... 5 0 0 0 5 S04-statement-modifiers/if.t....................... 11 0 0 0 11 S04-statement-modifiers/unless.t................... 6 0 0 0 6 @@ -935,45 +1760,152 @@ S04-statement-modifiers/while.t....................use of uninitialized value of 5 0 0 0 5 S04-statement-parsing/hash.t....................... 8 0 0 0 8 -S04-statements/do.rakudo.parrot.................... 21 0 0 6 27 +S04-statements/do.rakudo.parrot....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 6 27 1 skipped: last without loop construct 1 skipped: redo without loop construct 3 skipped: Undeclared name A 1 skipped: next without loop construct S04-statements/for-scope.t......................... 16 0 0 0 16 -S04-statements/for.rakudo.parrot................... 73 0 2 2 77 +S04-statements/for.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S04-statements/for.rakudo.parrot, lines 457,467,487 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 73 0 2 2 77 1 skipped: optional variable in for loop (RT #63994) 1 skipped: maybe bogus, for loops are not supposed to be lazy? 2 todo : RT 113026 array iterator does not track a growing array S04-statements/for_with_only_one_item.t............ 9 0 0 0 9 S04-statements/gather.rakudo.parrot................ 27 0 0 1 28 1 skipped: RT #117635 (infinite loop) -S04-statements/given.t............................. 51 0 0 0 51 -S04-statements/if.t................................ 29 0 0 0 29 +S04-statements/given.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S04-statements/given.t, lines 191,192,193,194 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 51 0 0 0 51 +S04-statements/if.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 29 0 0 0 29 S04-statements/last.rakudo.parrot.................. 6 0 0 2 8 2 skipped: last LABEL -S04-statements/loop.t.............................. 15 0 0 0 15 +S04-statements/loop.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 15 0 0 0 15 S04-statements/map-and-sort-in-for.t............... 4 0 0 0 4 S04-statements/next.rakudo.parrot.................. 10 0 0 2 12 1 skipped: next BLOCK 1 skipped: next LOOP S04-statements/no-implicit-block.t................. 12 0 0 0 12 -S04-statements/once.t.............................. 21 0 0 0 21 -S04-statements/redo.t.............................. 11 0 0 0 11 -S04-statements/repeat.t............................ 21 0 0 0 21 -S04-statements/return.t............................ 17 0 0 0 17 -S04-statements/sink.rakudo.parrot.................. 1 0 1 0 2 +S04-statements/once.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S04-statements/once.t, line 10 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 0 21 +S04-statements/redo.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 +S04-statements/repeat.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 0 21 +S04-statements/return.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 +S04-statements/sink.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 1 0 1 0 2 1 todo : RT #117235 -S04-statements/terminator.t........................ 15 0 0 0 15 +S04-statements/terminator.t........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S04-statements/terminator.t, line 39 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 15 0 0 0 15 S04-statements/try.rakudo.parrot...................use of uninitialized value of type Any in string context in sub is at lib/Test.pm:81 use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 25 0 1 0 26 1 todo : RT 111704 -S04-statements/unless.t............................ 10 0 0 0 10 +S04-statements/unless.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 S04-statements/until.t............................. 4 0 0 0 4 -S04-statements/while.t............................. 9 0 0 0 9 +S04-statements/while.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 pass fail todo skip plan S05-capture/caps.rakudo.parrot..................... 40 0 2 0 42 1 todo : return type of .chunks @@ -1002,9 +1934,25 @@ S05-grammar/inheritance.rakudo.parrot.............. 30 0 1 0 31 1 todo : automatic Grammar superclass S05-grammar/methods.t.............................. 5 0 0 0 5 S05-grammar/namespace.t............................ 5 0 0 0 5 -S05-grammar/parse_and_parsefile.t.................. 12 0 0 0 12 +S05-grammar/parse_and_parsefile.t..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 S05-grammar/polymorphism.t.........................use of uninitialized value of type Any in string context in block at t/spec/S05-grammar/polymorphism.t:55 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 28 0 0 0 28 S05-grammar/protoregex.rakudo.parrot............... 29 0 1 0 30 1 todo : RT120146 @@ -1013,7 +1961,16 @@ S05-grammar/signatures.t........................... 2 0 0 0 2 S05-grammar/ws.rakudo.parrot....................... 10 0 0 2 12 2 skipped: infinite loop: RT #64094 (noauto) S05-interpolation/lexicals.t....................... 10 0 0 0 10 -S05-interpolation/regex-in-variable.rakudo.parrot.. 30 0 1 3 34 +S05-interpolation/regex-in-variable.rakudo.parrot..Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + gen/parrot/CORE.setting, line 12433 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 1 3 34 3 skipped: instance member interpolation 1 todo : warn on undef S05-mass/charsets.rakudo.parrot.................... 12 0 4 0 16 @@ -1055,6 +2012,14 @@ S05-mass/properties-script.rakudo.parrot........... 326 0 0 35 361 S05-mass/recursive.t............................... 20 0 0 0 20 S05-mass/rx.rakudo.parrot..........................use of uninitialized value of type Any in string context in regex at t/spec/S05-mass/rx.rakudo.parrot:540 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 689 0 5 45 739 1 skipped: not implemented 21 skipped: **{} @@ -1086,6 +2051,14 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S05-match/capturing-contexts.rakudo.parrot, line 152 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 33 0 5 5 43 5 skipped: binding to $/ 1 todo : RT 70007 @@ -1104,7 +2077,16 @@ S05-metachars/tilde.rakudo.parrot.................. 14 0 0 12 26 3 skipped: exceptions from regexes 2 skipped: backtracking into ~ 5 skipped: should not throw exceptions -S05-metasyntax/angle-brackets.rakudo.parrot........ 56 0 3 21 80 +S05-metasyntax/angle-brackets.rakudo.parrot........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + gen/parrot/CORE.setting, line 12433 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 56 0 3 21 80 1 skipped: indirect subrule call not implemented 1 skipped: <~~ ... > 2 skipped: not implemented @@ -1116,11 +2098,44 @@ S05-metasyntax/angle-brackets.rakudo.parrot........ 56 0 3 21 80 2 todo : <%hash> not implemented 1 todo : !!! in regexes S05-metasyntax/assertions.t........................ 4 0 0 0 4 -S05-metasyntax/changed.t........................... 12 0 0 0 12 -S05-metasyntax/charset.rakudo.parrot............... 40 0 0 1 41 +S05-metasyntax/changed.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 +S05-metasyntax/charset.rakudo.parrot...............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S05-metasyntax/charset.rakudo.parrot, line 107 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 40 0 0 1 41 1 skipped: large \x char spec in regex (RT #67122) (noauto) -S05-metasyntax/delimiters.t........................ 21 0 0 0 21 -S05-metasyntax/interpolating-closure.rakudo.parro.. 5 0 1 0 6 +S05-metasyntax/delimiters.t........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S05-metasyntax/delimiters.t, lines 14,15,16 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 0 21 +S05-metasyntax/interpolating-closure.rakudo.parro..Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + gen/parrot/CORE.setting, line 12433 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 1 0 6 1 todo : dunno S05-metasyntax/litvar.t............................Potential difficulties: Apparent subscript will be treated as regex @@ -1151,12 +2166,39 @@ S05-metasyntax/regex.t.............................Useless declaration of a has- Useless declaration of a has-scoped method in mainline (did you mean 'my regex baz'?) use of uninitialized value of type Any in string context in any at gen/parrot/BOOTSTRAP.nqp:102 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S05-metasyntax/regex.t, line 83 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 26 0 0 0 26 -S05-metasyntax/repeat.rakudo.parrot................ 18 0 0 6 24 +S05-metasyntax/repeat.rakudo.parrot................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 18 0 0 6 24 6 skipped: closure repetition S05-metasyntax/sequential-alternation.t............ 10 0 0 0 10 S05-metasyntax/single-quotes.t..................... 5 0 0 0 5 -S05-metasyntax/unknown.rakudo.parrot............... 12 0 1 0 13 +S05-metasyntax/unknown.rakudo.parrot...............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S05-metasyntax/unknown.rakudo.parrot, line 28 + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 1 0 13 1 todo : RT 74832 S05-modifier/continue.t............................ 13 0 0 0 13 S05-modifier/counted-match.rakudo.parrot........... 16 0 0 6 22 @@ -1164,7 +2206,15 @@ S05-modifier/counted-match.rakudo.parrot........... 16 0 0 6 22 S05-modifier/counted.rakudo.parrot................. 116 0 2 0 118 2 todo : unknown S05-modifier/global.t.............................. 8 0 0 0 8 -S05-modifier/ignorecase.rakudo.parrot.............. 22 0 2 0 24 +S05-modifier/ignorecase.rakudo.parrot..............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S05-modifier/ignorecase.rakudo.parrot, line 73 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 2 0 24 2 todo : ignorecase and SS/ß S05-modifier/ii.rakudo.parrot...................... 12 0 6 0 18 6 todo : NYI @@ -1217,17 +2267,42 @@ S05-modifier/repetition.rakudo.parrot.............. 10 0 2 0 12 1 todo : :2x 1 todo : :x(2) S05-modifier/sigspace.t............................ 12 0 0 0 12 -S05-substitution/match.t........................... 13 0 0 0 13 +S05-substitution/match.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S05-substitution/match.t, line 19 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 13 0 0 0 13 S05-substitution/subst.rakudo.parrot...............use of uninitialized value of type Any in string context in block at t/spec/S05-substitution/subst.rakudo.parrot:24 use of uninitialized value of type Any in string context in block at t/spec/S05-substitution/subst.rakudo.parrot:24 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 134 0 2 5 141 2 skipped: s:g[...] = 3 skipped: s[...] op= RHS 1 todo : RT #120526 1 todo : be smarter about constant detection -S05-transliteration/trans.rakudo.parrot............ 42 0 11 7 60 +S05-transliteration/trans.rakudo.parrot............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 42 0 11 7 60 2 skipped: closures and regexes 5 skipped: tr///, feed operator not implemented 10 todo : flags @@ -1239,7 +2314,16 @@ S05-transliteration/with-closure.rakudo.parrot..... 10 0 5 1 16 S06-advanced/callframe.rakudo.parrot............... 8 0 0 1 9 1 skipped: Unable to resolve method inline in type CallFrame S06-advanced/callsame.t............................ 3 0 0 0 3 -S06-advanced/lexical-subs.rakudo.parrot............ 9 0 0 2 11 +S06-advanced/lexical-subs.rakudo.parrot............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-advanced/lexical-subs.rakudo.parrot, line 43 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 2 11 2 skipped: cannot parse operator names yet S06-advanced/recurse.t............................. 13 0 0 0 13 S06-advanced/return.rakudo.parrot.................. 75 0 1 3 79 @@ -1252,33 +2336,109 @@ S06-advanced/wrap.rakudo.parrot.................... 64 0 5 0 69 2 todo : temp and wrap S06-currying/assuming-and-mmd.t.................... 6 0 0 0 6 S06-currying/named.t............................... 3 0 0 0 3 -S06-macros/errors.t................................ 2 0 0 0 2 +S06-macros/errors.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-macros/errors.t, line 16 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 S06-macros/opaque-ast.rakudo.parrot................ 3 0 0 4 7 3 skipped: :COMPILING flag 1 skipped: return from macro S06-macros/quasi-blocks.t.......................... 12 0 0 0 12 -S06-macros/unquoting.t............................. 10 0 0 0 10 -S06-multi/lexical-multis.rakudo.parrot............. 14 0 1 0 15 +S06-macros/unquoting.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 +S06-multi/lexical-multis.rakudo.parrot.............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-multi/lexical-multis.rakudo.parrot, lines 29,32,33,55 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 1 0 15 1 todo : lexical scope as tie breaker S06-multi/positional-vs-named.rakudo.parrot........ 25 0 0 2 27 2 skipped: slurpy and named interaction -S06-multi/proto.rakudo.parrot...................... 22 0 1 5 28 +S06-multi/proto.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 1 5 28 5 skipped: redeclaration of routine 'bar' 1 todo : operator protos S06-multi/redispatch.t............................. 10 0 0 0 10 -S06-multi/syntax.t................................. 41 0 0 0 41 +S06-multi/syntax.t.................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-multi/syntax.t, line 85 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 41 0 0 0 41 S06-multi/type-based.rakudo.parrot................. 50 0 0 3 53 3 skipped: our sub in class S06-multi/unpackability.t.......................... 10 0 0 0 10 -S06-multi/value-based.t............................ 12 0 0 0 12 -S06-operator-overloading/imported-subs.t........... 19 0 0 0 19 -S06-operator-overloading/methods.rakudo.parrot..... 2 0 1 0 3 +S06-multi/value-based.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-multi/value-based.t, line 56 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 +S06-operator-overloading/imported-subs.t...........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-operator-overloading/imported-subs.t, lines 15,16,19,20,22,24,25,27,29,31,32,35,36,41,45 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 19 0 0 0 19 +S06-operator-overloading/methods.rakudo.parrot.....Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 1 0 3 1 todo : nom regression S06-operator-overloading/semicolon.t...............WARNINGS: Useless use of constant integer 2 in sink context (line 15) Useless use of constant integer 3 in sink context (line 15) 3 0 0 0 3 -S06-operator-overloading/sub.rakudo.parrot......... 43 0 7 20 70 +S06-operator-overloading/sub.rakudo.parrot.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-operator-overloading/sub.rakudo.parrot, lines 32,92,235,390,391,395,396,397 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 43 0 7 20 70 1 skipped: missing block, apparently "if" not an op 2 skipped: not yet implemented 1 skipped: infix Z will never work; no lexical Z @@ -1295,41 +2455,134 @@ S06-operator-overloading/sub.rakudo.parrot......... 43 0 7 20 70 S06-operator-overloading/workout.t................. 84 0 0 0 84 S06-other/anon-hashes-vs-blocks.t.................. 22 0 0 0 22 S06-other/introspection.t.......................... 12 0 0 0 12 -S06-other/main-eval.rakudo.parrot.................. 2 0 1 0 3 +S06-other/main-eval.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-other/main-eval.rakudo.parrot, line 14 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 1 0 3 1 todo : MAIN in eval S06-other/main-usage.rakudo.parrot................. 15 0 7 0 22 5 todo : nom regression 2 todo : RT 115744 S06-other/main.t................................... 6 0 0 0 6 -S06-other/misc.t................................... 3 0 0 0 3 +S06-other/misc.t...................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-other/misc.t, line 14 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 0 0 3 S06-routine-modifiers/lvalue-subroutines.rakudo.p.. 11 0 0 3 14 2 skipped: maximum recursion depth exceeded 1 skipped: hangs, probably due to [RT #114134] S06-routine-modifiers/proxy.t...................... 18 0 0 0 18 -S06-routine-modifiers/scoped-named-subs.t.......... 12 0 0 0 12 -S06-signature/arity.t.............................. 52 0 0 0 52 +S06-routine-modifiers/scoped-named-subs.t..........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-routine-modifiers/scoped-named-subs.t, line 51 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 +S06-signature/arity.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/arity.t, line 137 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 52 0 0 0 52 S06-signature/closure-over-parameters.t............ 4 0 0 0 4 S06-signature/closure-parameters.rakudo.parrot..... 4 0 0 11 15 11 skipped: type syntax parse failure -S06-signature/code.rakudo.parrot................... 7 0 1 0 8 +S06-signature/code.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/code.rakudo.parrot, lines 26,30 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 1 0 8 1 todo : RT 67932 S06-signature/defaults.t........................... 5 0 0 0 5 -S06-signature/errors.t............................. 10 0 0 0 10 +S06-signature/errors.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-signature/errors.t, lines 25,32,35,53 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 S06-signature/introspection.rakudo.parrot.......... 51 0 0 1 52 1 skipped: expected Any but got Mu instead S06-signature/mixed-placeholders.t................. 12 0 0 0 12 S06-signature/multidimensional.t................... 10 0 0 0 10 -S06-signature/named-parameters.rakudo.parrot....... 72 0 0 21 93 +S06-signature/named-parameters.rakudo.parrot.......Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/named-parameters.rakudo.parrot, lines 15,26,145 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 72 0 0 21 93 4 skipped: where constraints 1 skipped: Not enough positional parameters passed; got 0 but expected 1 16 skipped: multiple same-named arguments NYI S06-signature/named-placeholders.t................. 3 0 0 0 3 -S06-signature/named-renaming.t..................... 10 0 0 0 10 -S06-signature/optional.t........................... 25 0 0 0 25 +S06-signature/named-renaming.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/named-renaming.t, lines 13,21,27,28 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 +S06-signature/optional.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-signature/optional.t, line 97 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 25 0 0 0 25 S06-signature/outside-subroutine.t................. 2 0 0 0 2 -S06-signature/passing-arrays.t..................... 11 0 0 0 11 +S06-signature/passing-arrays.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/passing-arrays.t, lines 34,38 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 S06-signature/passing-hashes.t..................... 3 0 0 0 3 -S06-signature/positional-placeholders.t............ 10 0 0 0 10 +S06-signature/positional-placeholders.t............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 S06-signature/positional.t......................... 7 0 0 0 7 S06-signature/scalar-type.t........................use of uninitialized value of type Array in string context in sub is at lib/Test.pm:81 @@ -1364,14 +2617,39 @@ use of uninitialized value of type Hash in string context in sub is at lib/Test use of uninitialized value of type Hash in string context in sub is at lib/Test.pm:81 8 0 0 0 8 -S06-signature/sigilless.t.......................... 10 0 0 0 10 -S06-signature/slurpy-and-interpolation.t........... 7 0 0 0 7 +S06-signature/sigilless.t..........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/sigilless.t, lines 29,31 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 +S06-signature/slurpy-and-interpolation.t...........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/slurpy-and-interpolation.t, line 38 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 0 7 S06-signature/slurpy-params.rakudo.parrot..........use of uninitialized value of type Any in numeric context in sub foo2 at t/spec/S06-signature/slurpy-params.rakudo.parrot:98 use of uninitialized value of type Any in numeric context in sub foo2 at t/spec/S06-signature/slurpy-params.rakudo.parrot:98 use of uninitialized value of type Any in numeric context in sub foo2 at t/spec/S06-signature/slurpy-params.rakudo.parrot:98 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/slurpy-params.rakudo.parrot, line 22 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 40 0 0 17 57 17 skipped: types on slurpy params S06-signature/slurpy-placeholders.t................ 8 0 0 0 8 @@ -1384,7 +2662,15 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. 2 todo : RT 63974 S06-signature/tree-node-parameters.rakudo.parrot... 16 0 0 4 20 4 skipped: signature binding of return values NYI -S06-signature/type-capture.rakudo.parrot........... 7 0 0 1 8 +S06-signature/type-capture.rakudo.parrot...........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 1 8 1 skipped: nom regression S06-signature/types.t.............................. 6 0 0 0 6 S06-signature/unpack-array.t....................... 13 0 0 0 13 @@ -1393,26 +2679,75 @@ S06-signature/unspecified.rakudo.parrot............use of uninitialized value of use of uninitialized value of type Any in string context in sub both at t/spec/S06-signature/unspecified.rakudo.parrot:38 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-signature/unspecified.rakudo.parrot, lines 16,18 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 12 0 5 0 17 1 todo : RT 71112: Cannot assign to readonly variable. 4 todo : siglist -S06-traits/is-assoc.rakudo.parrot.................. 4 0 0 2 6 +S06-traits/is-assoc.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-traits/is-assoc.rakudo.parrot, line 33 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 2 6 2 skipped: RT 116244 S06-traits/is-copy.t...............................Potential difficulties: Redeclaration of symbol $x at eval_0:1 ------> sub f ($x is copy) { my $x ⏏} +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 24 0 0 0 24 S06-traits/is-readonly.rakudo.parrot...............useless use of 'is readonly' on $!attr in any at src/Perl6/World.nqp:1628 2 0 1 0 3 1 todo : readonly attributes -S06-traits/is-rw.rakudo.parrot..................... 5 0 2 0 7 +S06-traits/is-rw.rakudo.parrot.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-traits/is-rw.rakudo.parrot, line 21 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 2 0 7 1 todo : Depends on preceding test working 1 todo : -S06-traits/misc.rakudo.parrot...................... 17 0 2 0 19 +S06-traits/misc.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S06-traits/misc.rakudo.parrot, line 88 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 2 0 19 2 todo : is readonly does not override -S06-traits/precedence.rakudo.parrot................ 9 0 1 0 10 +S06-traits/precedence.rakudo.parrot................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S06-traits/precedence.rakudo.parrot, line 84 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 1 0 10 1 todo : changing precedence of already declared op S06-traits/slurpy-is-rw.t.......................... 3 0 0 0 3 pass fail todo skip plan @@ -1455,36 +2790,128 @@ use of uninitialized value of type Int in string context in sub is at lib/Test. 30 0 0 0 30 pass fail todo skip plan -S10-packages/basic.rakudo.parrot................... 56 0 1 2 59 +S10-packages/basic.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S10-packages/basic.rakudo.parrot, lines 82,86,90,94,98,128,134,144,148,211 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 56 0 1 2 59 1 skipped: ticket based only on class... RT #60446 1 skipped: RT #59484 1 todo : RT #64606 -S10-packages/joined-namespaces.t................... 3 0 0 0 3 +S10-packages/joined-namespaces.t...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S10-packages/joined-namespaces.t, lines 8,15 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 0 0 3 S10-packages/use-with-class.t...................... 9 0 0 0 9 pass fail todo skip plan -S11-modules/import-multi.rakudo.parrot............. 14 0 1 4 19 +S11-modules/import-multi.rakudo.parrot.............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S11-modules/import-multi.rakudo.parrot, lines 19,20 + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 1 4 19 2 skipped: Code did not die, can not check exception 1 skipped: A symbol "&Gfoo" has already been exported 1 skipped: it just dies, can't check using throws_like 1 todo : huh? -S11-modules/import-tag.t........................... 12 0 0 0 12 -S11-modules/import.rakudo.parrot................... 10 0 0 4 14 +S11-modules/import-tag.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S11-modules/import-tag.t, lines 11,19,24 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 +S11-modules/import.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S11-modules/import.rakudo.parrot, lines 19,22,68 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 4 14 4 skipped: import plus inline module -S11-modules/importing.t............................ 16 0 0 0 16 -S11-modules/lexical.t.............................. 2 0 0 0 2 -S11-modules/need.t................................. 2 0 0 0 2 -S11-modules/nested.t............................... 6 0 0 0 6 +S11-modules/importing.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S11-modules/importing.t, lines 30,32,36 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 0 0 16 +S11-modules/lexical.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S11-modules/lexical.t, line 13 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S11-modules/need.t.................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S11-modules/nested.t...............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 6 0 0 0 6 S11-modules/require.rakudo.parrot.................. 11 0 1 1 13 1 skipped: Trying to import from 'InnerModule', but the following symbols are missing: quux 1 todo : variable form plus imports NYI pass fail todo skip plan -S12-attributes/class.rakudo.parrot................. 19 0 0 6 25 +S12-attributes/class.rakudo.parrot.................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S12-attributes/class.rakudo.parrot, lines 98,102,106,110 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 19 0 0 6 25 6 skipped: nom regression - method ^foo S12-attributes/clone.rakudo.parrot................. 32 0 2 0 34 2 todo : clone currently messes up original S12-attributes/defaults.t.......................... 34 0 0 0 34 S12-attributes/delegation.t........................ 65 0 0 0 65 -S12-attributes/inheritance.t....................... 7 0 0 0 7 +S12-attributes/inheritance.t.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 0 0 7 S12-attributes/instance.rakudo.parrot..............use of uninitialized value of type Int in string context in sub is at lib/Test.pm:81 use of uninitialized value of type Int in string context in sub is at lib/Test.pm:81 @@ -1501,6 +2928,15 @@ use of uninitialized value of type Int in string context in sub is at lib/Test. use of uninitialized value of type Int in string context in sub is at lib/Test.pm:84 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S12-attributes/instance.rakudo.parrot, lines 199,202 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 133 0 6 1 140 1 skipped: dubious test - the initializer becomes a submethod here, implying a scope 2 todo : ro array/hash with accessor @@ -1510,32 +2946,155 @@ use of uninitialized value of type Int in string context in sub is at lib/Test. S12-attributes/mutators.rakudo.parrot.............. 5 0 0 7 12 7 skipped: Can not get attribute $!varies declared in class MagicVal with this object S12-attributes/recursive.t......................... 23 0 0 0 23 -S12-attributes/undeclared.t........................ 10 0 0 0 10 -S12-class/anonymous.rakudo.parrot.................. 16 0 1 0 17 +S12-attributes/undeclared.t........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 +S12-class/anonymous.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 1 0 17 1 todo : Anonymous class stringification (?) -S12-class/attributes.rakudo.parrot................. 30 0 0 1 31 +S12-class/attributes.rakudo.parrot.................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 0 1 31 1 skipped: Cannot use .= to initialize an attribute -S12-class/augment-supersede.rakudo.parrot.......... 9 0 0 2 11 +S12-class/augment-supersede.rakudo.parrot..........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S12-class/augment-supersede.rakudo.parrot, line 23 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 2 11 2 skipped: redeclaration of symbol Bar -S12-class/basic.rakudo.parrot...................... 33 0 0 4 37 +S12-class/basic.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S12-class/basic.rakudo.parrot, lines 102,108 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 33 0 0 4 37 3 skipped: Calling is will never work with argument types (Foo) 1 skipped: RT #67784 -S12-class/declaration-order.t...................... 2 0 0 0 2 +S12-class/declaration-order.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 S12-class/extending-arrays.t....................... 11 0 0 0 11 S12-class/inheritance-class-methods.t.............. 5 0 0 0 5 -S12-class/inheritance.t............................ 39 0 0 0 39 -S12-class/instantiate.rakudo.parrot................ 6 0 1 0 7 +S12-class/inheritance.t............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S12-class/inheritance.t, line 76 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 39 0 0 0 39 +S12-class/instantiate.rakudo.parrot................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S12-class/instantiate.rakudo.parrot, lines 27,33 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 6 0 1 0 7 1 todo : error reporting S12-class/interface-consistency.t.................. 8 0 0 0 8 -S12-class/lexical.t................................ 14 0 0 0 14 -S12-class/literal.t................................ 2 0 0 0 2 -S12-class/magical-vars.t........................... 17 0 0 0 17 -S12-class/mro.t.................................... 4 0 0 0 4 -S12-class/namespaced.t............................. 13 0 0 0 13 +S12-class/lexical.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 0 0 14 +S12-class/literal.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S12-class/literal.t, line 22 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S12-class/magical-vars.t...........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 +S12-class/mro.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 0 4 +S12-class/namespaced.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 13 0 0 0 13 S12-class/open.t................................... 8 0 0 0 8 S12-class/rw.t..................................... 5 0 0 0 5 -S12-class/self-inheritance.t....................... 2 0 0 0 2 -S12-class/stubs.rakudo.parrot...................... 7 0 1 0 8 +S12-class/self-inheritance.t.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S12-class/stubs.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 7 0 1 0 8 1 todo : nom regression S12-class/type-object.t............................use of uninitialized value of type Any in string context in block at t/spec/S12-class/type-object.t:6 @@ -1544,7 +3103,15 @@ use of uninitialized value of type Any in string context in block at t/spec/S1 6 0 0 0 6 S12-construction/BUILD.rakudo.parrot............... 8 0 1 0 9 1 todo : method BUILD should warn -S12-construction/autopairs.rakudo.parrot........... 2 0 2 0 4 +S12-construction/autopairs.rakudo.parrot...........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 2 0 4 2 todo : nom regression S12-construction/construction.t.................... 18 0 0 0 18 S12-construction/named-params-in-BUILD.t........... 3 0 0 0 3 @@ -1553,14 +3120,38 @@ S12-construction/new.rakudo.parrot................. 15 0 10 0 25 1 todo : nested package handling does't quite get this one right S12-enums/anonymous.t.............................. 7 0 0 0 7 S12-enums/as-role.t................................ 9 0 0 0 9 -S12-enums/basic.rakudo.parrot...................... 29 0 0 5 34 +S12-enums/basic.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 29 0 0 5 34 5 skipped: Cannot convert string to number S12-enums/misc.rakudo.parrot....................... 12 0 0 1 13 1 skipped: RT 63826 -S12-enums/non-int.rakudo.parrot.................... 5 0 1 0 6 +S12-enums/non-int.rakudo.parrot....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 1 0 6 1 todo : NYI S12-enums/pseudo-functional.t...................... 11 0 0 0 11 -S12-enums/thorough.rakudo.parrot................... 14 0 0 20 34 +S12-enums/thorough.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 0 20 34 2 skipped: NYI 16 skipped: does &day::("Tue") 2 skipped: does day::Tue @@ -1574,7 +3165,16 @@ S12-introspection/attributes.rakudo.parrot......... 25 0 0 5 30 5 skipped: :tree not implemented for .^attributes S12-introspection/can.t............................ 25 0 0 0 25 S12-introspection/definite.t....................... 6 0 0 0 6 -S12-introspection/meta-class.rakudo.parrot......... 9 0 0 4 13 +S12-introspection/meta-class.rakudo.parrot.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 4 13 1 skipped: .layout 1 skipped: .version, version number parsing 1 skipped: precedence of prefix:<^> @@ -1596,18 +3196,58 @@ use of uninitialized value of type R3 in string context in any at gen/parrot/M S12-introspection/walk.t........................... 11 0 0 0 11 S12-methods/accessors.t............................ 8 0 0 0 8 S12-methods/attribute-params.t..................... 13 0 0 0 13 -S12-methods/calling_sets.rakudo.parrot............. 21 0 0 11 32 +S12-methods/calling_sets.rakudo.parrot.............Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 11 32 11 skipped: ambiguous dispatch -S12-methods/calling_syntax.t....................... 11 0 0 0 11 -S12-methods/chaining.t............................. 17 0 0 0 17 +S12-methods/calling_syntax.t.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 +S12-methods/chaining.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 S12-methods/class-and-instance.t................... 8 0 0 0 8 S12-methods/default-trait.t........................ 6 0 0 0 6 S12-methods/defer-call.t........................... 14 0 0 0 14 S12-methods/defer-next.rakudo.parrot............... 20 0 1 0 21 1 todo : variant of RT 69608 S12-methods/delegation.t........................... 5 0 0 0 5 -S12-methods/how.t.................................. 2 0 0 0 2 -S12-methods/indirect_notation.rakudo.parrot........ 10 0 0 23 33 +S12-methods/how.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +S12-methods/indirect_notation.rakudo.parrot........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 23 33 6 skipped: .@foo not yet working 15 skipped: .*, .+ and .? with @foo 2 skipped: TTIAR near $o: @@ -1623,23 +3263,57 @@ S12-methods/lastcall.t............................. 6 0 0 0 6 S12-methods/lvalue.t............................... 16 0 0 0 16 S12-methods/method-vs-sub.rakudo.parrot............ 4 0 0 1 5 1 skipped: confused near "($obj:), " -S12-methods/multi.rakudo.parrot.................... 26 0 1 5 32 +S12-methods/multi.rakudo.parrot....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S12-methods/multi.rakudo.parrot, lines 42,81 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 26 0 1 5 32 2 skipped: proto does not promote to multi 3 skipped: unknown bug 1 todo : RT 66006 S12-methods/parallel-dispatch.rakudo.parrot........ 31 0 5 1 37 1 skipped: No such method postcircumfix:<( )> for invocant of type Pair 5 todo : is_deeply does not think map results are the same as list on LHS -S12-methods/private.t.............................. 13 0 0 0 13 +S12-methods/private.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S12-methods/private.t, line 20 + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 13 0 0 0 13 S12-methods/qualified.t............................ 2 0 0 0 2 S12-methods/submethods.rakudo.parrot............... 21 0 0 6 27 2 skipped: outer lexicals in roles 4 skipped: roles and submethods -S12-methods/syntax.rakudo.parrot................... 8 0 0 4 12 +S12-methods/syntax.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 4 12 3 skipped: switch-from-paren-to-listop form 1 skipped: adverbial closures -S12-methods/topic.t................................ 1 1 0 0 2 -S12-methods/trusts.t............................... 4 0 0 0 4 +S12-methods/topic.t................................ 2 0 0 0 2 +S12-methods/trusts.t...............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 0 4 S12-methods/typed-attributes.t..................... 7 0 0 0 7 S12-methods/what.t.................................use of uninitialized value of type Match in numeric context in block at t/spec/S12-methods/what.t:55 @@ -1647,7 +3321,17 @@ use of uninitialized value of type Match in numeric context in block at t/spec 33 0 0 0 33 S12-subset/multi-dispatch.t........................ 6 0 0 0 6 -S12-subset/subtypes.rakudo.parrot.................. 75 0 2 0 77 +S12-subset/subtypes.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S12-subset/subtypes.rakudo.parrot, lines 21,23,24,33,35,36,50,55,79,259,267,285 + eval_7, line 1 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 75 0 2 0 77 2 todo : RT 79160 pass fail todo skip plan S13-overloading/metaoperators.t.................... 9 0 0 0 9 @@ -1670,34 +3354,116 @@ S13-type-casting/methods.t......................... 13 0 0 0 13 pass fail todo skip plan S14-roles/anonymous.rakudo.parrot.................. 12 0 0 1 13 1 skipped: anonymous roles only created once -S14-roles/attributes.rakudo.parrot................. 5 0 0 2 7 +S14-roles/attributes.rakudo.parrot.................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 2 7 2 skipped: review test and rakudo -S14-roles/basic.rakudo.parrot...................... 38 0 2 3 43 +S14-roles/basic.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S14-roles/basic.rakudo.parrot, lines 94,97,107,109,115 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 38 0 2 3 43 3 skipped: RT 67768 1 todo : nom regression 1 todo : can see it in the position, but even STD message doesn't include it S14-roles/bool.t................................... 3 0 0 0 3 -S14-roles/composition.rakudo.parrot................ 24 0 0 2 26 +S14-roles/composition.rakudo.parrot................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S14-roles/composition.rakudo.parrot, line 116 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 24 0 0 2 26 2 skipped: diamond composition -S14-roles/conflicts.t.............................. 11 0 0 0 11 +S14-roles/conflicts.t..............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 S14-roles/crony.t.................................. 4 0 0 0 4 S14-roles/instantiation.t.......................... 19 0 0 0 19 -S14-roles/lexical.t................................ 9 0 0 0 9 +S14-roles/lexical.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 S14-roles/mixin.rakudo.parrot...................... 29 0 0 3 32 2 skipped: mixin at the point of declaration is compile time 1 skipped: Twigil ! is only valid on attribute definitions S14-roles/namespaced.rakudo.parrot................. 2 0 1 0 3 1 todo : nom regression -S14-roles/parameter-subtyping.t.................... 22 0 0 0 22 -S14-roles/parameterized-basic.t.................... 32 0 0 0 32 +S14-roles/parameter-subtyping.t....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S14-roles/parameter-subtyping.t, line 53 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 22 0 0 0 22 +S14-roles/parameterized-basic.t....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 32 0 0 0 32 S14-roles/parameterized-mixin.rakudo.parrot........ 24 0 4 0 28 4 todo : .does with parametric roles -S14-roles/parameterized-type.rakudo.parrot......... 28 0 0 1 29 +S14-roles/parameterized-type.rakudo.parrot.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S14-roles/parameterized-type.rakudo.parrot, line 85 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 28 0 0 1 29 1 skipped: cannot easily override [] at the moment -S14-roles/stubs.t.................................. 9 0 0 0 9 +S14-roles/stubs.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S14-roles/stubs.t, lines 11,13,15,17,20,22,27,30,33 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 9 0 0 0 9 S14-roles/submethods.t............................. 4 0 0 0 4 S14-traits/attributes.t............................ 8 0 0 0 8 -S14-traits/routines.rakudo.parrot.................. 12 0 1 0 13 +S14-traits/routines.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S14-traits/routines.rakudo.parrot, line 69 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 1 0 13 1 todo : trait mod / .wrap interaction pass fail todo skip plan S16-filehandles/chmod.t............................ 16 0 0 3 19 @@ -1715,7 +3481,15 @@ S16-filehandles/open.t............................. 2 0 0 1 3 1 skipped: open('nonexisting') => undefined is waiting on 'use fatal' S16-filehandles/unlink.rakudo.parrot............... 5 0 0 1 6 1 skipped: implicit closure of file handle at scope exit not implemented (FAILS ON WINDOWS) (noauto) -S16-io/bare-say.rakudo.parrot...................... 3 0 5 0 8 +S16-io/bare-say.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 5 0 8 3 todo : nom regression 2 todo : bare say S16-io/basic-open.t................................ 9 0 0 0 9 @@ -1749,17 +3523,45 @@ S28-named-variables/cwd.t.......................... 2 0 0 0 2 S28-named-variables/inc.t.......................... 5 0 0 0 5 pass fail todo skip plan S29-any/cmp.t...................................... 6 0 0 0 6 -S29-any/isa.t...................................... 10 0 0 0 10 +S29-any/isa.t......................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 10 0 0 0 10 S29-context/die.rakudo.parrot......................WARNINGS: Useless use of variable $foo in sink context (line 23) 15 0 1 0 16 1 todo : RT #67374 -S29-context/eval.rakudo.parrot..................... 15 0 0 3 18 +S29-context/eval.rakudo.parrot.....................Saw 2 calls to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S29-context/eval.rakudo.parrot, lines 18,24,26,30,33,36,45,54,82,91,103 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Method eval (from Cool) called at: + t/spec/S29-context/eval.rakudo.parrot, line 98 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 15 0 0 3 18 1 skipped: eval(Buf) 2 skipped: eval coerce to string S29-context/exit-in-if.t........................... 1 0 0 0 1 S29-context/exit.t................................. 3 0 0 0 3 -S29-context/sleep.t................................ 17 0 0 0 17 +S29-context/sleep.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S29-context/sleep.t, lines 71,72 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 S29-conversions/hash.t............................. 8 0 0 0 8 S29-conversions/ord_and_chr.rakudo.parrot.......... 255 0 1 0 256 1 todo : RT #65172 - combining graphemes @@ -1767,7 +3569,15 @@ S29-os/system.rakudo.parrot........................ 4 0 0 1 5 1 skipped: run() broken (and test questionable pass fail todo skip plan S32-array/bool.t................................... 15 0 0 0 15 -S32-array/create.t................................. 8 0 0 0 8 +S32-array/create.t.................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 0 8 S32-array/delete-adverb-native.t...................use of uninitialized value of type Int in string context in sub is at lib/Test.pm:81 use of uninitialized value of type Any in string context in sub is at lib/Test.pm:81 @@ -1796,22 +3606,87 @@ use of uninitialized value of type Int in string context in sub is at lib/Test. 216 0 0 0 216 S32-array/delete.t.................................use of uninitialized value of type Any in string context in block at t/spec/S32-array/delete.t:73 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-array/delete.t, line 118 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 29 0 0 0 29 -S32-array/elems.t.................................. 11 0 0 0 11 -S32-array/end.t.................................... 12 0 0 0 12 +S32-array/elems.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 11 0 0 0 11 +S32-array/end.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 S32-array/exists-adverb.t.......................... 52 0 0 0 52 S32-array/keys_values.t............................ 8 0 0 0 8 S32-array/kv.t..................................... 18 0 0 0 18 S32-array/pairs.rakudo.parrot...................... 13 0 1 0 14 1 todo : Apparently not rw yet? -S32-array/perl.t................................... 6 0 0 0 6 -S32-array/pop.t.................................... 36 0 0 0 36 -S32-array/push.t................................... 51 0 0 0 51 +S32-array/perl.t...................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-array/perl.t, lines 13,25 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 6 0 0 0 6 +S32-array/pop.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 36 0 0 0 36 +S32-array/push.t...................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 51 0 0 0 51 S32-array/rotate.t................................. 27 0 0 0 27 -S32-array/shift.t.................................. 31 0 0 0 31 +S32-array/shift.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S32-array/shift.t, lines 85,86 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 31 0 0 0 31 S32-array/splice.rakudo.parrot..................... 37 0 1 0 38 1 todo : slice bug -S32-array/unshift.t................................ 57 0 0 0 57 +S32-array/unshift.t................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 57 0 0 0 57 S32-basics/warn.rakudo.parrot......................# It's OK to see this warning during a test run in block at t/spec/S32-basics/warn.rakudo.parrot:14 5 0 2 0 7 @@ -1821,17 +3696,35 @@ S32-container/roundrobin.rakudo.parrot............. 4 0 1 0 5 1 todo : over-flattening S32-container/zip.rakudo.parrot.................... 8 0 0 2 10 2 skipped: lvalue zip -S32-exceptions/misc.rakudo.parrot.................. 651 1 0 6 658 +S32-exceptions/misc.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 + lib/Test.pm, line 240 + eval_208, line 1 + t/spec/S32-exceptions/misc.rakudo.parrot, lines 354,369,374,378,382,389,396 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 653 0 0 5 658 1 skipped: RT 114134 3 skipped: still handled by - 1 skipped: Code did not die, can not check exception 1 skipped: parsing regression S32-hash/delete-adverb.t...........................use of uninitialized value of type Int in string context in sub is at lib/Test.pm:81 use of uninitialized value of type Int in string context in sub is at lib/Test.pm:81 130 0 0 0 130 -S32-hash/delete.t.................................. 8 0 0 0 8 +S32-hash/delete.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 0 8 S32-hash/exists-adverb.t........................... 46 0 0 0 46 S32-hash/exists.rakudo.parrot...................... 20 0 0 1 21 1 skipped: unspecced @@ -1841,13 +3734,29 @@ S32-hash/keys_values.t............................. 14 0 0 0 14 S32-hash/kv.t...................................... 27 0 0 0 27 S32-hash/pairs.rakudo.parrot....................... 20 0 1 0 21 1 todo : Rakudo seems to make a copy rather than a reference -S32-hash/perl.t.................................... 12 0 0 0 12 +S32-hash/perl.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-hash/perl.t, lines 13,26,39 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 12 0 0 0 12 S32-hash/push.t.................................... 7 0 0 0 7 S32-hash/slice.rakudo.parrot....................... 18 0 11 0 29 11 todo : binding on hash elements unimplemented S32-io/IO-Socket-INET.t............................ 0 0 0 41 41 41 skipped: rakudo.jvm systemic failures/OOM error -S32-io/chdir.rakudo.parrot......................... 8 0 0 2 10 +S32-io/chdir.rakudo.parrot.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 2 10 2 skipped: spec non-conformance due to missing sink context S32-io/copy.t......................................IO::Handle.copy is deprecated. Please use IO::Path.copy instead. in block at t/spec/S32-io/copy.t:33 @@ -1858,12 +3767,36 @@ IO::Handle.copy is deprecated. Please use IO::Path.copy instead. in block at 29 0 0 0 29 S32-io/dir.t....................................... 12 0 0 0 12 S32-io/file-tests.t................................ 30 0 0 0 30 -S32-io/io-path-cygwin.rakudo.parrot................ 49 0 1 2 52 +S32-io/io-path-cygwin.rakudo.parrot................Saw 1 call to deprecated code during execution. +================================================================================ +Method eval (from Cool) called at: + t/spec/S32-io/io-path-cygwin.rakudo.parrot, line 20 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 49 0 1 2 52 2 skipped: On-system tests for filetest inheritance 1 todo : resolve NYI, needs nqp::readlink -S32-io/io-path-unix.rakudo.parrot.................. 36 0 1 0 37 +S32-io/io-path-unix.rakudo.parrot..................Saw 1 call to deprecated code during execution. +================================================================================ +Method eval (from Cool) called at: + t/spec/S32-io/io-path-unix.rakudo.parrot, line 18 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 36 0 1 0 37 1 todo : resolve NYI, needs nqp::readlink -S32-io/io-path-win.rakudo.parrot................... 48 0 1 2 51 +S32-io/io-path-win.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Method eval (from Cool) called at: + t/spec/S32-io/io-path-win.rakudo.parrot, line 20 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 48 0 1 2 51 2 skipped: On-system tests for filetest inheritance 1 todo : resolve NYI, needs nqp::readlink S32-io/io-path.t................................... 13 0 0 0 13 @@ -1886,7 +3819,15 @@ S32-list/classify.rakudo.parrot.................... 12 0 0 3 15 3 skipped: Cannot use bind operator with this LHS S32-list/combinations.t............................ 6 0 0 0 6 S32-list/create.t.................................. 6 0 0 0 6 -S32-list/end.t..................................... 14 0 0 0 14 +S32-list/end.t.....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 14 0 0 0 14 S32-list/first.rakudo.parrot....................... 21 0 0 2 23 2 skipped: adverbial block S32-list/grep.rakudo.parrot........................ 17 0 0 21 38 @@ -1913,6 +3854,14 @@ S32-list/pick.rakudo.parrot........................ 46 0 1 0 47 1 todo : error on pick :replace S32-list/reduce.rakudo.parrot......................use of uninitialized value of type Any in numeric context in block at t/spec/S32-list/reduce.rakudo.parrot:29 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 13 0 1 0 14 1 todo : n-ary reduce S32-list/reverse.rakudo.parrot..................... 20 0 1 0 21 @@ -1927,25 +3876,68 @@ use of uninitialized value of type Code in string context in block at t/spec/S 2 skipped: determine behavior of 0-arity methods passed to sort 1 todo : method fallback to sub unimpl S32-list/squish.t.................................. 26 0 0 0 26 -S32-list/uniq.t.................................... 30 0 0 0 30 +S32-list/uniq.t....................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-list/uniq.t, line 45 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 30 0 0 0 30 S32-num/abs.t...................................... 49 0 0 0 49 S32-num/base.t..................................... 12 0 0 0 12 -S32-num/complex.t.................................. 488 0 0 0 488 +S32-num/complex.t..................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/S32-num/complex.t, lines 45,46,47,48,49,50 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 488 0 0 0 488 S32-num/cool-num.rakudo.parrot..................... 39 0 0 4 43 4 skipped: angle conversion S32-num/exp.t...................................... 72 0 0 0 72 S32-num/expmod.t................................... 117 0 0 0 117 -S32-num/fatrat.rakudo.parrot....................... 271 0 1 2 274 +S32-num/fatrat.rakudo.parrot.......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-num/fatrat.rakudo.parrot, lines 22,23 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 271 0 1 2 274 2 skipped: FatRat arith + type objects 1 todo : unknown -S32-num/int.rakudo.parrot.......................... 102 0 3 2 107 +S32-num/int.rakudo.parrot..........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-num/int.rakudo.parrot, lines 18,19,20,21,22,23,24,25 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 102 0 3 2 107 2 skipped: trailing characters produce failures 3 todo : Inf and NaN NYI for Int S32-num/is-prime.t................................. 35 0 0 0 35 S32-num/log.rakudo.parrot.......................... 28 0 1 0 29 1 todo : HugeInt.log S32-num/narrow.t................................... 9 0 0 0 9 -S32-num/pi.t....................................... 4 0 0 0 4 +S32-num/pi.t.......................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-num/pi.t, lines 19,24,26 + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 0 0 4 S32-num/polar.t.................................... 48 0 0 0 48 S32-num/power.rakudo.parrot........................ 45 0 3 4 52 1 skipped: NaN**1i should be NaN @@ -1953,14 +3945,38 @@ S32-num/power.rakudo.parrot........................ 45 0 3 4 52 1 skipped: NaN**0 should be NaN 1 skipped: 1i**NaN should be NaN 3 todo : Simple bigint optimizations NYI -S32-num/rand.rakudo.parrot......................... 114 0 0 1 115 +S32-num/rand.rakudo.parrot.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + /home/coke/sandbox/perl6-roast-data/rakudo.parrot/t/spec/packages/Test/Util.pm, line 129 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 114 0 0 1 115 1 skipped: Test is too slow -S32-num/rat.rakudo.parrot.......................... 819 0 4 1 824 +S32-num/rat.rakudo.parrot..........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-num/rat.rakudo.parrot, lines 20,23,24,25,26 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 819 0 4 1 824 1 skipped: RT 74648 4 todo : <1/3> literal should be Rat S32-num/real-bridge.t.............................. 200 0 0 0 200 S32-num/roots.t.................................... 55 0 0 0 55 -S32-num/rounders.t................................. 128 0 0 0 128 +S32-num/rounders.t.................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-num/rounders.t, lines 74,90,102 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 128 0 0 0 128 S32-num/sign.rakudo.parrot......................... 33 0 1 1 35 1 skipped: Test is kind of doubtful IMO -- colomon 1 todo : Nom does not yet have a NaN framework in place @@ -1978,7 +3994,15 @@ use of uninitialized value of type Rat in string context in block at t/spec/S3 11 todo : Complex.perl S32-num/unpolar.t.................................. 199 0 0 0 199 S32-scalar/defined.t............................... 56 0 0 0 56 -S32-scalar/perl.rakudo.parrot...................... 4 0 2 0 6 +S32-scalar/perl.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-scalar/perl.rakudo.parrot, lines 11,24 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 4 0 2 0 6 2 todo : cannot roundtrip constrained scalars yet S32-scalar/undef.rakudo.parrot.....................use of uninitialized value of type Any in string context in block at t/spec/S32-scalar/undef.rakudo.parrot:48 @@ -2002,6 +4026,14 @@ use of uninitialized value of type Any in numeric context in block at t/spec/S use of uninitialized value of type Any in numeric context in block at t/spec/S32-scalar/undef.rakudo.parrot:322 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-scalar/undef.rakudo.parrot, line 334 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 66 0 4 16 86 10 skipped: Cannot use bind operator with this left-hand side 6 skipped: access to &your_sub @@ -2010,7 +4042,15 @@ use of uninitialized value of type Any in numeric context in block at t/spec/S 1 todo : definedness of array S32-str/append.t................................... 7 0 0 0 7 S32-str/bool.t..................................... 12 0 0 0 12 -S32-str/capitalize.rakudo.parrot................... 13 0 2 2 17 +S32-str/capitalize.rakudo.parrot...................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-str/capitalize.rakudo.parrot, line 56 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 13 0 2 2 17 2 skipped: related to RT #117889 2 todo : graphemes results wrong S32-str/chomp.t.................................... 39 0 0 0 39 @@ -2036,14 +4076,30 @@ S32-str/numeric.rakudo.parrot...................... 161 0 6 1 168 1 todo : complex Str.Numeric S32-str/ords.t..................................... 6 0 0 0 6 S32-str/pack.t..................................... 6 0 0 0 6 -S32-str/pos.t...................................... 2 0 0 0 2 +S32-str/pos.t......................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 S32-str/rindex.t................................... 33 0 0 0 33 S32-str/samecase.t................................. 8 0 0 0 8 S32-str/split-simple.rakudo.parrot................. 48 0 1 0 49 1 todo : RT 112868 S32-str/split.rakudo.parrot........................ 52 0 0 1 53 1 skipped: No such method null for invocant of type Cursor -S32-str/sprintf.rakudo.parrot...................... 133 0 3 13 149 +S32-str/sprintf.rakudo.parrot......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-str/sprintf.rakudo.parrot, line 16 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 133 0 3 13 149 10 skipped: Issues with Inf 1 skipped: %p doesn't yet throw exception - but should it, or just Failure? 2 skipped: sprintf hangs when printing Inf/-Inf @@ -2053,6 +4109,14 @@ S32-str/substr-rw.rakudo.parrot.................... 19 0 12 0 31 12 todo : NYI S32-str/substr.rakudo.parrot.......................use of uninitialized value of type Failure in string context in sub is at lib/Test.pm:81 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 56 0 0 36 92 28 skipped: No support for StrPos 1 skipped: lvalue substr @@ -2094,7 +4158,15 @@ S32-temporal/Date.t................................Potential difficulties: S32-temporal/DateTime-Instant-Duration.rakudo.par.. 28 0 4 1 33 1 skipped: nom regression 4 todo : high-precision Instants NYI (need FatRats) -S32-temporal/DateTime.rakudo.parrot................ 200 0 1 0 201 +S32-temporal/DateTime.rakudo.parrot................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/S32-temporal/DateTime.rakudo.parrot, lines 172,176 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 200 0 1 0 201 1 todo : nom regression S32-temporal/calendar.t............................Potential difficulties: Leading 0 does not indicate octal in Perl 6; please use 0o1 if you mean that @@ -2239,7 +4311,15 @@ S32-trig/cosech.t.................................. 146 0 0 0 146 S32-trig/cosh.t.................................... 138 0 0 0 138 S32-trig/cotan.t................................... 114 0 0 0 114 S32-trig/cotanh.t.................................. 146 0 0 0 146 -S32-trig/e.t....................................... 5 0 0 0 5 +S32-trig/e.t.......................................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 0 5 S32-trig/pi.t...................................... 3 0 0 0 3 S32-trig/sec.t..................................... 114 0 0 0 114 S32-trig/sech.t.................................... 154 0 0 0 154 @@ -2271,6 +4351,14 @@ use of uninitialized value of type Any in string context in sub encode_direct2 use of uninitialized value of type Any in string context in sub encode_direct2 at t/spec/integration/99problems-11-to-20.rakudo.parrot:118 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/integration/99problems-11-to-20.rakudo.parrot, line 161 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 23 0 2 0 25 2 todo : unknown integration/99problems-21-to-30.rakudo.parrot......use of uninitialized value of type Any in string context in sub at t/spec/integration/99problems-21-to-30.rakudo.parrot:58 @@ -2475,17 +4563,41 @@ use of uninitialized value of type Any in string context in sub is at lib/Test. integration/advent2009-day01.t..................... 2 0 0 0 2 integration/advent2009-day02.t..................... 10 0 0 0 10 integration/advent2009-day03.t..................... 6 0 0 0 6 -integration/advent2009-day04.t..................... 6 0 0 0 6 +integration/advent2009-day04.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/integration/advent2009-day04.t, line 19 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 6 0 0 0 6 integration/advent2009-day05.t..................... 17 0 0 0 17 integration/advent2009-day06.rakudo.parrot......... 14 0 1 0 15 1 todo : Cannot assign to readonly value integration/advent2009-day07.rakudo.parrot......... 12 0 0 1 13 1 skipped: No candidates found to invoke integration/advent2009-day08.t..................... 8 0 0 0 8 -integration/advent2009-day09.t..................... 17 0 0 0 17 +integration/advent2009-day09.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/integration/advent2009-day09.t, line 75 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 17 0 0 0 17 integration/advent2009-day10.t..................... 5 0 0 0 5 integration/advent2009-day11.t..................... 6 0 0 0 6 -integration/advent2009-day12.rakudo.parrot......... 5 0 0 4 9 +integration/advent2009-day12.rakudo.parrot.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 4 9 3 skipped: Importing symbols by name doesn't work in current Rakudo 1 skipped: Multi subs aren't imported by default in current Rakudo - is this to spec? integration/advent2009-day13.t..................... 16 0 0 0 16 @@ -2511,29 +4623,85 @@ use of uninitialized value of type Any in string context in sub weather at t/sp use of uninitialized value of type Any in string context in sub weather at t/spec/integration/advent2009-day16.t:8 +Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! 11 0 0 0 11 integration/advent2009-day17.t..................... 62 0 0 0 62 -integration/advent2009-day18.rakudo.parrot......... 5 0 0 1 6 +integration/advent2009-day18.rakudo.parrot.........Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 5 0 0 1 6 1 skipped: parse error integration/advent2009-day19.t..................... 6 0 0 0 6 -integration/advent2009-day20.t..................... 21 0 0 0 21 +integration/advent2009-day20.t.....................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 21 0 0 0 21 integration/advent2009-day22.t..................... 4 0 0 0 4 integration/advent2009-day23.rakudo.parrot......... 3 0 0 1 4 1 skipped: lists aren't properly lazy in Rakudo yet integration/advent2010-day04.t..................... 11 0 0 0 11 integration/code-blocks-as-sub-args.t.............. 4 0 0 0 4 -integration/error-reporting.t...................... 16 0 0 0 16 +integration/error-reporting.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/integration/error-reporting.t, lines 56,117 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 16 0 0 0 16 integration/lazy-bentley-generator.t............... 1 0 0 0 1 integration/lexical-array-in-inner-block.t......... 2 0 0 0 2 integration/lexicals-and-attributes.t.............. 8 0 0 0 8 integration/man-or-boy.t........................... 10 0 0 0 10 integration/method-calls-and-instantiation.t....... 2 0 0 0 2 -integration/no-indirect-new.t...................... 2 0 0 0 2 -integration/packages.t............................. 3 0 0 0 3 +integration/no-indirect-new.t......................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 2 0 0 0 2 +integration/packages.t.............................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/integration/packages.t, line 25 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 3 0 0 0 3 integration/pair-in-array.t........................ 3 0 0 0 3 integration/passing-pair-class-to-sub.t............ 2 0 0 0 2 integration/real-strings.t......................... 21 0 0 0 21 -integration/role-composition-vs-attribute.rakudo... 6 0 0 4 10 +integration/role-composition-vs-attribute.rakudo...Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + t/spec/integration/role-composition-vs-attribute.rakudo.parrot, line 78 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 6 0 0 4 10 2 skipped: alas, no visibility of native private attributes yet 2 skipped: alas, no visibility of private attributes in other role integration/rule-in-class-Str.t.................... 3 0 0 0 3 @@ -2541,14 +4709,23 @@ integration/say-crash.t............................ 4 0 0 0 4 integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1 integration/topic_in_double_loop.t................. 5 0 0 0 5 integration/variables-in-do.t...................... 3 0 0 0 3 -integration/weird-errors.t......................... 8 0 0 0 8 +integration/weird-errors.t.........................Saw 1 call to deprecated code during execution. +================================================================================ +Sub eval (from GLOBAL) called at: + lib/Test.pm, line 240 + t/spec/integration/weird-errors.t, line 52 +Please use 'EVAL' instead. +-------------------------------------------------------------------------------- +Please contact the author to have these calls to deprecated code adapted, +so that this message will disappear! + 8 0 0 0 8 pass fail todo skip plan rosettacode/greatest_element_of_a_list.t........... 1 0 0 0 1 rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1 ---------------- "Synopsis", "pass","fail","todo","skip","plan","spec" "S01", 0, 0, 0, 20, 20, 61 -"S02", 4112, 1, 124, 293, 4530, 4473 +"S02", 4114, 1, 124, 293, 4532, 4475 "S03", 4751, 0, 130, 125, 5006, 4665 "S04", 952, 0, 38, 30, 1020, 1038 "S05", 4800, 0, 154, 431, 5385, 5829 @@ -2557,7 +4734,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1 "S09", 174, 0, 9, 14, 197, 197 "S10", 68, 0, 1, 2, 71, 128 "S11", 73, 0, 2, 9, 84, 139 -"S12", 1334, 1, 48, 124, 1507, 1407 +"S12", 1335, 0, 48, 124, 1507, 1407 "S13", 33, 0, 10, 27, 70, 80 "S14", 295, 0, 8, 12, 315, 328 "S16", 235, 0, 5, 18, 258, 302 @@ -2567,13 +4744,11 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1 "S26", 308, 0, 0, 1, 309, 266 "S28", 7, 0, 0, 0, 7, 13 "S29", 334, 0, 2, 4, 340, 350 -"S32", 9146, 1, 90, 217, 9454, 7051 +"S32", 9148, 0, 90, 216, 9454, 7051 "int", 546, 0, 8, 28, 582, 571 "ros", 2, 0, 0, 0, 2, 2 -"total", 28340, 3, 667, 1459, 30469, 28492 +"total", 28345, 1, 667, 1458, 30471, 28494 ---------------- Failure summary: -S02-literals/sub-calls.t 18 - parsed as method call on $_ -S12-methods/topic.t 1 - $_ is not set in methods... -S32-exceptions/misc.rakudo.parrot 537 - 'sub f() { }; f() = 3' died +S02-types/deprecations.rakudo.parrot 29 - deprecation "1+1".eval note: test_summary.pl @syn does not have ros