test_fork1 now works, thanks to Charles Waldman's patch

This commit is contained in:
Jeremy Hylton 2000-08-28 15:47:00 +00:00
parent 2ac1e50ec8
commit 2b6f29f901
1 changed files with 12 additions and 10 deletions

View File

@ -90,16 +90,7 @@ Failing test cases need to get fixed
test case platform date reported
--------- -------- -------------
test_fork1 Linux 26-Jul-2000
[no clue; there are probably two bugs here]
[19-Aug-200 tim
Charles Waldman whipped up a patch to give child processes a new
"global lock":
http://sourceforge.net/patch/?func=detailpatch&patch_id=101226&group_id=5470
While this doesn't appear to address the symptoms we *saw*, it
*does* so far appear to be fixing the failing cases anyway
]
[None currently failing.]
Previously failing test cases
@ -108,6 +99,17 @@ Previously failing test cases
test case platform date reported
--------- -------- -------------
test_fork1 Linux 26-Jul-2000
[28-aug-2000 fixed by cgw; solution is to create copies of
lock in child process]
[19-Aug-2000 tim
Charles Waldman whipped up a patch to give child processes a new
"global lock":
http://sourceforge.net/patch/?func=detailpatch&patch_id=101226&group_id=5470
While this doesn't appear to address the symptoms we *saw*, it
*does* so far appear to be fixing the failing cases anyway
]
test_parser all 22-Aug-2000
test_posixpath all 22-Aug-2000