[commit: ghc] master: Mark T9577 as broken on Darwin due to #12937 (39143a4)

git at git.haskell.org git at git.haskell.org
Wed Dec 7 03:11:37 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/39143a474b5a983421eca9651e77f9c6e09b3958/ghc

>---------------------------------------------------------------

commit 39143a474b5a983421eca9651e77f9c6e09b3958
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 6 22:10:47 2016 -0500

    Mark T9577 as broken on Darwin due to #12937


>---------------------------------------------------------------

39143a474b5a983421eca9651e77f9c6e09b3958
 testsuite/tests/codeGen/should_run/all.T | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index fb7bdc2..7442caa 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -148,4 +148,6 @@ test('T12059', normal, compile_and_run, [''])
 test('T12433', normal, compile_and_run, [''])
 test('T12757', normal, compile_and_run, [''])
 test('T12855', normal, compile_and_run, [''])
-test('T9577', [ unless(arch('x86_64') or arch('i386'),skip), only_ways(['normal']) ], compile_and_run, [''])
+test('T9577', [ unless(arch('x86_64') or arch('i386'),skip),
+                expect_broken(12937),
+                only_ways(['normal']) ], compile_and_run, [''])



More information about the ghc-commits mailing list