diff options
Diffstat (limited to 'testsuite/tests/th/all.T')
-rw-r--r-- | testsuite/tests/th/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
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']) |