[GHC] #16306: Hadrian: First test after a full rebuild normally fails due to an additional stdout line
GHC
ghc-devs at haskell.org
Mon Feb 11 19:36:22 UTC 2019
#16306: Hadrian: First test after a full rebuild normally fails due to an
additional stdout line
-------------------------------------+-------------------------------------
Reporter: RolandSenn | Owner: (none)
Type: bug | Status: new
Priority: low | Milestone:
Component: Build System | Version: 8.6.3
(Hadrian) |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Other
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
After pulling down the lates updates to my local GHC tree, I normally do
the following:
{{{
hadrian/build.sh clean
hadrian/build.sh --flavour=devel2 -j4
hadrian/build.sh test --flavour=devel2 --freeze1 --only=T99999
}}}
The first test fails with: `Actual stdout output differs from expected:`
stdout contains an additonal line, obviously generated by Hadrian:
{{{
+Linking /home/roland/Projekte/ghc/testsuite/mk/ghc-config ...
}}}
When I rerun the test, Hadrian does not re-link `ghc-config` and
everything works fine!
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16306>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list