[commit: ghc] ghc-7.10: Turn off warnings when compiling boolFormula (4edbfcf)

git at git.haskell.org git at git.haskell.org
Fri May 22 13:09:32 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/4edbfcf835698f07e004b9631ca6e987a1061ffc/ghc

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

commit 4edbfcf835698f07e004b9631ca6e987a1061ffc
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Tue May 12 17:04:50 2015 +0200

    Turn off warnings when compiling boolFormula
    
    Summary:
    There is a problem where harbourmaster builds complain about a bad
    boolFormula.stderr
    
        ghc-api/annotations boolFormula [bad stderr] (normal)
    
    The problem does not occur for a local build on my box
    
    This patch turns off warnings for this test, to get rid of the stderr
    issue.
    
    Test Plan: ./validate
    
    Reviewers: hvr, austin
    
    Reviewed By: austin
    
    Subscribers: bgamari, thomie, hvr
    
    Differential Revision: https://phabricator.haskell.org/D888
    
    (cherry picked from commit 6ee4b6fdfb07bb479a1a9ab3e3866ca6a6192e20)


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

4edbfcf835698f07e004b9631ca6e987a1061ffc
 testsuite/tests/ghc-api/annotations/Makefile       |   3 +-
 .../tests/ghc-api/annotations/TestBoolFormula.hs   |  10 ++
 .../tests/ghc-api/annotations/boolFormula.stdout   | 190 ++++++++++++++-------
 3 files changed, 137 insertions(+), 66 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 4edbfcf835698f07e004b9631ca6e987a1061ffc


More information about the ghc-commits mailing list