[commit: ghc] master: Turn off warnings when compiling boolFormula (6ee4b6f)
git at git.haskell.org
git at git.haskell.org
Tue May 12 15:03:59 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6ee4b6fdfb07bb479a1a9ab3e3866ca6a6192e20/ghc
>---------------------------------------------------------------
commit 6ee4b6fdfb07bb479a1a9ab3e3866ca6a6192e20
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
>---------------------------------------------------------------
6ee4b6fdfb07bb479a1a9ab3e3866ca6a6192e20
testsuite/tests/ghc-api/annotations/Makefile | 3 +-
.../tests/ghc-api/annotations/TestBoolFormula.hs | 10 ++
.../tests/ghc-api/annotations/boolFormula.stderr | 0
.../tests/ghc-api/annotations/boolFormula.stdout | 190 ++++++++++++++-------
4 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 6ee4b6fdfb07bb479a1a9ab3e3866ca6a6192e20
More information about the ghc-commits
mailing list