[GHC] #8341: T8333 fails to pass because of stdout ghci version mismatch

#8341: T8333 fails to pass because of stdout ghci version mismatch -------------------------------------------+------------------------------- Reporter: leroux | Owner: leroux Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Easy (less than 1 hour) | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: T8333 | Blocking: -------------------------------------------+------------------------------- {{{ -GHCi, version 7.7.20130919: http://www.haskell.org/ghc/ :? for help +GHCi, version 7.7.20130922: http://www.haskell.org/ghc/ :? for help }}} T8333 has a hardcoded version number which changes based on compilation time. Also, this test should also ignore {{{.ghci}}} files because it could alter the prompt. If there are any other tests that do a literal compare on ghci output, then they should all ignore {{{.ghci}}}. Problems will this test will come up in the future if GHCi output changes. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8341 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8341: T8333 fails to pass because of stdout ghci version mismatch -------------------------------+------------------------------------------- Reporter: leroux | Owner: leroux Type: bug | Status: patch Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Resolution: | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Easy (less than 1 hour) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: T8333 | Blocking: | -------------------------------+------------------------------------------- Changes (by leroux): * status: new => patch -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8341#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8341: T8333 fails to pass because of stdout ghci version mismatch -------------------------------+------------------------------------------- Reporter: leroux | Owner: leroux Type: bug | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Easy (less than 1 hour) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: T8333 | Blocking: | -------------------------------+------------------------------------------- Changes (by monoidal): * status: patch => closed * resolution: => fixed Comment: I fixed it by adding -v0 to Makefile, commit noted at #8333. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8341#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC