diff options
author | Ian Lynagh <igloo@earth.li> | 2009-02-08 22:32:22 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-02-08 22:32:22 +0000 |
commit | e0de482d8a912089fb66ee003a3d59ea3e67d60a (patch) | |
tree | 045cc2627285ebcf972e8ac3f84c20e1ad0967b4 /testsuite/tests/ghc-regress/boxy | |
parent | 0694fc71d6c2db3495ddef71365ee8c968931930 (diff) | |
download | haskell-e0de482d8a912089fb66ee003a3d59ea3e67d60a.tar.gz |
Update test results for the 6.10 branch
Diffstat (limited to 'testsuite/tests/ghc-regress/boxy')
-rw-r--r-- | testsuite/tests/ghc-regress/boxy/all.T | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/ghc-regress/boxy/all.T b/testsuite/tests/ghc-regress/boxy/all.T index e23e07b967..65ea6a7321 100644 --- a/testsuite/tests/ghc-regress/boxy/all.T +++ b/testsuite/tests/ghc-regress/boxy/all.T @@ -1,10 +1,10 @@ # Boxy-type tests -test('Base1', normal, compile, ['']) +test('Base1', if_compiler_lt('ghc', '6.11', expect_fail), compile, ['']) test('Church1', normal, compile, ['']) test('Church2', expect_broken(1330), compile_fail, ['']) -test('PList1', normal, compile, ['']) -test('PList2', normal, compile, ['']) +test('PList1', if_compiler_lt('ghc', '6.11', expect_fail), compile, ['']) +test('PList2', if_compiler_lt('ghc', '6.11', expect_fail), compile, ['']) test('SystemF', normal, compile, ['']) -test('boxy', normal, compile, ['']) -test('Compose', normal, compile, ['']) +test('boxy', if_compiler_lt('ghc', '6.11', expect_fail), compile, ['']) +test('Compose', if_compiler_lt('ghc', '6.11', expect_fail), compile, ['']) |