[Python-Dev] test_tempfile failure on Mac OSX (original) (raw)
Bob Ippolito bob at redivi.com
Mon Aug 16 18:47:06 CEST 2004
- Previous message: [Python-Dev] test_tempfile failure on Mac OSX
- Next message: [Python-Dev] test_tempfile failure on Mac OSX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 testtempfile 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
- Previous message: [Python-Dev] test_tempfile failure on Mac OSX
- Next message: [Python-Dev] test_tempfile failure on Mac OSX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]