#205: r35872 test fails on solaris
-------------------+--------------------------------------------------------
 Reporter:  jsut   |        Type:  bug    
   Status:  new    |    Priority:  normal 
Milestone:         |   Component:  core   
  Version:  trunk  |    Severity:  medium 
 Keywords:         |        Lang:         
    Patch:         |    Platform:  solaris
-------------------+--------------------------------------------------------

Comment(by jkeenan):

 The two files in ''t/native_pbc/'' frequently have tests that are
 ''TODO''-ed out.  So when they start to pass, you get the output you
 reported.

 ''t/op/trans.t'' is showing a failure on a number of platforms.

 But what is interesting is the passing test in ''t/pmc/os.t'':
 {{{
 } else {
   TODO: {
     local $TODO = "stat on solaris" if $solaris;

     $stat = sprintf("0x%08x\n" x 13, @s);
     pir_output_is( <<'CODE', $stat, 'Test OS.stat' );
 .sub main :main
         $P1 = new ['OS']
         $S1 = "xpto"
         $P2 = $P1."stat"($S1)

         $S1 = repeat "0x%08x\n", 13
         $S2 = sprintf $S1, $P2
         print $S2
 done:
         end
 .end
 CODE
 }
 }}}
 I wonder if other Solaris testers are finding that this test now passes.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/205#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to