#806: Test.readdir is not skipped on Win32 even though it appears that it should
be
-------------------+--------------------------------------------------------
 Reporter:  MoC    |        Type:  bug   
   Status:  new    |    Priority:  normal
Milestone:         |   Component:  core  
  Version:  trunk  |    Severity:  low   
 Keywords:         |        Lang:        
    Patch:         |    Platform:  win32 
-------------------+--------------------------------------------------------
 t/pmc/os.t:270:
 {{{
 skip 'not implemented on windows yet', 1 if ( $MSWin32 && $MSVC );
 }}}

 It seems like the message doesn't agree with the if clause, because you
 can also use GCC (MinGW) to compile on Windows. If you compile Parrot on
 Windows XP SP3 with GCC 4.4 this test will fail (see attached log and
 smolder report at
 [http://smolder.plusthree.com/app/public_projects/report_details/24454]).
 However I'm not sure wether the if clause is responsible for this error or
 GCC 4.4 since other Windows builds compiled with GCC 3.4 pass this test
 according to smolder (see
 http://smolder.plusthree.com/app/public_projects/report_details/24452).

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/806>
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