summaryrefslogtreecommitdiff
path: root/libraries/base/tests/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/tests/all.T')
-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',