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

testsuite: Mark T10672 as broken

This test, which is only run on Windows, seems to be reliably timing
out.

See #16390.
parent a0c31f78
No related branches found
No related tags found
No related merge requests found
test('T10672_x64',
[extra_files(['Main.hs', 'Printf.hs', 'cxxy.cpp']),
[unless(opsys('mingw32'), skip), unless(arch('x86_64'), skip)]],
unless(opsys('mingw32'), skip), unless(arch('x86_64'), skip),
when(opsys('mingw32'), expect_broken(16390))],
makefile_test, ['T10672_x64'])
test('T10672_x86',
[extra_files(['Main.hs', 'Printf.hs', 'cxxy.cpp']),
[unless(opsys('mingw32'), skip), unless(arch('i386'), skip)]],
unless(opsys('mingw32'), skip), unless(arch('i386'), skip),
when(opsys('mingw32'), expect_broken(16390))],
makefile_test, ['T10672_x86'])
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