From 882f6535ba257c20c491c6637ca4270a56d95fae Mon Sep 17 00:00:00 2001 From: Joachim Breitner <mail@joachim-breitner.de> Date: Mon, 23 Jun 2014 08:50:47 -0700 Subject: [PATCH] Mark T9208 as broken when debugging is on this seems to be expected, as explained by SPJ in comment 7 of #9208. (cherry picked from commit 518ada5cda08d3256826ed0383888111f8096de5) --- testsuite/tests/stranal/should_compile/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T index b88c49fce391..3a9a35d83d14 100644 --- a/testsuite/tests/stranal/should_compile/all.T +++ b/testsuite/tests/stranal/should_compile/all.T @@ -19,4 +19,4 @@ test('T1988', normal, compile, ['']) test('T8467', normal, compile, ['']) test('T8037', normal, compile, ['']) test('T8743', [ extra_clean(['T8743.o-boot', 'T8743.hi-boot']) ], multimod_compile, ['T8743', '-v0']) -test('T9208', normal, compile, ['']) +test('T9208', when(compiler_debugged(), expect_broken(9208)), compile, ['']) -- GitLab