[commit: ghc] wip/ghc-8.8-merges: testsuite: Mark T16180 as broken on Darwin (1f0e426)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:10:48 UTC 2019


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

On branch  : wip/ghc-8.8-merges
Link       : http://ghc.haskell.org/trac/ghc/changeset/1f0e426e9a05f84545cd5fb66b35da5611fbbb81/ghc

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

commit 1f0e426e9a05f84545cd5fb66b35da5611fbbb81
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jan 22 19:08:07 2019 -0500

    testsuite: Mark T16180 as broken on Darwin
    
    See #16218.


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

1f0e426e9a05f84545cd5fb66b35da5611fbbb81
 testsuite/tests/th/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 9ddf283..4062cf2 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -467,4 +467,4 @@ test('T15437', expect_broken(15437), multimod_compile,
 test('T15985', normal, compile, [''])
 test('T16133', normal, compile_fail, [''])
 test('T15471', normal, multimod_compile, ['T15471.hs', '-v0'])
-test('T16180', normal, compile_and_run, [''])
+test('T16180', when(opsys('darwin'), expect_broken(16218)), compile_and_run, [''])



More information about the ghc-commits mailing list