[GHC] #3379: GHC should use the standard binary package
GHC
ghc-devs at haskell.org
Wed Dec 12 17:34:37 UTC 2018
#3379: GHC should use the standard binary package
-------------------------------------+-------------------------------------
Reporter: igloo | Owner: (none)
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.10.4
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by ulysses4ever):
Oh, quite so, thank you Ben! I
[https://gitlab.staging.haskell.org/ulysses4ever/ghc/commit/a73488e420de3f6990af500d7380e8d38dca8e9a
fixed it] and now GHC compiles. I ran the test suite and had one
unexpected failure (which I did not see before the patch):
{{{
Unexpected results from:
TEST="T14052"
SUMMARY for test run started at Wed Dec 12 14:54:05 2018 UTC
0:52:39 spent to go through
6713 total tests, which gave rise to
20813 test cases, of which
13674 were skipped
45 had missing libraries
6936 expected passes
157 expected failures
0 caused framework failures
0 caused framework warnings
0 unexpected passes
1 unexpected failures
0 unexpected stat failures
Unexpected failures:
perf/should_run/T14052.run T14052 [[Errno 2] No such file or
directory: 'perf/should_run/T14052.run/T14052.stats'] (ghci)
}}}
This feels strange. What should be the right way to investigate it? (I'm
not super comfortable with the test suite).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/3379#comment:18>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list