Comment 5 for bug 338261

Revision history for this message
Joshua Blount (jblount) wrote : Re: Python2.6 incompatibility?

This is my 'bzr seftest' (it seems to have hung at the end, as it doesn't return me to a bash prompt)

jblount@r2d2:~/code/u1/share/colors-revisit$ bzr selftest
testing: /usr/bin/bzr
   /usr/lib/python2.6/dist-packages/bzrlib (1.12 python2.6.1)

/usr/lib/python2.6/dist-packages/Crypto/Hash/SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  from sha import *
/usr/lib/python2.6/dist-packages/Crypto/Hash/MD5.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import *
XFAIL: blackbox.test_info.TestInfo.test_info_locking
OS locks are exclusive for different processes (Bug #174055)

XFAIL: blackbox.test_log.TestLogMerges.test_merges_nonsupporting_formatter
log formatters must support linear sequences now

XFAIL: branch_implementations.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat5)
there is no support for symlinks to non-ASCII targets (bug #272444)

XFAIL: branch_implementations.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat7)
there is no support for symlinks to non-ASCII targets (bug #272444)

XFAIL: branch_implementations.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat6)
there is no support for symlinks to non-ASCII targets (bug #272444)

XFAIL: branch_implementations.test_sprout.TestSprout.test_sprout_with_unicode_symlink(RemoteBranchFormat-default)
there is no support for symlinks to non-ASCII targets (bug #272444)

XFAIL: branch_implementations.test_sprout.TestSprout.test_sprout_with_unicode_symlink(RemoteBranchFormat-v2)
there is no support for symlinks to non-ASCII targets (bug #272444)

XFAIL: test_fifo_cache.TestFIFOCache.test_cleanup_at_deconstruct
we don't call cleanups during __del__

XFAIL: test_http.TestInvalidStatusServer.test_http_get(pycurl,HTTP/1.1)
pycurl hangs if the server send back garbage

XFAIL: test_http.TestInvalidStatusServer.test_http_has(pycurl,HTTP/1.1)
pycurl hangs if the server send back garbage

XFAIL: test_http.TestAuth.test_changing_nonce(pycurl,HTTP/1.0,digest)
pycurl does not handle a nonce change

XFAIL: test_http.TestAuth.test_changing_nonce(pycurl,HTTP/1.1,digest)
pycurl does not handle a nonce change

XFAIL: test_http.TestProxyAuth.test_changing_nonce(pycurl,HTTP/1.0,digest)
pycurl does not handle a nonce change

XFAIL: test_http.TestProxyAuth.test_changing_nonce(pycurl,HTTP/1.1,digest)
pycurl does not handle a nonce change

[9522/16420 in 12m22s, 6 missing] test_http.TestProxyAuth.test_wrong_pass(pycurl,HTTP/1.1,digest)