summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-04-26 07:39:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>2002-04-26 07:39:20 +0000
commitce0a1ae02a4caaed550a99c6d18f8cd84af3440f (patch)
tree5d60f4b30b84b499c00fd38f4537f677d640113a /README.win32
parent4bbc6d12636386d858939ccdfa3b6453cdf309df (diff)
downloadperl-ce0a1ae02a4caaed550a99c6d18f8cd84af3440f.tar.gz
fix typo that caused pseudo-fork() crashes on win64 (we were only
allocating half of the retstack!) p4raw-id: //depot/perl@16181
Diffstat (limited to 'README.win32')
-rw-r--r--README.win327
1 files changed, 0 insertions, 7 deletions
diff --git a/README.win32 b/README.win32
index d8033b24e2..4446600626 100644
--- a/README.win32
+++ b/README.win32
@@ -253,13 +253,6 @@ the testsuite (many tests will be skipped).
There should be no test failures when running under Windows NT/2000/XP.
Many tests I<will> fail under Windows 9x due to the inferior command shell.
-The following known test failures under the 64-bit edition of Windows .NET
-Server beta 3 are expected to be fixed before the 5.8.0 release:
-
- Failed Test Stat Wstat Total Fail Failed List of Failed
- ------------------------------------------------------------------------
- op/fork.t 18 3 16.67% 2 15 17
-
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.