summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/all.T
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-16 14:17:35 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-02-17 15:04:18 +0100
commit6f25fb32d16f716c8e0da4ba950f2ff90b272108 (patch)
treedc58e16bb26de5261885c995083763eb81274415 /testsuite/tests/rename/should_fail/all.T
parent2b906af0dab01c30c28792d39161e01449b85cb0 (diff)
downloadhaskell-6f25fb32d16f716c8e0da4ba950f2ff90b272108.tar.gz
Testsuite: delete compiler_lt/le/gt/ge setup functions
Since we're not consisently keeping track of which tests should pass with which compiler versions, there is no point in keeping these functions. Update submodules containers, hpc and stm.
Diffstat (limited to 'testsuite/tests/rename/should_fail/all.T')
-rw-r--r--testsuite/tests/rename/should_fail/all.T9
1 files changed, 3 insertions, 6 deletions
diff --git a/testsuite/tests/rename/should_fail/all.T b/testsuite/tests/rename/should_fail/all.T
index 82d341b6ae..ebe67976aa 100644
--- a/testsuite/tests/rename/should_fail/all.T
+++ b/testsuite/tests/rename/should_fail/all.T
@@ -113,12 +113,9 @@ test('T7937', normal, compile_fail, [''])
test('T7943', normal, compile_fail, [''])
test('T8448', normal, compile_fail, [''])
test('T8149', normal, compile, [''])
-test('RnStaticPointersFail01',
- when(compiler_lt('ghc', '7.9'), skip), compile_fail, [''])
-test('RnStaticPointersFail02',
- when(compiler_lt('ghc', '7.9'), skip), compile_fail, [''])
-test('RnStaticPointersFail03',
- when(compiler_lt('ghc', '7.9'), skip), compile_fail, [''])
+test('RnStaticPointersFail01', [], compile_fail, [''])
+test('RnStaticPointersFail02', [], compile_fail, [''])
+test('RnStaticPointersFail03', [], compile_fail, [''])
test('T9006',
extra_clean(['T9006a.hi', 'T9006a.o']),
multimod_compile_fail, ['T9006', '-v0'])