[Python-Dev] test_tempfile failure on Mac OSX
Bob Ippolito
bob at redivi.com
Mon Aug 16 18:47:06 CEST 2004
On Aug 16, 2004, at 11:51 AM, Skip Montanaro wrote:
>
> I think I might have reported this previously (long time ago), but I
> don't
> recall if it was ever resolved. (Apparently not, since I'm still
> seeing
> it.)
>
> I'm seeing a test failure in test_tempfile on Mac OSX (I'm running
> 10.2.8/Jaguar) with a unix (not framework) build. I've whittled the
> tests
> down to sundry, tcl and tempfile. Here's the full run:
--
> This looks reasonable to me, so it doesn't look like the problem is
> within
> Python. Should I just skip the tempfile test on Mac OSX? Can someone
> check
> this out on 10.3/Panther?
% sw_vers
ProductName: Mac OS X
ProductVersion: 10.3.5
BuildVersion: 7M34
% mkdir _framework
% cd _framework
% ../configure --enable-framework
% make
% setenv DYLD_FRAMEWORK_PATH .
% ./python.exe ../Lib/test/regrtest.py -f testrun
test_sundry
test_tcl
test_tempfile
All 3 tests OK.
-bob
More information about the Python-Dev
mailing list