As stated already, this (and possibly other thread) test(s) can't succeed
as long as Win32 has no event loop that passes the terminate event on to
the running interpreter.

1) Why the heck

--- parrot/config/gen/platform/win32/threads.h Mon May 2 14:40:59 2005
+++ parrot-devel/config/gen/platform/win32/threads.h Mon May 2 14:42:58 2005
@@ -0,0 +1,3 @@
+
+#include "parrot/thr_windows.h"
+

isn't in the repository?

2) To test both cases(MS compiler and not), I played with the macro #ifdef _MCS_VER in thr_windows.h and forgot 1 at the and of it. The patch applied removes it. Though it couldn't affect the test results as long as thr_windows.h wasn't included at all.

Attachment: mcs_ver.patch
Description: Binary data



Reply via email to