summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2016-12-06 15:43:21 +0000
committerSimon Marlow <marlowsd@gmail.com>2016-12-06 20:05:37 +0000
commit19ae142364058e258122f4bb68ef4b9aa6e41890 (patch)
tree912cfa66d78c69b6e671fa8176a794947857ac08
parent24e6594cc7890babe69b8ba122d171affabad2d1 (diff)
downloadhaskell-19ae142364058e258122f4bb68ef4b9aa6e41890.tar.gz
Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG
-rw-r--r--testsuite/tests/rename/should_compile/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T
index 90d955b7c8..531ff4f793 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'])],