[commit: ghc] master: Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG (19ae142)
git at git.haskell.org
git at git.haskell.org
Tue Dec 6 20:06:42 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/19ae142364058e258122f4bb68ef4b9aa6e41890/ghc
>---------------------------------------------------------------
commit 19ae142364058e258122f4bb68ef4b9aa6e41890
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Dec 6 15:43:21 2016 +0000
Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG
>---------------------------------------------------------------
19ae142364058e258122f4bb68ef4b9aa6e41890
testsuite/tests/rename/should_compile/all.T | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T
index 90d955b..531ff4f 100644
--- a/testsuite/tests/rename/should_compile/all.T
+++ b/testsuite/tests/rename/should_compile/all.T
@@ -26,6 +26,7 @@ test('rn012',
test('rn013', normal, compile, [''])
test('rn017',
[
+ when(compiler_debugged(), expect_broken(12930)),
extra_clean(['RnAux017.hi', 'RnAux017.o',
'RnAux017.hi-boot', 'RnAux017.o-boot'])],
multimod_compile,
@@ -212,7 +213,8 @@ test('T7167', normal, compile, [''])
test('T7336', expect_broken(7336), compile, ['-Wall'])
test('T2435', normal, multimod_compile, ['T2435','-v0'])
-test('T7672', normal, multimod_compile, ['T7672','-v0'])
+test('T7672', when(compiler_debugged(), expect_broken(12930)),
+ multimod_compile, ['T7672','-v0'])
test('T7963',
[extra_clean(['T7963a.hi', 'T7963a.o',
'T7963.imports'])],
More information about the ghc-commits
mailing list