Skip to content
Snippets Groups Projects
Commit 4d523cb1 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Mark T17414 as fragile on Windows

This consistently times out on Windows as described in #17453. I have tried
increasing the timeout multiplier to two yet it stills fails. Disabling
until we have time to investigate.
parent 1f871e70
No related branches found
No related tags found
No related merge requests found
......@@ -133,4 +133,8 @@ test('T4808', [fragile_for(16909, ['threaded2']), exit_code(1)], compile_and_run
test('T4895', normal, compile_and_run, [''])
test('T7853', normal, compile_and_run, [''])
# Tests ability to perform >32-bit IO operations
test('T17414', [when(wordsize(32), skip), high_memory_usage], compile_and_run, [''])
test('T17414',
[when(wordsize(32), skip),
when(opsys('mingw32'), fragile(17453)),
high_memory_usage],
compile_and_run, [''])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment