[Python-checkins] buildbot failure in sparc solaris10 gcc trunk

buildbot at python.org buildbot at python.org
Sat Jul 26 04:03:11 CEST 2008


The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/sparc%20solaris10%20gcc%20trunk/builds/297

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: loewis-sun

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: antoine.pitrou,benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_locale

======================================================================
FAIL: test_complex_formatting (test.test_locale.TestNumberFormatting)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 166, in test_complex_formatting
    out='-->  ' + ('4%s200.00' % self.sep).rjust(10))
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 115, in _test_format_string
    func=locale.format_string, **format_opts)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 107, in _test_formatfunc
    func(format, value, **format_opts), out)
AssertionError: '-->    4200.00' != '-->     4200.00'

======================================================================
FAIL: test_grouping_and_padding (test.test_locale.TestNumberFormatting)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 136, in test_grouping_and_padding
    out=('-4%s200' % self.sep).rjust(10))
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 111, in _test_format
    func=locale.format, **format_opts)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 107, in _test_formatfunc
    func(format, value, **format_opts), out)
AssertionError: '    -4200' != '     -4200'

======================================================================
FAIL: test_isalnum (test.test_locale.TestStringMethods)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 228, in test_isalnum
    self.assertEqual('\xc0'.isalnum(), False)
AssertionError: True != False

======================================================================
FAIL: test_isalpha (test.test_locale.TestStringMethods)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 225, in test_isalpha
    self.assertEqual('\xc0'.isalpha(), False)
AssertionError: True != False

======================================================================
FAIL: test_isspace (test.test_locale.TestStringMethods)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 221, in test_isspace
    self.assertEqual('\xa0'.isspace(), False)
AssertionError: True != False

======================================================================
FAIL: test_isupper (test.test_locale.TestStringMethods)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 231, in test_isupper
    self.assertEqual('\xc0'.isupper(), False)
AssertionError: True != False

======================================================================
FAIL: test_lower (test.test_locale.TestStringMethods)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 237, in test_lower
    self.assertEqual('\xcc\x85'.lower(), '\xcc\x85')
AssertionError: '\xec\x85' != '\xcc\x85'

======================================================================
FAIL: test_split (test.test_locale.TestStringMethods)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 246, in test_split
    self.assertEqual('\xec\xa0\xbc'.split(), ['\xec\xa0\xbc'])
AssertionError: ['\xec', '\xbc'] != ['\xec\xa0\xbc']

======================================================================
FAIL: test_strip (test.test_locale.TestStringMethods)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 243, in test_strip
    self.assertEqual('\xed\x95\xa0'.strip(), '\xed\x95\xa0')
AssertionError: '\xed\x95' != '\xed\x95\xa0'

======================================================================
FAIL: test_upper (test.test_locale.TestStringMethods)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_locale.py", line 240, in test_upper
    self.assertEqual('\xed\x95\xa0'.upper(), '\xed\x95\xa0')
AssertionError: '\xcd\x95\xa0' != '\xed\x95\xa0'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list