summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-11 16:47:54 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-21 13:32:34 -0400
commit31f2ea6899041974c601ca368b9c2af5e8de125b (patch)
tree0df9ad3fee5773d00b93bbf0bc5c0077421e2cff
parent3967d13a2037d65d4f00fc43076b53339b475876 (diff)
downloadhaskell-31f2ea6899041974c601ca368b9c2af5e8de125b.tar.gz
testsuite: Mark T7170 as broken on Windows
Due to #16801.
-rw-r--r--testsuite/tests/ffi/should_run/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T
index 1a85e8ac66..d379191548 100644
--- a/testsuite/tests/ffi/should_run/all.T
+++ b/testsuite/tests/ffi/should_run/all.T
@@ -169,7 +169,10 @@ test('ffi_parsing_001', [omit_ways(['ghci'])], compile_and_run,
test('capi_value', [omit_ways(['ghci'])], compile_and_run, ['capi_value_c.c'])
-test('T7170', exit_code(1), compile_and_run, [''])
+test('T7170',
+ [when(opsys('mingw32'), fragile(16801)),
+ exit_code(1)],
+ compile_and_run, [''])
test('T4012', [expect_broken_for(7388, ['ghci'])], multimod_compile_and_run,
['T4012', ''])