[GHC] #14126: Two Failing Test Cases in HEAD
GHC
ghc-devs at haskell.org
Wed Aug 16 11:56:33 UTC 2017
#14126: Two Failing Test Cases in HEAD
-------------------------------------+-------------------------------------
Reporter: Shayan-Najd | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 8.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
In a freshly cloned GHC code base (c6462ab0...), in my system,`make test
TEST="T13780c T13822"` fails.That is while `./validate` passes.
Specifically, I follow the following steps:
(1) `git clone --recursive git://git.haskell.org/ghc.git`
(2) `cd ghc`
(3) `cp mk/build.mk.sample mk/build.mk`
(4) set `BuildFlavour = devel2` and then
(5) ./boot
(6) ./configure
(7) make -j4
(8) make test TEST="T13780c T13822"
I build in a variant of the docker image for GHC development on Linux (64
bit), if it matters.
As it seems, @alanz also gets the similar result on his system.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14126>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list