summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/all.T
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-18 21:28:10 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-18 22:36:44 +0200
commit43dafc93b201e193e83792d2461bf4e45805b5c3 (patch)
tree1407d2188a5e71c5194ede5c8d47198d790e245d /testsuite/tests/gadt/all.T
parentcbb4d7887e6ff039c9a482178435a688b4c5d4f8 (diff)
downloadhaskell-43dafc93b201e193e83792d2461bf4e45805b5c3.tar.gz
Testsuite: mark gadt/termination expect_broken_for(#10658, ['optasm','optllvm'])
Diffstat (limited to 'testsuite/tests/gadt/all.T')
-rw-r--r--testsuite/tests/gadt/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T
index 9a48e69894..f458553116 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, [''])