[Python-bugs-list] [ python-Bugs-712322 ] test_zipimport failing on ia64 (at least)

SourceForge.net noreply@sourceforge.net
Sun, 30 Mar 2003 23:40:05 -0800


Bugs item #712322, was opened at 2003-03-30 22:32
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=712322&group_id=5470

Category: Extension Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
>Assigned to: Nobody/Anonymous (nobody)
Summary: test_zipimport failing on ia64 (at least)

Initial Comment:
test_zipimport is failing on the snake-farm.  I'm
pretty sure this test worked before.  The only
difference is the file ends in .py vs. .pyc.  I don't
know what changed recently which would have cause this.

http://www.lysator.liu.se/xenofarm/python/files/454_3/python-testlog.txt

test test_zipimport failed -- Traceback (most recent
call last):
  File
"/usr/local/xenofarm/python/soyokaze.roxen.com/buildtmp/dist/python/dist/src/Lib/test/test_zipimport.py",
line 108, in testBoth
    self.doTest(pyc_ext, files, TESTMOD)
  File
"/usr/local/xenofarm/python/soyokaze.roxen.com/buildtmp/dist/python/dist/src/Lib/test/test_zipimport.py",
line 66, in doTest
    self.assertEquals(file, os.path.join(TEMP_ZIP,
  File
"/usr/local/xenofarm/python/soyokaze.roxen.com/buildtmp/dist/python/dist/src/Lib/unittest.py",
line 292, in failUnlessEqual
    raise self.failureException, \
AssertionError:
'/usr/local/xenofarm/python/soyokaze.roxen.com/buildtmp/dist/python/dist/src/junk95142.zip/ziptestmodule.py'
!=
'/usr/local/xenofarm/python/soyokaze.roxen.com/buildtmp/dist/python/dist/src/junk95142.zip/ziptestmodule.pyc'




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

>Comment By: Just van Rossum (jvr)
Date: 2003-03-31 09:40

Message:
Logged In: YES 
user_id=92689

Then how are we/am I supposed to fix this? Assigning to None.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-03-31 00:32

Message:
Logged In: YES 
user_id=33168

Unfortunately, I don't have access to the boxes where this
is failling.  The only possibility would be in the compaq
(hp) test drive machines.

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

Comment By: Just van Rossum (jvr)
Date: 2003-03-30 23:03

Message:
Logged In: YES 
user_id=92689

Hm, apparently loading from pyc fails. Perhaps a bug with zipimport's pyc magic or mod date checking code?

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

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