From: Gurusamy Sarathy Date: Wed, 22 Mar 2000 19:26:03 +0000 (+0000) Subject: add note about lib/open3.t#22 failure on Win2K X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=807d88e1cd2d007ac04425b3a3b198e93491d32f;p=p5sagit%2Fp5-mst-13.2.git add note about lib/open3.t#22 failure on Win2K p4raw-id: //depot/perl@5887 --- diff --git a/README.win32 b/README.win32 index bca4921..ce798f9 100644 --- a/README.win32 +++ b/README.win32 @@ -191,12 +191,15 @@ sure you have done the previous steps correctly. =head2 Testing Type "dmake test" (or "nmake test"). This will run most of the tests from -the testsuite (many tests will be skipped, but no tests should typically -fail). +the testsuite (many tests will be skipped). -If some tests do fail, it may be because you are using a different command -shell than the native "cmd.exe", or because you are building from a path -that contains spaces. So don't do that. +No tests should typically fail when running Windows NT 4.0. Under Windows +2000, test 22 in lib/open3.t is known to fail (cause still unknown). Many +tests will fail under Windows 9x due to the inferior command shell. + +Some test failures may occur if you use a command shell other than the +native "cmd.exe", or if you are building from a path that contains +spaces. So don't do that. If you are running the tests from a emacs shell window, you may see failures in op/stat.t. Run "dmake test-notty" in that case. @@ -628,6 +631,6 @@ Support for fork() emulation was added in 5.6 (ActiveState Tool Corp). Win9x support was added in 5.6 (Benjamin Stuhl). -Last updated: 13 March 2000 +Last updated: 22 March 2000 =cut diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 610e84b..400697b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2736,6 +2736,11 @@ operation must be considered erroneous. For example: These expressions will get run-time errors in some future release of Perl. +=head2 Windows 2000 + +Windows 2000 is known to fail test 22 in lib/open3.t (cause unknown at +this time). That test passes under Windows NT. + =head2 Experimental features As discussed above, many features are still experimental. Interfaces and