id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
806	Test.readdir is not skipped on Win32 even though it appears that it should be	MoC		"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)."	bug	new	normal		core	trunk	low						win32
