[commit: ghc] master: Revert "Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG" (eafa06d)
git at git.haskell.org
git at git.haskell.org
Tue Dec 6 22:14:57 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eafa06dce4aa815159ebba5a34d5137cf401ffbc/ghc
>---------------------------------------------------------------
commit eafa06dce4aa815159ebba5a34d5137cf401ffbc
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Tue Dec 6 22:14:41 2016 +0000
Revert "Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG"
This reverts commit 19ae142364058e258122f4bb68ef4b9aa6e41890.
>---------------------------------------------------------------
eafa06dce4aa815159ebba5a34d5137cf401ffbc
testsuite/tests/rename/should_compile/all.T | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T
index 531ff4f..90d955b 100644
--- a/testsuite/tests/rename/should_compile/all.T
+++ b/testsuite/tests/rename/should_compile/all.T
@@ -26,7 +26,6 @@ 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,
@@ -213,8 +212,7 @@ test('T7167', normal, compile, [''])
test('T7336', expect_broken(7336), compile, ['-Wall'])
test('T2435', normal, multimod_compile, ['T2435','-v0'])
-test('T7672', when(compiler_debugged(), expect_broken(12930)),
- multimod_compile, ['T7672','-v0'])
+test('T7672', normal, multimod_compile, ['T7672','-v0'])
test('T7963',
[extra_clean(['T7963a.hi', 'T7963a.o',
'T7963.imports'])],
More information about the ghc-commits
mailing list