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: test_repr failure on m68k-linux
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: doko, draghuram, facundobatista, loewis
Priority: normal Keywords:

Created on 2003-08-06 22:51 by doko, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (5)
msg17662 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2003-08-06 22:51
there's one test failing on m68k-linux, which succeeds
on all other (linux) archs:

test_repr
/home/doko/py/python2.3-2.3/Lib/test/test_repr.py:91:
FutureWarning: %u/%o/%x/%X
 of negative int will return a signed string in Python
2.4 and up
  eq(r(i3), ("<ClassWithFailingRepr instance at
%x>"%id(i3)))
test_resource
test test_resource produced unexpected output:
**********************************************************************
*** mismatch between line 2 of expected output and line
2 of actual output:
- True
+ False
**********************************************************************
msg17663 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-08-07 12:03
Logged In: YES 
user_id=21627

Can you run the test separately, and report the two strings?
msg61642 - (view) Author: Raghuram Devarakonda (draghuram) (Python triager) Date: 2008-01-24 17:41
Considering that there is no activity for long time, is it worthwhile to
keep this open?
msg61643 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2008-01-24 17:45
Can anybody reproduce this in 2.5? If yes, update the "version";
otherwise we can close it.
msg61683 - (view) Author: Raghuram Devarakonda (draghuram) (Python triager) Date: 2008-01-25 14:44
Please reopen if the problem can be reproduced in 2.5 or later.
History
Date User Action Args
2022-04-10 16:10:31adminsetgithub: 39027
2008-01-25 14:44:41draghuramsetstatus: open -> closed
resolution: out of date
messages: + msg61683
2008-01-24 17:45:27facundobatistasetnosy: + facundobatista
messages: + msg61643
2008-01-24 17:41:18draghuramsetnosy: + draghuram
messages: + msg61642
2003-08-06 22:51:15dokocreate