Ticket #806 (new bug)
Test.readdir is not skipped on Win32 even though it appears that it should be
Reported by: | MoC | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | trunk |
Severity: | low | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | win32 |
Description
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).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.