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.
2 parents 32f5c4d + 64ca263 commit f1cb2ccCopy full SHA for f1cb2cc
S06-routine-modifiers/lvalue-subroutines.t
@@ -78,7 +78,7 @@ sub checklastval ($passwd) is rw {
78
);
79
};
80
81
-my $errors;
+#?rakudo skip 'segfaults, probably due to [RT #114134]'
82
dies_ok {checklastval("octopus") = 10 }, 'checklastval STORE can die';
83
84
# Above test may well die for the wrong reason, if the Proxy stuff didn't
0 commit comments