From 39143a474b5a983421eca9651e77f9c6e09b3958 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 6 Dec 2016 22:10:47 -0500 Subject: Mark T9577 as broken on Darwin due to #12937 --- 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 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, ['']) -- cgit v1.2.1