[GHC] #12651: Test suite should handle stage1 compiler

#12651: Test suite should handle stage1 compiler -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: feature | Status: new request | Priority: normal | Milestone: Component: Test Suite | Version: 8.0.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: -------------------------------------+------------------------------------- Sometimes it is useful to run the test suite on a stage1 compiler. But currently, the output is cluttered by many tests failing due to missing support for Template Haskell or interactive use. It would be good if the test suite queried the compiler once whether it has support for that, and then skips tests that use these features. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12651 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12651: Test suite should handle stage1 compiler -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 8.0.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): Wiki Page: | -------------------------------------+------------------------------------- Comment (by nomeata): Same for {{{ ghc-stage1: Most RTS options are disabled. Use hs_init_with_rtsopts() to enable them. }}} and {{{ T5550.hs:6:1: warning: Ignoring ANN annotation, because this is a stage-1 compiler or doesn't support GHCi }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12651#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC