Issue 1709284: test_1686475 fails because pagefile.sys does not exist (original) (raw)

Created on 2007-04-28 14:54 by ironfroggy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
os_open_stat.patch ironfroggy,2007-04-28 18:32
Messages (4)
msg31912 - (view) Author: Calvin Spealman (ironfroggy) Date: 2007-04-28 14:54
The file pagefile.sys is used as a test on stat'ing an open file, because previously we could rely on windows using it. It does not exist in newer versions, so the test fails. The attached patch uses a temporary file instead.
msg31913 - (view) Author: Calvin Spealman (ironfroggy) Date: 2007-04-28 18:32
File Added: os_open_stat.patch
msg31914 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-05-01 15:04
As discussed on python-dev: this patch is incorrect.
msg31915 - (view) Author: SourceForge Robot (sf-robot) Date: 2007-05-17 02:20
This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
History
Date User Action Args
2022-04-11 14:56:24 admin set github: 44911
2007-04-28 14:54:52 ironfroggy create