diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-18 21:28:10 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-18 22:36:44 +0200 |
commit | 43dafc93b201e193e83792d2461bf4e45805b5c3 (patch) | |
tree | 1407d2188a5e71c5194ede5c8d47198d790e245d /testsuite/tests/gadt/all.T | |
parent | cbb4d7887e6ff039c9a482178435a688b4c5d4f8 (diff) | |
download | haskell-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.T | 2 |
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, ['']) |