Skip to content

Commit be48f51

Browse files
1-1samkhwilliamson
authored andcommitted
todo test for GH 16863 (Assertion failure in S_maybe_multiconcat)
1 parent f00698d commit be48f51

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

t/run/todo.t

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,16 @@ TODO: {
254254
is($?, 0, 'No assertion failure; GH 16522');
255255
}
256256

257+
TODO: {
258+
todo_skip "Test needs -DDEBUGGING", 1 unless $is_debugging_build;
259+
local $::TODO = 'GH 16863';
260+
fresh_perl(<<~'HERE', { stderr => 'devnull' });
261+
END { exit 0 }
262+
00.=my$0=00.0
263+
HERE
264+
is($?, 0, 'No assertion failure; GH 16863');
265+
}
266+
257267
TODO: {
258268
local $::TODO = 'GH 16865';
259269
fresh_perl('\(sort { 0 } 0, 0 .. "a")', { stderr => 'devnull' });

0 commit comments

Comments
 (0)