[GHC] #7573: Testsuite should easily be able to compile .cmm files.

#7573: Testsuite should easily be able to compile .cmm files. -----------------------------+---------------------------------------------- Reporter: thoughtpolice | Owner: thoughtpolice Type: bug | Status: new Priority: normal | Component: Test Suite Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- While writing a test for #7571, I found it annoying to have to use multi_compile to just compile cmm code. I have a patch that adds support for cmm_src modifier for tests. The test for #7571 will depend on this. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7573 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7573: Testsuite should easily be able to compile .cmm files. -----------------------------+---------------------------------------------- Reporter: thoughtpolice | Owner: thoughtpolice Type: feature request | Status: new Priority: normal | Component: Test Suite Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- Changes (by thoughtpolice): * type: bug => feature request -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7573#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7573: Testsuite should easily be able to compile .cmm files. -----------------------------+---------------------------------------------- Reporter: thoughtpolice | Owner: thoughtpolice Type: feature request | Status: patch Priority: normal | Component: Test Suite Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- Changes (by thoughtpolice): * status: new => patch -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7573#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7573: Testsuite should easily be able to compile .cmm files. -------------------------------+-------------------------------------------- Reporter: thoughtpolice | Owner: Type: feature request | Status: new Priority: normal | Milestone: 7.8.1 Component: Test Suite | Version: 7.7 Resolution: | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: 7571, 7574 | Related: -------------------------------+-------------------------------------------- Changes (by simonmar): * owner: thoughtpolice => * difficulty: => Unknown * status: patch => new * milestone: => 7.8.1 Comment: Looks good to me. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7573#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7573: Testsuite should easily be able to compile .cmm files.
-------------------------------+--------------------------------------------
Reporter: thoughtpolice | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone: 7.8.1
Component: Test Suite | Version: 7.7
Resolution: fixed | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: 7571, 7574 | Related:
-------------------------------+--------------------------------------------
Changes (by thoughtpolice):
* status: new => closed
* resolution: => fixed
Comment:
Closed by
{{{
commit 8dbd01a092885ad732bd78ecdebc526088f85a56
Author: Austin Seipp
participants (1)
-
GHC