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: macfs and macostools tests fail on UFS
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nbastin Nosy List: blb, nbastin
Priority: normal Keywords:

Created on 2004-05-29 07:41 by blb, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg20921 - (view) Author: Bryan Blackburn (blb) Date: 2004-05-29 07:41
Two Mac-specific tests (macfs and macostools) will fail if 
'make test' is run on a UFS volume.  macfs fails since 
SetDates() doesn't affect all timestamps for UFS like it does 
on HFS+.  This causes GetDates() to return unexpected 
values, hence the failure.

macostools fails for similar reasons, but related to forks, 
since UFS doesn't have any.

Not sure if this is something to be fixed (few use UFS) or 
should simply be pointed out in documentation.
msg20922 - (view) Author: Nick Bastin (nbastin) * (Python committer) Date: 2004-06-05 21:26
Logged In: YES 
user_id=430343

I'm moving this to doc and mentioning it there.  MacOS X generally 
doesn't work on UFS, and it's unclear as to whether apple will continue to 
support it anyhow, so I'm not sure we should spend the time fixing this.
msg20923 - (view) Author: Nick Bastin (nbastin) * (Python committer) Date: 2004-06-06 01:18
Logged In: YES 
user_id=430343

Modified the macfs and macostools doc to reflect various amounts of 
workingness on UFS partitions... :-)
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40307
2004-05-29 07:41:15blbcreate