summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-12-06 22:10:47 -0500
committerBen Gamari <ben@smart-cactus.org>2016-12-06 22:11:25 -0500
commit39143a474b5a983421eca9651e77f9c6e09b3958 (patch)
tree9ab2325a21d43ee08bb161b3fbc67c3998e4d0f9
parent41ec722d71db0eadeddd582a23aab7347349185f (diff)
downloadhaskell-39143a474b5a983421eca9651e77f9c6e09b3958.tar.gz
Mark T9577 as broken on Darwin due to #12937
-rw-r--r--testsuite/tests/codeGen/should_run/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index fb7bdc2603..7442caa0cc 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, [''])