Issue 1709599: run test_1565150(test_os.py) only on NTFS (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44913

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:24 admin set github: 44913
2007-08-30 19:05:06 loewis set status: open -> closednosy: + loewisresolution: acceptedmessages: +
2007-08-30 10:29:28 georg.brandl set nosy: + georg.brandlmessages: + versions: + Python 2.5, - Python 2.6
2007-04-29 14:07:00 ocean-city create