diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-22 10:01:46 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-22 10:56:30 -0500 |
commit | 1c0c5e844226f3d77af31d97b21ffb8b14b55740 (patch) | |
tree | 1dad3a553b728ba38cbdd6fa222a9fb171297327 /testsuite/tests/th | |
parent | 7e1d214fce064c42df70ae121cedf27ebea853f8 (diff) | |
download | haskell-1c0c5e844226f3d77af31d97b21ffb8b14b55740.tar.gz |
testsuite: Mark objcpp-hi and T13366 as broken on Darwin due to #16083
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r-- | testsuite/tests/th/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 0ab7dba20f..96c7e1e726 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -387,7 +387,10 @@ test('T13018', normal, compile, ['-v0']) test('T13123', normal, compile, ['-v0']) test('T13098', normal, compile, ['-v0']) test('T11046', normal, multimod_compile, ['T11046','-v0']) -test('T13366', expect_broken_for(13366, ['ghci']), compile_and_run, ['-lstdc++ -v0']) +test('T13366', + [expect_broken_for(13366, ['ghci']), when(opsys('darwin'), expect_broken(16083))], + compile_and_run, + ['-lstdc++ -v0']) test('T13473', normal, multimod_compile_and_run, ['T13473.hs', '-v0 ' + config.ghc_th_way_flags]) test('T13587', expect_broken(13587), compile_and_run, ['-v0']) |