summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2022-12-02 14:25:19 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-03 04:38:46 -0500
commitbb674262bd472ffeba145ebd4cd510ca16436c08 (patch)
tree6687f438a45698fb53849924275fd039bac69b21
parent108c319f47e31fb307d7aff718b40578c8026ddd (diff)
downloadhaskell-bb674262bd472ffeba145ebd4cd510ca16436c08.tar.gz
Mark T16916 fragile
See https://gitlab.haskell.org/ghc/ghc/-/issues/16966
-rw-r--r--testsuite/tests/lib/base/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/lib/base/all.T b/testsuite/tests/lib/base/all.T
index 65f221187f..bd8d7dc486 100644
--- a/testsuite/tests/lib/base/all.T
+++ b/testsuite/tests/lib/base/all.T
@@ -1,7 +1,7 @@
test('DataTypeOrd', normal, compile_and_run, [''])
test('T16586', normal, compile_and_run, ['-O2'])
# Event-manager not supported on Windows
-test('T16916', [when(opsys('mingw32'), skip), js_broken(22261)], compile_and_run, ['-O2 -threaded -with-rtsopts="-I0" -rtsopts'])
+test('T16916', [when(opsys('mingw32'), skip), js_broken(22261), fragile(16966)], compile_and_run, ['-O2 -threaded -with-rtsopts="-I0" -rtsopts'])
test('T17310', normal, compile, [''])
test('T19691', normal, compile, [''])
test('executablePath', [extra_run_opts(config.os), js_broken(22261)], compile_and_run, [''])