summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2022-12-02 14:25:19 +0200
committerBryan Richter <bryan@haskell.foundation>2022-12-02 14:25:19 +0200
commite354f1ce74a6e4dd696dac5b1fa154529e42d66f (patch)
tree48ebcbc75cd8045046b96a63c4c7d06cafa5ecc7
parent74c767df770766d8d52e87b9ff7da10f94620a91 (diff)
downloadhaskell-wip/mark-fragile-tests.tar.gz
Mark T16916 fragilewip/mark-fragile-tests
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, [''])