#3106: hundred failures of release candidate ghc-6.10.1.20090314 in testsuite
---------------------------+------------------------------------------------
    Reporter:  maeder      |        Owner:         
        Type:  bug         |       Status:  new    
    Priority:  normal      |    Milestone:         
   Component:  Test Suite  |      Version:  6.10.1 
    Severity:  normal      |   Resolution:         
    Keywords:              |   Difficulty:  Unknown
    Testcase:              |           Os:  Solaris
Architecture:  x86         |  
---------------------------+------------------------------------------------
Changes (by igloo):

  * difficulty:  => Unknown

Comment:

 Looking at the fast test log, I think we'll need to look at a log of the
 testsuite after I've pushed the cygpath fix to get reasonable output.

 One thing I did notice is in the `cabal01` test:
 {{{
 tar: C: unknown function modifier
 Usage: tar {c|r|t|u|x}[bdeefhilmnoppq...@[0-7]][bfk][x...] [blocksize]
 [tarfile] [size] [exclude-file...] {file | -I include-file | -C directory
 file}...
 }}}
 and we're running:
 {{{
 ("/bin/tar",["-C","dist/src","-czf","dist/test-1.0.tar.gz","test-1.0"])
 }}}
 so am I right in thinking that
 {{{
 ("/bin/tar",["-czf","dist/test-1.0.tar.gz","-C","dist/src","test-1.0"])
 }}}
 would work?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3106#comment:8>
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