[commit: ghc] wip/T15952-2: testsuite: Mark T16180 as broken on Darwin (57142eb)
git at git.haskell.org
git at git.haskell.org
Thu Jan 24 11:55:34 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15952-2
Link : http://ghc.haskell.org/trac/ghc/changeset/57142eb92bf74d4b5daf316b73b9c2fc39ce0b16/ghc
>---------------------------------------------------------------
commit 57142eb92bf74d4b5daf316b73b9c2fc39ce0b16
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.
>---------------------------------------------------------------
57142eb92bf74d4b5daf316b73b9c2fc39ce0b16
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