[commit: ghc] master: Ensure each test inherits the TEST_HC_OPTS (d1df8d1)

git at git.haskell.org git at git.haskell.org
Fri Dec 9 22:04:16 UTC 2016


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

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

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

commit d1df8d1c16b8f5bdf14ae41f514e38699f953054
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Fri Dec 9 15:43:02 2016 -0500

    Ensure each test inherits the TEST_HC_OPTS
    
    This is so that global test flags that control the error formatting are
    propagated correctly.  This patch is kind of related to: D2718
    
    The stderr for API annotations is ignored entirely now per @alanz's
    suggestion.
    
    Test Plan: validate
    
    Reviewers: thomie, alanz, austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: alanz
    
    Differential Revision: https://phabricator.haskell.org/D2808


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

d1df8d1c16b8f5bdf14ae41f514e38699f953054
 testsuite/tests/driver/T1372/Makefile              |  2 +-
 testsuite/tests/ghc-api/annotations/T10268.stderr  |  9 ---
 testsuite/tests/ghc-api/annotations/T10276.stderr  | 70 ----------------------
 testsuite/tests/ghc-api/annotations/T10278.stderr  | 12 ----
 testsuite/tests/ghc-api/annotations/T10280.stderr  |  8 ---
 testsuite/tests/ghc-api/annotations/T10312.stderr  |  2 -
 testsuite/tests/ghc-api/annotations/T10313.stderr  | 31 ----------
 testsuite/tests/ghc-api/annotations/T10354.stderr  |  3 -
 testsuite/tests/ghc-api/annotations/T10357.stderr  | 37 ------------
 testsuite/tests/ghc-api/annotations/T10399.stderr  | 15 -----
 testsuite/tests/ghc-api/annotations/T11018.stderr  | 40 -------------
 testsuite/tests/ghc-api/annotations/T11321.stderr  |  3 -
 testsuite/tests/ghc-api/annotations/all.T          | 56 ++++++++---------
 testsuite/tests/ghc-api/apirecomp001/Makefile      |  2 +-
 .../tests/ghc-api/apirecomp001/apirecomp001.stderr | 12 ++--
 testsuite/tests/ghc-api/apirecomp001/myghc.hs      |  6 +-
 16 files changed, 40 insertions(+), 268 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 d1df8d1c16b8f5bdf14ae41f514e38699f953054


More information about the ghc-commits mailing list