Skip to content

Commit de313d8

Browse files
1-1samkhwilliamson
authored andcommitted
todo test for GH 16869 (Assertion failure in glob3)
1 parent b017f8c commit de313d8

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
@@ -270,6 +270,16 @@ TODO: {
270270
is($?, 0, "No assertion failure; GH 16865");
271271
}
272272

273+
TODO: {
274+
todo_skip "Test needs -DDEBUGGING", 1 unless $is_debugging_build;
275+
local $::TODO = 'GH 16869';
276+
fresh_perl(<<~'HERE', {});
277+
my $glob = ("0" x 4094) . "?";
278+
glob $glob;
279+
HERE
280+
is($?, 0, 'No assertion failure; GH 16869');
281+
}
282+
273283
TODO: {
274284
todo_skip "Test needs -DDEBUGGING", 1 unless $is_debugging_build;
275285
local $::TODO = 'GH 16876';

0 commit comments

Comments
 (0)