[GHC] #15265: Print result summary in test suite when interrupted
#15265: Print result summary in test suite when interrupted -------------------------------------+------------------------------------- Reporter: osa1 | Owner: (none) Type: task | Status: new Priority: lowest | Milestone: Component: Test Suite | Version: 8.5 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: -------------------------------------+------------------------------------- It'd be helpful if the test runner showed summary of the tests run so far when it's interrupted. This is useful when working on new features: I sometimes run the test suite only to realize something's broken and I'm getting lots of failures. At this point no need to wait until it completes so I interrupt the process, but this doesn't print the summary of the tests run so far, so I have to use terminal scrollback and manually list failing tests etc. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15265> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15265: Print result summary in test suite when interrupted -------------------------------------+------------------------------------- Reporter: osa1 | Owner: (none) Type: task | Status: patch Priority: lowest | Milestone: Component: Test Suite | Version: 8.5 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:D4841 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => patch * differential: => Phab:D4841 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15265#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15265: Print result summary in test suite when interrupted -------------------------------------+------------------------------------- Reporter: osa1 | Owner: (none) Type: task | Status: patch Priority: lowest | Milestone: Component: Test Suite | Version: 8.5 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:D4841 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ömer Sinan Ağacan <omeragacan@…>): In [changeset:"a3c0b42ee6abe0b0fa4cf6f24a7011c5ebcb0225/ghc" a3c0b42/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="a3c0b42ee6abe0b0fa4cf6f24a7011c5ebcb0225" testsuite: Print summary even if interrupted Fixes #15265. Reviewers: osa1 Reviewed By: osa1 Subscribers: rwbarton, thomie, carter GHC Trac Issues: #15265 Differential Revision: https://phabricator.haskell.org/D4841 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15265#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15265: Print result summary in test suite when interrupted -------------------------------------+------------------------------------- Reporter: osa1 | Owner: (none) Type: task | Status: closed Priority: lowest | Milestone: Component: Test Suite | Version: 8.5 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:D4841 Wiki Page: | -------------------------------------+------------------------------------- Changes (by osa1): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15265#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC