We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a299b31 commit 13e020fCopy full SHA for 13e020f
S12-introspection/can.t
@@ -101,6 +101,7 @@ my $pup = Puppy.new();
101
#?niecza todo
102
ok Str.can('split') ~~ /split/, 'return value of .can stringifies sensibly';
103
104
+#?niecza skip "No match"
105
{
106
# RT #76882
107
my class A {
S16-filehandles/io.t
@@ -250,7 +250,7 @@ $out.say("Foo Bar Baz");
250
$out.say("The End");
251
$out.close;
252
253
-#?niecza todo 'Cannot open file straight from $filename.IO.get'
+#?niecza skip 'IO.close'
254
255
my $line;
256
my $io = $filename.IO;
0 commit comments