diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-11-07 08:06:18 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-07 08:09:40 -0500 |
commit | 39cd12b8d73b9d931ce1acaa7d9e74271c51086f (patch) | |
tree | ad699c69d96bda2e5ffb3426e8b83a7ed34c711b /testsuite/tests/codeGen | |
parent | 802ce6eb090838d4e7573d96cf056afd2d898b78 (diff) | |
download | haskell-39cd12b8d73b9d931ce1acaa7d9e74271c51086f.tar.gz |
Revert "Multiple fixes / improvements for LLVM backend"
This reverts commit adcb5fb47c0942671d409b940d8884daa9359ca4.
Diffstat (limited to 'testsuite/tests/codeGen')
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T index f7ec405b16..3935574549 100644 --- a/testsuite/tests/codeGen/should_run/all.T +++ b/testsuite/tests/codeGen/should_run/all.T @@ -172,7 +172,8 @@ test('T13825-unit', test('T14619', normal, compile_and_run, ['']) test('T14754', normal, compile_and_run, ['']) test('T14346', only_ways(['threaded1','threaded2']), compile_and_run, ['-O -threaded']) -test('T14251', normal, compile_and_run, ['']) +test('T14251', [expect_broken_for(14251, ['optllvm'])], + compile_and_run, ['']) # These actually used to fail with all optimisation settings, but adding -O just # to make sure |