[GHC] #12141: Testsuite failures when GHC is built with 'quickest' profile
GHC
ghc-devs at haskell.org
Fri Dec 2 17:32:54 UTC 2016
#12141: Testsuite failures when GHC is built with 'quickest' profile
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Test Suite | Version: 8.1
Resolution: invalid | 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 RyanGlScott):
* status: new => closed
* resolution: => invalid
Comment:
On second thought, this probably isn't a worthwhile endeavor. I forgot
that when built with `quickest` setting, GHC compiles code without any
optimizations at all, which means that the generated Core is necessarily
going to be quite different on most test cases (not to mention the
performance implications). Besides, there's a disclaimer on the `quickest`
setting in `mk/build.mk` anyway, so if you try running the testsuite after
knowingly choosing `quickest`, you get what you deserve :)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12141#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list