[ python-Bugs-962633 ] macfs and macostools tests fail on UFS

SourceForge.net noreply at sourceforge.net
Sat Jun 5 17:26:51 EDT 2004


Bugs item #962633, was opened at 2004-05-29 03:41
Message generated for change (Comment added) made by mondragon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=962633&group_id=5470

>Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Bryan Blackburn (blb)
>Assigned to: Nick Bastin (mondragon)
Summary: macfs and macostools tests fail on UFS

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Nick Bastin (mondragon)
Date: 2004-06-05 17:26

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=962633&group_id=5470



More information about the Python-bugs-list mailing list