[commit: ghc] ghc-7.10: Mark T10689a as broken (135a671)

git at git.haskell.org git at git.haskell.org
Thu Oct 22 15:09:16 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/135a671789f2a63b693979a2fda7ce936d944b15/ghc

>---------------------------------------------------------------

commit 135a671789f2a63b693979a2fda7ce936d944b15
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Tue Oct 20 08:00:41 2015 -0400

    Mark T10689a as broken
    
    It needs a parser change from 8.0 which isn't present in 7.10


>---------------------------------------------------------------

135a671789f2a63b693979a2fda7ce936d944b15
 testsuite/tests/simplCore/should_compile/all.T | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 8e01799..58eb97b 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -213,4 +213,7 @@ test('T10176', only_ways(['optasm']), compile, [''])
 test('T10602', only_ways(['optasm']), multimod_compile, ['T10602','-v0'])
 test('T10627', only_ways(['optasm']), compile, [''])
 test('T10689', normal, compile, [''])
-test('T10689a', normal, compile, [''])
+# T10698a was introduced by 3772c67f56c05cd5130c793376a9e09d5cc0e78a for 7.10.3
+# which was backported 8.0 from but the testcase relies on a parser change that
+# isn't present in 7.10.3
+test('T10689a', expect_broken(None), compile, [''])



More information about the ghc-commits mailing list