Updated status of test_popen2 on Windows.
This commit is contained in:
parent
e238d4b849
commit
e7551e0593
12
pep-0200.txt
12
pep-0200.txt
|
@ -89,7 +89,7 @@ Failing test cases need to get fixed
|
|||
[what are the "R" and "B" columns supposed to mean? - tim]
|
||||
|
||||
test case platform R B date reported
|
||||
--------- -------- -- -------------
|
||||
--------- -------- - - -------------
|
||||
test_winreg2 Win32 X X 26-Jul-2000
|
||||
[still fails 15-Aug-2000 for me, on Win98 - tim
|
||||
test test_winreg2 failed -- Writing: 'Test Failed: testHives',
|
||||
|
@ -97,10 +97,12 @@ Failing test cases need to get fixed
|
|||
]
|
||||
|
||||
test_popen2 Win32 X X 26-Jul-2000
|
||||
[believe this was fix by /F]
|
||||
[still fails 15-Aug-2000 for me, on Win98 - tim
|
||||
test test_popen2 crashed -- exceptions.WindowsError :
|
||||
[Errno 2] The system cannot find the file specified
|
||||
test test_popen2 crashed -- exceptions.AssertionError :
|
||||
The problem is that the test uses "cat", but there is
|
||||
no such thing under Windows (unless you install it).
|
||||
So it's the test that's broken here, not (necessarily)
|
||||
the code.
|
||||
]
|
||||
|
||||
test_fork1 Linux X 26-Jul-2000 just SMP?
|
||||
|
@ -113,7 +115,7 @@ Previously failing test cases
|
|||
the code it's testing is in trouble!
|
||||
|
||||
test case platform R B date reported
|
||||
--------- -------- -- -------------
|
||||
--------- -------- - - -------------
|
||||
test_winreg Win32 X X 26-Jul-2000
|
||||
[works 15-Aug-2000 for me, on Win98 - tim]
|
||||
|
||||
|
|
Loading…
Reference in New Issue