[GHC] #10345: Testsuite timeout_multiplier setting does not work as expected

GHC ghc-devs at haskell.org
Fri Jun 12 07:13:27 UTC 2015


#10345: Testsuite timeout_multiplier setting does not work as expected
-------------------------------------+-------------------------------------
        Reporter:  jstolarek         |                   Owner:
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:
       Component:  Test Suite        |                 Version:  7.11
      Resolution:                    |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  Other             |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by thomie):

 There are 2 timeout programs. On Linux we use the one written in Python by
 default, on Windows the one in written in Haskell.

 Can you try the following:
 {{{
 $ cd testsuite/timeout
 $ rm -r install-inplace
 $ make WINDOWS=YES
 $ cd ../
 $ make TEST='<your test>'
 }}}

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


More information about the ghc-tickets mailing list