[commit: ghc] wip/ghc-8.6-backports: testsuite: Mark objcpp-hi and T13366 as broken on Darwin due to #16083 (ee6cf4b)

git at git.haskell.org git at git.haskell.org
Mon Jan 7 17:18:53 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ghc-8.6-backports
Link       : http://ghc.haskell.org/trac/ghc/changeset/ee6cf4b33936ff4baeded74c1945c766e5259b7d/ghc

>---------------------------------------------------------------

commit ee6cf4b33936ff4baeded74c1945c766e5259b7d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Dec 22 10:01:46 2018 -0500

    testsuite: Mark objcpp-hi and T13366 as broken on Darwin due to #16083
    
    (cherry picked from commit 1c0c5e844226f3d77af31d97b21ffb8b14b55740)


>---------------------------------------------------------------

ee6cf4b33936ff4baeded74c1945c766e5259b7d
 testsuite/tests/driver/objc/all.T | 1 +
 testsuite/tests/th/all.T          | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/driver/objc/all.T b/testsuite/tests/driver/objc/all.T
index 68b7628..894de0c 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 ddc2708..cd39e48 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -383,7 +383,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'])



More information about the ghc-commits mailing list