From 61395b59191284a2cc249e614bbba993c16ef8c5 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Thu, 16 Jan 2014 10:22:04 +0100 Subject: type-rep is only broken when debugging is on in which case it is a wontfix (see #8569) --- testsuite/tests/gadt/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/gadt') diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T index 814b3e2bff..9192891d63 100644 --- a/testsuite/tests/gadt/all.T +++ b/testsuite/tests/gadt/all.T @@ -40,7 +40,7 @@ test('gadt23', test('gadt24', normal, compile, ['']) test('red-black', normal, compile, ['']) -test('type-rep', [ when(fast(), skip), expect_broken_for(8569, ['hpc','optasm','threaded2','dyn','optllvm']) ] , compile_and_run, ['']) +test('type-rep', [ when(fast(), skip), when(compiler_debugged(),expect_broken_for(8569, ['hpc','optasm','threaded2','dyn','optllvm'])) ] , compile_and_run, ['']) test('equal', normal, compile, ['']) test('nbe', normal, compile, ['']) test('while', normal, compile_and_run, ['']) -- cgit v1.2.1