summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-08-15 16:33:33 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-08-15 17:22:23 +0200
commit185719158137b0cdba32b32e8a8fda8eb6321215 (patch)
tree88345df7992b13ff14f93fb2410584d54c73b86f
parentec68618bac918f365a7760062eb351cba3e4ddb3 (diff)
downloadhaskell-185719158137b0cdba32b32e8a8fda8eb6321215.tar.gz
Testsuite: mark T8089 expect_broken(#7325) on Windows
-rw-r--r--libraries/base/tests/all.T6
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 1b065a33e9..d77db30261 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -188,7 +188,11 @@ test('T9681', normal, compile_fail, [''])
# Probably something like 1s is already enough, but I don't know enough to
# make an educated guess how long it needs to be guaranteed to reach the C
# call."
-test('T8089', [exit_code(99), run_timeout_multiplier(0.01)],
+test('T8089', [exit_code(99),
+ run_timeout_multiplier(0.01),
+ when(opsys('mingw32'),
+ expect_broken_for(7325, ['normal', 'hpc', 'optasm'])),
+ ],
compile_and_run, [''])
test('T9826',normal, compile_and_run,[''])
test('T9848',