diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-06-23 08:50:47 -0700 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-06-23 08:50:47 -0700 |
commit | 518ada5cda08d3256826ed0383888111f8096de5 (patch) | |
tree | dd0c541f0c141926895396b662cb335135fea7c8 /testsuite/tests/stranal | |
parent | 446b0e166c9e46f943318f13f25f0441c88c67ef (diff) | |
download | haskell-518ada5cda08d3256826ed0383888111f8096de5.tar.gz |
Mark T9208 as broken when debugging is on
this seems to be expected, as explained by SPJ in comment 7 of #9208.
Diffstat (limited to 'testsuite/tests/stranal')
-rw-r--r-- | testsuite/tests/stranal/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T index b88c49fce3..3a9a35d83d 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, ['']) |