diff options
author | Alp Mestanogullari <alp@well-typed.com> | 2018-04-19 12:40:21 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-04-19 13:18:15 -0400 |
commit | d9d801516dccab88b8083d34b465ee9ca8deb92f (patch) | |
tree | 697190e2c39c7b696d77c9d759acbda997d6a645 /testsuite/tests/numeric | |
parent | 8f19ecc95fbaf2cc977531d721085d8441dc09b7 (diff) | |
download | haskell-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/numeric')
-rw-r--r-- | testsuite/tests/numeric/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_compile/all.T b/testsuite/tests/numeric/should_compile/all.T index ea42aad5d8..56e319ffed 100644 --- a/testsuite/tests/numeric/should_compile/all.T +++ b/testsuite/tests/numeric/should_compile/all.T @@ -1,5 +1,5 @@ test('T7116', normal, run_command, ['$MAKE -s --no-print-directory T7116']) test('T7895', normal, compile, ['']) test('T7881', normal, compile, ['']) -test('T8542', normal, compile, ['']) +test('T8542', omit_ways(['hpc']), compile, ['']) test('T10929', normal, compile, ['']) |