#3843: Merge plugins into HEAD
---------------------------------+------------------------------------------
    Reporter:  dreixel           |        Owner:  simonpj     
        Type:  task              |       Status:  new         
    Priority:  normal            |    Milestone:  7.2.1       
   Component:  Compiler          |      Version:  6.13        
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by simonpj):

 Guys, I'm getting validate failures from plugin tests. What's up?
 {{{
 Unexpected failures:
    plugins             plugins01 [bad exit code] (normal)
    plugins             plugins02 [stderr mismatch] (normal)
    plugins             plugins03 [stderr mismatch] (normal)
 }}}

 Here's some log stuff
 {{{
 =====> plugins01(normal) 2731 of 2829 [0, 3, 1]
 cd ./plugins && $MAKE -s --no-print-directory plugins01    </dev/null
 >plugins01.run.stdout 2>plugins01.run.stderr
 Wrong exit code (expected 0 , actual 2 )
 Stdout:

 Stderr:
 make[4]: /64playpen/simonpj/builds/validate-HEAD/bindisttest/install:
 Command not found

 ---------------------
 =====> plugins02(normal) 2732 of 2829 [0, 4, 1]
 cd ./plugins && '/64playpen/simonpj/builds/validate-
 HEAD/bindisttest/install dir/bin/ghc' -fforce-recomp -dcore-lint -dcmm-
 lint -dno-debug-output -no-user-package-conf -rtsopts  -c plugins02.hs
 -package-conf simple-plugin/local.package.conf -fplugin
 Simple.BadlyTypedPlugin -package simple-plugin  >plugins02.comp.stderr
 2>&1
 Actual stderr output differs from expected:
 --- ./plugins/plugins02.stderr.normalised       2011-07-01
 07:55:21.530103012 +0100
 +++ ./plugins/plugins02.comp.stderr.normalised  2011-07-01
 07:55:21.530103012 +0100
 @@ -1 +1 @@
 -<command line>: The value Simple.BadlyTypedPlugin.plugin did not have the
 type CoreMonad.Plugin as required
 \ No newline at end of file
 +ghc: can't find a package database at simple-plugin/local.package.conf
 }}}

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