[commit: ghc] master: Testsuite: mark gadt/termination expect_broken_for(#10658, ['optasm', 'optllvm']) (43dafc9)

git at git.haskell.org git at git.haskell.org
Sat Jul 18 20:36:49 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/43dafc93b201e193e83792d2461bf4e45805b5c3/ghc

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

commit 43dafc93b201e193e83792d2461bf4e45805b5c3
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sat Jul 18 21:28:10 2015 +0200

    Testsuite: mark gadt/termination expect_broken_for(#10658, ['optasm','optllvm'])


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

43dafc93b201e193e83792d2461bf4e45805b5c3
 testsuite/tests/gadt/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T
index 9a48e69..f458553 100644
--- a/testsuite/tests/gadt/all.T
+++ b/testsuite/tests/gadt/all.T
@@ -70,7 +70,7 @@ test('karl2', normal, compile, [''])
 test('data1', normal, compile, [''])
 test('data2', normal, compile, [''])
 
-test('termination', normal, compile, [''])
+test('termination', expect_broken_for(10658, ['optasm', 'optllvm']), compile, [''])
 test('set', normal, compile, [''])
 test('scoped', normal, compile, [''])
 test('gadt-escape1', normal, compile_fail, [''])



More information about the ghc-commits mailing list