[GHC] #10624: th/T10279 testcase is broken
GHC
ghc-devs at haskell.org
Thu Jul 9 12:38:40 UTC 2015
#10624: th/T10279 testcase is broken
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: ezyang
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
On Debian 7, x86_64.
{{{
Actual stderr output differs from expected:
--- ./th/T10279.stderr 2015-07-06 17:16:38.923135777 -0400
+++ ./th/T10279.comp.stderr 2015-07-09 08:29:06.443205994 -0400
@@ -1,8 +1,7 @@
-T10279.hs:10:10:
- Failed to load interface for ‘A’
- no package key matching ‘rts-1.0’ was found
- (This package key looks like the source package ID;
- the real package key is ‘rts’)
- In the expression: (rts-1.0:A.Foo)
- In an equation for ‘blah’: blah = (rts-1.0:A.Foo)
+T10279.hs:10:8:ghc-stage2: panic! (the 'impossible' happened)
+ (GHC version 7.10.1.20150708 for x86_64-unknown-linux):
+ qual_pkg rts-1.0
+
+Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
+
*** unexpected failure for T10279(normal)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10624>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list