From 8e929744eb332eed878aa2b334beea435d30ddfd Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Sat, 21 May 2016 13:11:26 +0200 Subject: Testsuite: mark T8761 expect_broken #12077 --- testsuite/tests/th/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 1cebbe896a..75364dca98 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']) -- cgit v1.2.1