Skip to content

Commit 64ca263

Browse files
author
Carl Masak
committed
[S06-routine-modifiers/lvalue-subroutines.t] fudged for Rakudo
This spectest segfaults on at least Linux and Windows, at least on some hardware platforms. Suspect but haven't confirmed [RT #114134].
1 parent 16dd063 commit 64ca263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S06-routine-modifiers/lvalue-subroutines.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sub checklastval ($passwd) is rw {
7878
);
7979
};
8080

81-
my $errors;
81+
#?rakudo skip 'segfaults, probably due to [RT #114134]'
8282
dies_ok {checklastval("octopus") = 10 }, 'checklastval STORE can die';
8383

8484
# Above test may well die for the wrong reason, if the Proxy stuff didn't

0 commit comments

Comments
 (0)