[commit: ghc] master: Fix another batch of `./validate --slow` failures (ca3d303)

git at git.haskell.org git at git.haskell.org
Mon May 14 02:53:13 UTC 2018


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

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

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

commit ca3d3039386b145ae2835ca563b4c5a3497c25c9
Author: Alp Mestanogullari <alp at well-typed.com>
Date:   Sun May 13 18:38:18 2018 -0400

    Fix another batch of `./validate --slow` failures
    
    A rather detailed summary can be found at:
    
        https://gist.github.com/alpmestan/be82b47bb88b7dc9ff84105af9b1bb82
    
    This doesn't fix all expectation mismatches yet, but we're down to about
    20 mismatches with my previous patch and this one, as opposed to ~150
    when I got started.
    
    Test Plan: ./validate --slow
    
    Reviewers: bgamari, erikd, simonmar
    
    Reviewed By: simonmar
    
    Subscribers: thomie, carter
    
    GHC Trac Issues: #14890
    
    Differential Revision: https://phabricator.haskell.org/D4636


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

ca3d3039386b145ae2835ca563b4c5a3497c25c9
 testsuite/tests/cabal/cabal01/all.T                |  0
 testsuite/tests/dependent/should_compile/all.T     |  9 ++++++-
 testsuite/tests/driver/T3007/all.T                 |  5 +++-
 testsuite/tests/driver/all.T                       |  6 ++++-
 testsuite/tests/ffi/should_fail/all.T              | 10 ++++++-
 testsuite/tests/indexed-types/should_compile/all.T |  8 +++++-
 testsuite/tests/numeric/should_compile/all.T       |  3 +++
 testsuite/tests/patsyn/should_compile/T13350/all.T |  4 ++-
 testsuite/tests/rts/Makefile                       | 12 +++++----
 testsuite/tests/rts/T5435_asm.c                    |  4 ++-
 testsuite/tests/rts/T5435_dyn_asm.stdout           |  2 --
 .../{T5435_dyn_asm.stdout => T5435_v_asm_a.stdout} |  2 --
 ...m.stdout-darwin => T5435_v_asm_a.stdout-darwin} |  0
 ...stdout-mingw32 => T5435_v_asm_a.stdout-mingw32} |  0
 ...dyn_asm.stdout-mingw32 => T5435_v_asm_b.stdout} |  0
 testsuite/tests/rts/all.T                          | 31 +++++++++++++---------
 testsuite/tests/typecheck/should_compile/all.T     |  6 ++++-
 testsuite/tests/typecheck/should_run/all.T         |  9 ++++++-
 18 files changed, 81 insertions(+), 30 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 ca3d3039386b145ae2835ca563b4c5a3497c25c9


More information about the ghc-commits mailing list