summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-22 10:01:46 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-22 10:56:30 -0500
commit1c0c5e844226f3d77af31d97b21ffb8b14b55740 (patch)
tree1dad3a553b728ba38cbdd6fa222a9fb171297327
parent7e1d214fce064c42df70ae121cedf27ebea853f8 (diff)
downloadhaskell-1c0c5e844226f3d77af31d97b21ffb8b14b55740.tar.gz
testsuite: Mark objcpp-hi and T13366 as broken on Darwin due to #16083
-rw-r--r--testsuite/tests/driver/objc/all.T1
-rw-r--r--testsuite/tests/th/all.T5
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/driver/objc/all.T b/testsuite/tests/driver/objc/all.T
index 68b76282ff..894de0cc46 100644
--- a/testsuite/tests/driver/objc/all.T
+++ b/testsuite/tests/driver/objc/all.T
@@ -15,5 +15,6 @@ test('objc-hi',
test('objcpp-hi',
[ skip_if_not_osx,
objcpp_src,
+ when(opsys('darwin'), expect_broken(16083)),
expect_fail_for(['ghci']) ],
compile_and_run, ['-framework Foundation -lstdc++'])
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'])