[Python-Dev] test_unicode failure on MIPS

Neal Norwitz nnorwitz at gmail.com
Fri Jun 2 07:35:41 CEST 2006


Any ideas?

http://www.python.org/dev/buildbot/all/MIPS%20Debian%20trunk/builds/176/step-test/0

======================================================================
FAIL: test_count (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-mips/build/Lib/test/test_unicode.py",
line 97, in test_count
    string_tests.CommonTest.test_count(self)
  File "/home/pybot/buildarea/trunk.klose-debian-mips/build/Lib/test/string_tests.py",
line 119, in test_count
    self.checkequal(0, 'aaa', 'count', '', 10)
  File "/home/pybot/buildarea/trunk.klose-debian-mips/build/Lib/test/string_tests.py",
line 56, in checkequal
    realresult
AssertionError: 0 != 1

======================================================================
FAIL: test_rfind (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-mips/build/Lib/test/test_unicode.py",
line 118, in test_rfind
    string_tests.CommonTest.test_rfind(self)
  File "/home/pybot/buildarea/trunk.klose-debian-mips/build/Lib/test/string_tests.py",
line 198, in test_rfind
    self.checkequal(-1, 'abc', 'rfind', '', 4)
  File "/home/pybot/buildarea/trunk.klose-debian-mips/build/Lib/test/string_tests.py",
line 56, in checkequal
    realresult
AssertionError: -1 != 3


More information about the Python-Dev mailing list