This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: run test_1565150(test_os.py) only on NTFS
Type: Stage:
Components: Tests Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, loewis, ocean-city
Priority: normal Keywords: patch

Created on 2007-04-29 14:07 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_fix.patch ocean-city, 2007-04-29 14:07 run test_1565150 only on NTFS
Messages (3)
msg52541 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2007-04-29 14:07
http://www.nabble.com/Python-2.5.1-tf3664463.html#a10239786

Maybe this patch helps. This patch gets file system name
via GetVolumeInformationA and runs test only on NTFS.

Thank you.
msg55474 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-08-30 10:29
Affects 2.5 only.
msg55503 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-08-30 19:05
Thanks for the patch. Committed as r57759 and r57760. I added it to the
trunk as well, as it might be possible that the test is run on FAT even
if the operating system is Windows XP.
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 44913
2007-08-30 19:05:06loewissetstatus: open -> closed
nosy: + loewis
resolution: accepted
messages: + msg55503
2007-08-30 10:29:28georg.brandlsetnosy: + georg.brandl
messages: + msg55474
versions: + Python 2.5, - Python 2.6
2007-04-29 14:07:00ocean-citycreate