diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-21 13:11:26 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-21 13:21:01 +0200 |
commit | 8e929744eb332eed878aa2b334beea435d30ddfd (patch) | |
tree | 20b67c458d6712c9e63c1b73d6b1b364c7e15a8e /testsuite/tests/th | |
parent | ae7e9cb574801954c7769c210829b06193fa72ea (diff) | |
download | haskell-8e929744eb332eed878aa2b334beea435d30ddfd.tar.gz |
Testsuite: mark T8761 expect_broken #12077
Diffstat (limited to 'testsuite/tests/th')
-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']) |