#5069: testsuite failures: hpc_markup_multi_*
---------------------------------+------------------------------------------
    Reporter:  altaic            |       Owner:              
        Type:  bug               |      Status:  new         
    Priority:  normal            |   Component:  Test Suite  
     Version:  7.1               |    Keywords:              
    Testcase:                    |   Blockedby:              
          Os:  Unknown/Multiple  |    Blocking:              
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown
---------------------------------+------------------------------------------
 It seems either the behavior of `hpc markup` or the layout of the test
 directory has changed. The `hpc_markup_multi_*` tests were failing with
 errors like:
 {{{
 Wrong exit code (expected 0 , actual 1 )
 Stdout:

 Stderr:
 hpc: can not find Geometry in ["..//.hpc"]
 }}}

 Of course, the `.hpc` directory the test is looking for is not in the
 parent directory, it's in the working directory. So, `hpc markup` needs to
 be run with `--hpcdir=tixs/.hpc`. The following patch adds just that.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5069>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to