test_fork1 now works, thanks to Charles Waldman's patch
This commit is contained in:
parent
2ac1e50ec8
commit
2b6f29f901
22
pep-0200.txt
22
pep-0200.txt
|
@ -90,16 +90,7 @@ Failing test cases need to get fixed
|
||||||
|
|
||||||
test case platform date reported
|
test case platform date reported
|
||||||
--------- -------- -------------
|
--------- -------- -------------
|
||||||
test_fork1 Linux 26-Jul-2000
|
[None currently failing.]
|
||||||
[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
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
Previously failing test cases
|
Previously failing test cases
|
||||||
|
|
||||||
|
@ -108,6 +99,17 @@ Previously failing test cases
|
||||||
|
|
||||||
test case platform date reported
|
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_parser all 22-Aug-2000
|
||||||
test_posixpath all 22-Aug-2000
|
test_posixpath all 22-Aug-2000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue