[GHC] #8341: T8333 fails to pass because of stdout ghci version mismatch
GHC
ghc-devs at haskell.org
Mon Sep 23 03:49:34 CEST 2013
#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
More information about the ghc-tickets
mailing list