[ python-Bugs-992081 ] test_unicode fails 2.4a1

SourceForge.net noreply at sourceforge.net
Fri Jul 16 21:21:55 CEST 2004


Bugs item #992081, was opened at 2004-07-16 04:23
Message generated for change (Comment added) made by irmen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=992081&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: roadkill (dharma_roadkill)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_unicode fails 2.4a1

Initial Comment:

uname -a
OSF1 pikachu.****.com V5.1 2650 alpha
(HP alpha box running Tru64 V5.1B)

Python 2.4a1

make test:
test test_unicode failed -- Traceback (most recent call 
last):
  File "/u13/home/doug/python/Python-
2.4a1/Lib/test/test_unicode.py", line 358,
in test_formatting
    
string_tests.MixinStrUnicodeUserStringTest.test_formatti
ng(self)
  File "/u13/home/doug/python/Python-
2.4a1/Lib/test/string_tests.py", line 615,
in test_formatting
    self.checkequal('0042.00', '%07.2f', '__mod__', 42)
  File "/u13/home/doug/python/Python-
2.4a1/Lib/test/string_tests.py", line 56, i
n checkequal
    realresult
AssertionError: u'0042.00' != u'0042,00'

no fancy env or locale variables set

note: test_format also fails in make test.



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

Comment By: Irmen de Jong (irmen)
Date: 2004-07-16 21:21

Message:
Logged In: YES 
user_id=129426

I can confirm this.
It is caused by test__locale that is executed before this
test. This also causes test_format to fail.
Additional details in my comment on the test_format
bugreport #992078 

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

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


More information about the Python-bugs-list mailing list