Skip to content

Commit 36f20a5

Browse files
1-1samkhwilliamson
authored andcommitted
todo test for GH 16865 (Assertion failure in Perl_pp_sort/S_POPMARK)
1 parent a7dd2d5 commit 36f20a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/run/todo.t

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ TODO: {
6363
"undef:de567\nundef:de567", { eval $switches }, "");
6464
}
6565

66+
TODO: {
67+
local $::TODO = 'GH 16865';
68+
fresh_perl('\(sort { 0 } 0, 0 .. "a")', { stderr => 'devnull' });
69+
is($?, 0, "No assertion failure");
70+
}
71+
6672
TODO: {
6773
todo_skip "Test needs -DDEBUGGING", 1 unless $is_debugging_build;
6874
local $::TODO = 'GH 16876';

0 commit comments

Comments
 (0)