diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-12-06 22:13:20 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-06 22:13:20 -0500 |
commit | 4dd6b37fd540ad0243057f4aa29a93590d98de88 (patch) | |
tree | 0afda9df1679b0f0bfe7f204fed0e4bb3191e5db /testsuite/tests | |
parent | 39143a474b5a983421eca9651e77f9c6e09b3958 (diff) | |
download | haskell-4dd6b37fd540ad0243057f4aa29a93590d98de88.tar.gz |
Really mark T9577 as broken
I failed at the last attempt.
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T index 7442caa0cc..cd212c3e09 100644 --- a/testsuite/tests/codeGen/should_run/all.T +++ b/testsuite/tests/codeGen/should_run/all.T @@ -149,5 +149,5 @@ 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), - expect_broken(12937), + when(opsys('darwin'), expect_broken(12937)), only_ways(['normal']) ], compile_and_run, ['']) |