[GHC] #16306: Hadrian: First test after a full rebuild normally fails due to an additional stdout line

#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

#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) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by snowleopard): * cc: snowleopard (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16306#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC