summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-22 19:26:03 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-22 19:26:03 +0000
commit807d88e1cd2d007ac04425b3a3b198e93491d32f (patch)
treef173e49e6f7438a2fdb07372c565ebb51e043f75
parent1d825fcc58b408ab971c055f39f5dd4d795f1e0a (diff)
downloadperl-807d88e1cd2d007ac04425b3a3b198e93491d32f.tar.gz
add note about lib/open3.t#22 failure on Win2K
p4raw-id: //depot/perl@5887
-rw-r--r--README.win3215
-rw-r--r--pod/perldelta.pod5
2 files changed, 14 insertions, 6 deletions
diff --git a/README.win32 b/README.win32
index bca4921c2f..ce798f95ab 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 610e84b8c7..400697b535 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