[GHC] #16026: No way to run a subset of the testsuite

GHC ghc-devs at haskell.org
Mon Dec 10 12:24:35 UTC 2018


#16026: No way to run a subset of the testsuite
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  (none)
            Type:  feature request   |               Status:  new
        Priority:  high              |            Milestone:  8.8.1
       Component:  Build System      |              Version:  8.6.2
  (Hadrian)                          |
      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 alpmestan):

 Well, it's not much different from `make TEST="t123 t456 t789"`, is it? We
 can support both quite easily, really. The important thing is that you
 have a quick way to take the testsuite output that lists the failing tests
 and ask hadrian to run just those, or a only subset. We might have to do
 something about the `TEST` environment variable to make sure that it makes
 it through the `build.*` scripts, to the hadrian executable.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16026#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list