summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar
diff options
context:
space:
mode:
authorAlp Mestanogullari <alp@well-typed.com>2018-04-19 12:40:21 -0400
committerBen Gamari <ben@smart-cactus.org>2018-04-19 13:18:15 -0400
commitd9d801516dccab88b8083d34b465ee9ca8deb92f (patch)
tree697190e2c39c7b696d77c9d759acbda997d6a645 /testsuite/tests/deSugar
parent8f19ecc95fbaf2cc977531d721085d8441dc09b7 (diff)
downloadhaskell-d9d801516dccab88b8083d34b465ee9ca8deb92f.tar.gz
testsuite: Fix `./validate --slow`
This fixes all unexpected passes and unexpected failures from a `./validate --slow` run I did last week. I commented on many tickets and created a few more as I was going through the failing tests. A summary of the entire process is available at: https://gist.github.com/alpmestan/c371840968f086c8dc5b56af8325f0a9 This is part of an attempt to have `./validate --slow` pass, tracked in #14890. Another patch will be necessary for the unexpected stats failures. Test Plan: ./validate --slow (not green yet) Reviewers: bgamari, simonmar Subscribers: thomie, carter Differential Revision: https://phabricator.haskell.org/D4546
Diffstat (limited to 'testsuite/tests/deSugar')
-rw-r--r--testsuite/tests/deSugar/should_run/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_run/all.T b/testsuite/tests/deSugar/should_run/all.T
index c289c013b0..757d817a0c 100644
--- a/testsuite/tests/deSugar/should_run/all.T
+++ b/testsuite/tests/deSugar/should_run/all.T
@@ -16,7 +16,9 @@ test('dsrun010', normal, compile_and_run, [''])
test('dsrun011', when(fast(), skip), compile_and_run, [''])
test('dsrun012', when(fast(), skip), compile_and_run, [''])
test('dsrun013', normal, compile_and_run, [''])
-test('dsrun014', normal, compile_and_run, ['-fobject-code'])
+test('dsrun014', expect_broken_for(14901,
+ ['hpc', 'dyn', 'optasm', 'optllvm', 'threaded2']
+ ), compile_and_run, ['-fobject-code'])
test('dsrun015', normal, compile_and_run, [''])
test('dsrun016', normal, compile_and_run, [''])
test('dsrun017', normal, compile_and_run, [''])