[GHC] #15071: :set usage in ghci tests breaks platform independence of output
GHC
ghc-devs at haskell.org
Tue Sep 4 20:25:31 UTC 2018
#15071: :set usage in ghci tests breaks platform independence of output
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: RolandSenn
Type: bug | Status: patch
Priority: high | Milestone: 8.8.1
Component: Test Suite | Version: 8.2.2
Resolution: | Keywords: ci-breakage
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case: Windows: make
| test TESTS="ghci057 T9293"
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D5125
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Krzysztof Gogolewski <krz.gogolewski@…>):
In [changeset:"24d610a48acc363c99a278399518c716732b9802/ghc"
24d610a4/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="24d610a48acc363c99a278399518c716732b9802"
Fix tests ghci057 and T9293. (#15071)
Summary: As both tests specify -fno-ghci-leak-check, the GHCi :set
command is not expected to list the -fghci-leak check flag.
Test Plan: WINDOWS: make test TESTS="ghci057 T9293"
Reviewers: bgamari, monoidal
Reviewed By: monoidal
Subscribers: rwbarton, carter
GHC Trac Issues: #15071
Differential Revision: https://phabricator.haskell.org/D5125
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15071#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list