[GHC] #16042: T13031 doesn't get run
GHC
ghc-devs at haskell.org
Fri Jan 18 06:34:31 UTC 2019
#16042: T13031 doesn't get run
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
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 osa1):
There's another problem in `test_common_work`: if I define a `run_command`
test with `only_ways(['optasm'])` my test will never run, because `if func
== ...` always sets `all_ways = ['normal']` when `func` is `run_command`.
I wonder if we have any tests that never run because of this..
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16042#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list