[GHC] #14411: `make fasttest` exits successfully even in presence of failures

#14411: `make fasttest` exits successfully even in presence of failures -------------------------------------+------------------------------------- Reporter: Fuuzetsu | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.2.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- {{{ ./boot ./configure make make fasttest … }}} I have seen on OSX that even when tests failed, `make fasttest` exited successfully. I have informed Ben at the time and this ticket is just to track progress. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14411 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14411: `make fasttest` exits successfully even in presence of failures -------------------------------------+------------------------------------- Reporter: Fuuzetsu | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.4.1 Component: Build System | Version: 8.2.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4268 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => patch * differential: => Phab:D4268 * milestone: => 8.4.1 Comment: This is because the testsuite driver always exits successfully. Tthe `validate` script is the only thing that checks for failed tests. I fix this in Phab:D4268. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14411#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14411: `make fasttest` exits successfully even in presence of failures -------------------------------------+------------------------------------- Reporter: Fuuzetsu | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.6.1 Component: Build System | Version: 8.2.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4268 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed Comment: Fixed in 030243953d522f2f8185ae417869a94d5f86210f. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14411#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC