@@ -7,7 +7,6 @@ BEGIN { @*INC.push('t/spec/packages') };
7
7
8
8
use Test ::Util;
9
9
10
- # ?rakudo.jvm todo "nigh"
11
10
is_run " use v6;\n 'a' =~ /foo/" , {
12
11
status => { $ _ != 0 },
13
12
out => ' ' ,
@@ -30,7 +29,6 @@ is_run "use v6;\n\nsay 'Hello';\nsay 'a'.my_non_existent_method_6R5();",
30
29
}, ' Method not found error mentions method name and line number' ;
31
30
32
31
# RT #75446
33
- # ?rakudo.jvm todo "nigh"
34
32
is_run ' use v6;
35
33
sub bar {
36
34
pfff();
@@ -43,7 +41,6 @@ bar()',
43
41
err => all (rx /pfff /, rx /<< 3>> /),
44
42
}, ' got the right line number for nonexisting sub inside another sub' ;
45
43
46
- # ?rakudo.jvm todo "nigh"
47
44
is_run ' say 42; nosuchsub()' ,
48
45
{
49
46
status => { $ _ != 0 },
@@ -77,7 +74,6 @@ A.new.x(42);',
77
74
}, ' got the right line number for accessors' ;
78
75
79
76
# RT #80982
80
- # ?rakudo.jvm todo "nigh"
81
77
is_run ' say 0080982' ,
82
78
{
83
79
status => 0 ,
@@ -108,7 +104,6 @@ is_run 'sub mysub {
108
104
109
105
# RT #77736
110
106
# ?niecza todo
111
- # ?rakudo.jvm todo "nigh"
112
107
is_run ' die "foo"; END { say "end run" }' ,
113
108
{
114
109
status => * != 0 ,
0 commit comments