summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-06 23:34:52 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-20 18:41:32 -0400
commit8c1a27435e990287fa928a71f632007eea23b48a (patch)
treee5c6d34c54d729556a4700825508d3501ca134a4
parentd98cb7637a305e31de5e05a1feb9f6f2339f8cc4 (diff)
downloadhaskell-8c1a27435e990287fa928a71f632007eea23b48a.tar.gz
Try again
-rw-r--r--testsuite/tests/plugins/all.T8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index f345e21d12..aea3748767 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -5,9 +5,11 @@ setTestOpts([
# sequentially until this is fixed. This likely means that #13194 isn't fully
# solved. See also #15313.
when(opsys('mingw32'), multi_cpu_race),
- # The Windows toolchain, particularly linking, is remarkably slow, give it
- # time to do its thing
- when(opsys('mingw32'), compile_timeout_multiplier(2))
+ # Unfortunately even with the above these tests are incredibly flaky on Windows.
+ # In any given testsuite run at least half a dozen fail for one reason of another
+ # (typically a cmmbination of timeouts, some missing static archive errors from ld,
+ # and a few plain crashes).
+ when(opsys('mingw32'), fragile(16405))
])