Steve Hay <[EMAIL PROTECTED]> writes: > Should the failing tests succeed, or shall I just skip the term by > signal tests on Win32 ($exit and ${^CHILD_ERROR_NATIVE} are both 0.)
As I understand it signals do not work at all on Windows, so tests 10..16 should all be skipped on that platform. The ${^CHILD_ERROR_NATIVE} should really be made to match what win32_spawnvp returns, i.e. not have the exitcode be limited to 8 bits as it is for $?. --Gisle