From b6ad9d744eac80c0c3bb30e2281c50ac67f5c3c0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 21 Mar 2009 14:02:17 +0000 Subject: [PATCH] Recent TH tests fail in the 6.10 branch --- testsuite/tests/ghc-regress/th/all.T | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testsuite/tests/ghc-regress/th/all.T b/testsuite/tests/ghc-regress/th/all.T index bf9460f50c..2ff23c99f7 100644 --- a/testsuite/tests/ghc-regress/th/all.T +++ b/testsuite/tests/ghc-regress/th/all.T @@ -90,7 +90,8 @@ test('TH_bracket3', normal, compile, ['']) test('TH_class1', normal, compile, ['-v0']) test('TH_tuple1', normal, compile, ['-v0']) test('TH_genEx', - extra_clean(['TH_genExLib.hi', 'TH_genExLib.o']), + [extra_clean(['TH_genExLib.hi', 'TH_genExLib.o']), + if_compiler_lt('ghc', '6.11', expect_fail)], multimod_compile, ['TH_genEx', '-v0']) @@ -133,6 +134,6 @@ test('T2685', extra_clean(['T2685a.hi','T2685a.o']), test('TH_sections', normal, compile, ['-v0']) -test('TH_tf1', normal, compile, ['-v0']) -test('TH_tf2', normal, compile, ['-v0']) -test('TH_tf3', normal, compile, ['-v0']) +test('TH_tf1', if_compiler_lt('ghc', '6.11', expect_fail), compile, ['-v0']) +test('TH_tf2', if_compiler_lt('ghc', '6.11', expect_fail), compile, ['-v0']) +test('TH_tf3', if_compiler_lt('ghc', '6.11', expect_fail), compile, ['-v0']) -- GitLab