diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-07 06:18:52 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-09 18:03:38 -0500 |
commit | dcb23ec96917bdb07951508f4c1c5eb71a2d4603 (patch) | |
tree | cc179650a6738be0accaa8801b34a0a7cb5a86ef | |
parent | a50ecda625823e1a80f32d1313a379f77f877153 (diff) | |
download | haskell-dcb23ec96917bdb07951508f4c1c5eb71a2d4603.tar.gz |
testsuite: Mark T13676 as broken on Darwin and Windows
Due to #17447.
-rw-r--r-- | testsuite/tests/rts/all.T | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 33853dc3d2..bd634d1e56 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -402,6 +402,7 @@ test('keep-cafs', test('T16514', unless(opsys('mingw32'), skip), compile_and_run, ['T16514_c.cpp -lstdc++']) test('test-zeroongc', extra_run_opts('-DZ'), compile_and_run, ['-debug']) -test('T13676', [when(opsys('darwin'), skip), # skip on Darwin due to CI issues - extra_files(['T13676.hs'])], +test('T13676', + [when(opsys('darwin') or opsys('mingw32'), expect_broken(17447)), + extra_files(['T13676.hs'])], ghci_script, ['T13676.script']) |