[commit: ghc] master: Mark T12041 as expect_broken with -DDEBUG (#12826) (642adec)

git at git.haskell.org git at git.haskell.org
Tue Nov 15 12:43:47 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/642adec4da8df4ae39b884b30c47284a3c9d0f30/ghc

>---------------------------------------------------------------

commit 642adec4da8df4ae39b884b30c47284a3c9d0f30
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Nov 15 10:40:24 2016 +0000

    Mark T12041 as expect_broken with -DDEBUG (#12826)


>---------------------------------------------------------------

642adec4da8df4ae39b884b30c47284a3c9d0f30
 testsuite/tests/indexed-types/should_fail/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/indexed-types/should_fail/all.T b/testsuite/tests/indexed-types/should_fail/all.T
index 4b0e994..8403ea8 100644
--- a/testsuite/tests/indexed-types/should_fail/all.T
+++ b/testsuite/tests/indexed-types/should_fail/all.T
@@ -137,5 +137,6 @@ test('T10899', normal, compile_fail, [''])
 test('T11136', normal, compile_fail, [''])
 test('T7788', normal, compile_fail, [''])
 test('T11450', normal, compile_fail, [''])
-test('T12041', normal, compile_fail, [''])
+test('T12041', when(compiler_debugged(), expect_broken(12826)),
+               compile_fail, [''])
 test('T12522a', normal, compile_fail, [''])



More information about the ghc-commits mailing list