diff options
author | Bryan Richter <bryan@haskell.foundation> | 2022-12-02 14:25:19 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-12-03 04:38:46 -0500 |
commit | bb674262bd472ffeba145ebd4cd510ca16436c08 (patch) | |
tree | 6687f438a45698fb53849924275fd039bac69b21 | |
parent | 108c319f47e31fb307d7aff718b40578c8026ddd (diff) | |
download | haskell-bb674262bd472ffeba145ebd4cd510ca16436c08.tar.gz |
Mark T16916 fragile
See https://gitlab.haskell.org/ghc/ghc/-/issues/16966
-rw-r--r-- | testsuite/tests/lib/base/all.T | 2 |
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, ['']) |