[commit: ghc] master: testsuite: Fix `./validate --slow` (d9d8015)

git at git.haskell.org git at git.haskell.org
Thu Apr 19 19:26:00 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d9d801516dccab88b8083d34b465ee9ca8deb92f/ghc

>---------------------------------------------------------------

commit d9d801516dccab88b8083d34b465ee9ca8deb92f
Author: Alp Mestanogullari <alp at well-typed.com>
Date:   Thu Apr 19 12:40:21 2018 -0400

    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


>---------------------------------------------------------------

d9d801516dccab88b8083d34b465ee9ca8deb92f
 testsuite/tests/codeGen/should_run/all.T               |  2 --
 testsuite/tests/deSugar/should_run/all.T               |  4 +++-
 testsuite/tests/dependent/should_compile/all.T         |  5 +----
 testsuite/tests/driver/all.T                           |  4 ++--
 testsuite/tests/numeric/should_compile/all.T           |  2 +-
 testsuite/tests/parser/should_compile/all.T            |  2 +-
 testsuite/tests/patsyn/should_run/all.T                |  3 ++-
 testsuite/tests/rename/should_compile/all.T            |  2 +-
 testsuite/tests/rts/all.T                              |  8 ++++++--
 testsuite/tests/simplCore/should_compile/T13543.stderr | 10 ++++++++++
 testsuite/tests/simplCore/should_compile/all.T         |  2 +-
 testsuite/tests/simplCore/should_fail/all.T            |  2 +-
 testsuite/tests/th/all.T                               |  2 +-
 testsuite/tests/typecheck/should_compile/all.T         |  4 ++--
 testsuite/tests/typecheck/should_run/all.T             |  6 +++---
 15 files changed, 35 insertions(+), 23 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc d9d801516dccab88b8083d34b465ee9ca8deb92f


More information about the ghc-commits mailing list