[GHC] #8413: testsuite: Allow to skip performance tests
#8413: testsuite: Allow to skip performance tests ------------------------------------+------------------------------------- Reporter: nomeata | Owner: nomeata Type: feature request | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- More often than not the output of the performance tests is in the way, rather than helping, or simply not relevant at a certain time of development (e.g. after changing some error message generating code in the compiler). It would be nice to have a way to skip such tests. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8413> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8413: testsuite: Allow to skip performance tests -------------------------------------+------------------------------------ Reporter: nomeata | Owner: nomeata Type: feature request | Status: patch Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by nomeata): * status: new => patch Comment: Patch for review in branch `wip/T8413`; I’d like to hear a second “ok” instead before pushing the changes. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8413#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8413: testsuite: Allow to skip performance tests -------------------------------------+------------------------------------ Reporter: nomeata | Owner: nomeata Type: feature request | Status: patch Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by Joachim Breitner <mail@…>): In [changeset:7d29fbf373befbc0ee60dff01f6a9cabee047862/testsuite]: {{{ #!CommitTicketReference repository="testsuite" revision="7d29fbf373befbc0ee60dff01f6a9cabee047862" Flag to test suite: SKIP_PERF_TESTS More often than not the output of the performance tests is in the way, rather than helping. This allows the use of `make SKIP_PERF_TESTS=YES` to skip these tests. Fixes #8413 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8413#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8413: testsuite: Allow to skip performance tests -------------------------------------+------------------------------------ Reporter: nomeata | Owner: nomeata Type: feature request | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by nomeata): * status: patch => closed * resolution: => fixed Comment: After encouragement on IRC, pushed. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8413#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8413: testsuite: Allow to skip performance tests -------------------------------------+------------------------------------ Reporter: nomeata | Owner: nomeata Type: feature request | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by goldfire): Should this perhaps be added to [wiki:Building/RunningTests/Running the testsuite instructions page]? -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8413#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8413: testsuite: Allow to skip performance tests -------------------------------------+------------------------------------ Reporter: nomeata | Owner: nomeata Type: feature request | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by nomeata): It’s a rather special feature, so I figured it is sufficient do document it in [[Building/RunningTests/Settings]]. If you disagree: It’s a wiki :-) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8413#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC