[commit: ghc] master: Testsuite: mark T8761 expect_broken #12077 (8e92974)
git at git.haskell.org
git at git.haskell.org
Sat May 21 11:19:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8e929744eb332eed878aa2b334beea435d30ddfd/ghc
>---------------------------------------------------------------
commit 8e929744eb332eed878aa2b334beea435d30ddfd
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sat May 21 13:11:26 2016 +0200
Testsuite: mark T8761 expect_broken #12077
>---------------------------------------------------------------
8e929744eb332eed878aa2b334beea435d30ddfd
testsuite/tests/th/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 1cebbe8..75364dc 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -405,4 +405,5 @@ test('T11809', normal, compile, ['-v0'])
test('T11797', normal, compile, ['-v0 -dsuppress-uniques'])
test('T11941', normal, compile_fail, ['-v0'])
test('T11484', normal, compile, ['-v0'])
-test('T8761', normal, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
+test('T8761', unless(ghc_dynamic(), expect_broken(12077)), compile,
+ ['-v0 -ddump-splices -dsuppress-uniques'])
More information about the ghc-commits
mailing list