Skip to content

Commit 3b1712f

Browse files
committed
todo test for GH 16869 (Assertion failure in glob3)
1 parent c95c8b0 commit 3b1712f

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
@@ -260,6 +260,16 @@ TODO: {
260260
is($?, 0, "No assertion failure; GH 16865");
261261
}
262262

263+
TODO: {
264+
todo_skip "Test needs -DDEBUGGING", 1 unless $is_debugging_build;
265+
local $::TODO = 'GH 16869';
266+
fresh_perl(<<~'HERE', {});
267+
my $glob = ("0" x 4094) . "?";
268+
glob $glob;
269+
HERE
270+
is($?, 0, 'No assertion failure; GH 16869');
271+
}
272+
263273
TODO: {
264274
todo_skip "Test needs -DDEBUGGING", 1 unless $is_debugging_build;
265275
local $::TODO = 'GH 16876';

0 commit comments

Comments
 (0)