Add launchpadlib to test boxen?
Aaron Bentley
aaron at aaronbentley.com
Tue Jun 26 18:55:04 UTC 2012
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all, I just tried to land
https://code.launchpad.net/~abentley/bzr/find-proposal-branch/+merge/110615
and it was kicked back at me.
This is because launchpadlib isn't installed on our test box. This
branch adds tests to the launchpad plugin that, for the first time,
actually test the commands. But since the commands indirectly import
launchpdlib, this breaks.
We haven't wanted to import launchpadlib in the past tests, because
that would have implied using an instance of Launchpad such as staging
or qastaging. But my tests use fake Launchpad classes to avoid that.
It may be possible to remove the launchpad requirement from the
commands, but this seems likely to cause over-abstraction. After all,
these are launchpad plugin tests, so using launchpad or a reasonable
facsimile makes a lot of sense.
Aaron
- -------- Original Message --------
Subject: PQM test failure.
Date: Tue, 26 Jun 2012 15:31:43 +0000 (UTC)
From: Bazaar Patch Queue Manager <pqm at bazaar-vcs.org>
To: Aaron Bentley <aaron at aaronbentley.com>
merge http://bazaar.launchpad.net/~abentley/bzr/find-proposal-branch
http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev
Command failed!
running 0 tests...
bzr selftest: /srv/pqm.bazaar-vcs.org/pqm/bin/pqm
/usr/lib/python2.6/dist-packages/bzrlib
bzr-2.1.4 python-2.6.5
Linux-2.6.32-39-server-x86_64-with-Ubuntu-10.04-lucid
blackbox.test_annotate.TestSmartServerAnnotate.test_simple_annotateXFAIL
0ms
Text attachment: reason
- ------------
annotate accesses inventories, which require VFS access
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
320, in assertThat
% (matchee, matcher, mismatch.describe()))
AssertionError: Match failed. Matchee: "[BzrDir.open_2.1,
BzrDir.open_branchV3, BzrDir.find_repositoryV3,
Branch.get_stacked_on_url, Branch.last_revision_info,
VersionedFileRepository.get_inventories, get, stat, get, stat, get,
readv, readv, readv, Repository.get_parent_map,
Repository.iter_revisions]"
Matcher: <class 'bzrlib.tests.matchers.ContainsNoVfsCalls'>
Difference: no VFS calls expected, got:
get('/extra/branch/.bzr/branch-format'),stat('/extra/branch/.bzr'),get('/extra/branch/.bzr/repository/format'),stat('/extra/branch/.bzr/repository'),get('/extra/branch/.bzr/repository/pack-names'),readv('/extra/branch/.bzr/repository/indices/3f2b1cb8d6b2594a2c1264d2cb4bb622.tix'),readv('/extra/branch/.bzr/repository/packs/3f2b1cb8d6b2594a2c1264d2cb4bb622.pack'),readv('/extra/branch/.bzr/repository/indices/3f2b1cb8d6b2594a2c1264d2cb4bb622.rix')
- ------------
blackbox.test_branch.TestSmartServerBranching.test_branch_from_trivial_branch_to_same_server_branch_acceptanceXFAIL
0ms
Text attachment: reason
- ------------
branching to the same branch requires VFS access
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
320, in assertThat
% (matchee, matcher, mismatch.describe()))
AssertionError: Match failed. Matchee: "[BzrDir.open_2.1,
BzrDir.open_branchV3, BzrDir.find_repositoryV3,
Branch.get_stacked_on_url, Branch.last_revision_info, mkdir, mkdir,
BzrDir.cloning_metadir, BzrDir.open_2.1, BzrDirFormat.initialize,
BzrDir.open_2.1, BzrDir.get_config_file, BzrDir.find_repositoryV3,
BzrDir.open_2.1, BzrDir.open_2.1, BzrDir.create_repository,
Repository.lock_write, Branch.get_config_file,
Repository.insert_stream_1.19, Repository.insert_stream_1.19,
Repository.get_stream_1.19, BzrDir.create_branch, Branch.lock_write,
Branch.set_last_revision_info, Branch.get_parent,
Branch.get_tags_bytes, Branch.set_parent_location, Branch.unlock,
Branch.last_revision_info, VersionedFileRepository.get_inventories,
Branch.get_stacked_on_url, Branch.last_revision_info,
Branch.last_revision_info]"
Matcher: <class 'bzrlib.tests.matchers.ContainsNoVfsCalls'>
Difference: no VFS calls expected, got: mkdir('/extra/target',
''),mkdir('/extra/target', '')
- ------------
blackbox.test_branch.TestSmartServerBranching.test_branch_to_stacked_from_trivial_branch_streaming_acceptanceXFAIL
0ms
Text attachment: reason
- ------------
branching to stacked requires VFS access
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
320, in assertThat
% (matchee, matcher, mismatch.describe()))
AssertionError: Match failed. Matchee: "[BzrDir.open_2.1,
BzrDir.open_branchV3, BzrDir.find_repositoryV3,
Branch.get_stacked_on_url, Branch.last_revision_info,
BzrDir.cloning_metadir, BzrDir.open_2.1, BzrDir.open_branchV3,
BzrDir.find_repositoryV3, Branch.get_stacked_on_url, get, stat, get,
stat, get, Branch.get_config_file, Repository.get_parent_map,
Repository.get_parent_map, Branch.get_parent, Branch.get_tags_bytes,
readv, readv, readv, readv, readv, readv, readv, readv, readv, readv,
readv, BzrDir.open_2.1, BzrDir.open_branchV3,
BzrDir.find_repositoryV3, Branch.get_stacked_on_url, get, stat, get,
stat]"
Matcher: <class 'bzrlib.tests.matchers.ContainsNoVfsCalls'>
Difference: no VFS calls expected, got:
get('/extra/from/.bzr/branch-format'),stat('/extra/from/.bzr'),get('/extra/from/.bzr/repository/format'),stat('/extra/from/.bzr/repository'),get('/extra/from/.bzr/repository/pack-names'),readv('/extra/from/.bzr/repository/indices/fab216b920428fbb303d14d5200f5477.iix'),readv('/extra/from/.bzr/repository/indices/812798b4dd37f5fcf37a181f626abaa7.iix'),readv('/extra/from/.bzr/repository/indices/66b8fa0dde00d35fa13cfe9ee44f0d0f.iix'),readv('/extra/from/.bzr/repository/indices/5b7707dc8fec0605b41bdd1802420ffa.iix'),readv('/extra/from/.bzr/repository/indices/401466703c0a96e9d646fdfd962f78e5.iix'),readv('/extra/from/.bzr/repository/indices/1d12544fcedc3cdb565e174f82eeccc2.iix'),readv('/extra/from/.bzr/repository/packs/1d12544fcedc3cdb565e174f82eeccc2.pack'),readv('/extra/from/.bzr/repository/indices/1d12544fcedc3cdb565e174f82eeccc2.cix'),readv('/extra/from/.bzr/repository/indices/fab216b920428fbb303d14d5200f5477.cix'),readv('/extra/from/.bzr/re
pository/packs/fab216b920428fbb303d14d5200f5477.pack'),readv('/extra/from/.bzr/repository/packs/fab216b920428fbb303d14d5200f5477.pack'),get('/extra/from/.bzr/branch-format'),stat('/extra/from/.bzr'),get('/extra/from/.bzr/repository/format'),stat('/extra/from/.bzr/repository')
- ------------
blackbox.test_commit.TestCommit.test_non_ascii_file_unversioned_iso_8859_5XFAIL
0ms
Text attachment: reason
- ------------
Error messages are always written as UTF-8
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: string '\xc2\xa7' found in '''Committing to:
/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.blackbox.test_commit.TestCommit.test_non_ascii_file_unversioned_iso_8859_5/work/
bzr: ERROR: Path(s) are not versioned: "ç"
'''
- ------------
blackbox.test_commit.TestSmartServerCommit.test_commit_to_lightweightXFAIL
0ms
Text attachment: reason
- ------------
commit still uses VFS calls
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
320, in assertThat
% (matchee, matcher, mismatch.describe()))
AssertionError: Match failed. Matchee: "[BzrDir.open_2.1,
BzrDir.open_branchV3, BzrDir.find_repositoryV3,
Branch.get_stacked_on_url, Branch.get_config_file, BzrDir.open_2.1,
BzrDir.open_branchV3, BzrDir.find_repositoryV3,
Branch.get_stacked_on_url, Branch.get_config_file, Branch.lock_write,
Branch.get_config_file, Branch.get_config_file,
Branch.last_revision_info, Repository.get_parent_map,
Repository.start_write_group, VersionedFileRepository.get_inventories,
get, stat, get, stat, get, stat, put, append, append, readv, readv,
readv, readv, readv, readv, readv, readv, readv, readv, readv, readv,
readv, readv, readv, readv, append, append, append, readv, readv,
readv, readv, readv, append, readv, readv, readv, readv, readv, readv,
readv, readv, readv, readv, readv, readv, append, put, append, put,
append, put, append, put, append, put, append, move, readv, put,
append, readv, readv, readv, readv, readv, readv, readv, readv, readv,
readv, readv, readv, readv, readv, readv, read
v, readv, readv, readv, readv, readv, readv, readv, readv, readv,
readv, readv, readv, readv, readv, readv, readv, readv, readv, readv,
readv, readv, readv, readv, readv, readv, readv, readv, readv, readv,
readv, readv, readv, append, put, append, put, append, put, append,
put, append, put, append, move, mkdir, put_non_atomic, rename, get,
get, put, list_dir, get, rename, delete, rmdir, move, move, move,
move, move, move, move, move, move, move, move, move, move, move,
move, move, move, move, move, move, move, move, move, move, move,
move, move, move, move, move, move, move, move, move, move, move,
move, move, move, move, move, move, move, move, move, move, move,
move, move, move, move, move, move, move, move, move, move, move,
move, move, Branch.set_last_revision_info, Branch.unlock]"
Matcher: <class 'bzrlib.tests.matchers.ContainsNoVfsCalls'>
Difference: no VFS calls expected, got:
get('/extra/from/.bzr/branch-format'),stat('/extra/from/.bzr'),get('/extra/from/.bzr/repository/format'),stat('/extra/from/.bzr/repository'),get('/extra/from/.bzr/repository/pack-names'),stat('/extra/from/.bzr'),put('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack',
'420'),append('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack',
''),append('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack',
''),readv('/extra/from/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.iix'),readv('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.iix'),readv('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.iix'),readv('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.iix'),readv('/extra/from/.bzr/repository/packs/c452953d78d783ba359b1110cef25b80.pack'),readv('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.cix'),readv('/extra/from/.bz
r/repository/indices/ff44b488696455cf1e35a71db05cb094.cix'),readv('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.cix'),readv('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.cix'),readv('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.cix'),readv('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.cix'),readv('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.cix'),readv('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.cix'),readv('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.cix'),readv('/extra/from/.bzr/repository/packs/012361ba72c0c47a8a721750487cd75d.pack'),readv('/extra/from/.bzr/repository/packs/012361ba72c0c47a8a721750487cd75d.pack'),append('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack', ''),append('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack', ''),append('/extra/from/.bzr/repository/upload/
6g3drlu4sucps7pwp3xd.pack',
''),readv('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.iix'),readv('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.iix'),readv('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.iix'),readv('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.iix'),readv('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.iix'),append('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack',
''),readv('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.rix'),readv('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.rix'),readv('/extra/from/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.rix'),readv('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.rix'),readv('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.rix'),readv('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c
904b14551f2c3.rix'),readv('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.rix'),readv('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.rix'),readv('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.rix'),readv('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack'),readv('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack'),readv('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack'),append('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack', ''),put('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.rix', '420'),append('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.rix', ''),put('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.iix', '420'),append('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.iix', ''),put('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.tix', '420'),app
end('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.tix', ''),put('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.six', '420'),append('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.six', ''),put('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.cix', '420'),append('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.cix', ''),move('/extra/from/.bzr/repository/upload/6g3drlu4sucps7pwp3xd.pack', '/extra/from/.bzr/repository/packs/45892b6e7ee64b5274561723edb357f6.pack'),readv('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.rix'),put('/extra/from/.bzr/repository/upload/1txs8z7dw0cr8qmg0v0a.autopack', '420'),append('/extra/from/.bzr/repository/upload/1txs8z7dw0cr8qmg0v0a.autopack', ''),readv('/extra/from/.bzr/repository/packs/45892b6e7ee64b5274561723edb357f6.pack'),readv('/extra/from/.bzr/repository/packs/c452953d78d783ba359b1110cef25b80.pack'),readv('/ext
ra/from/.bzr/repository/packs/ff44b488696455cf1e35a71db05cb094.pack'),readv('/extra/from/.bzr/repository/packs/94a6d29c2739980df21ef523ab90ee4f.pack'),readv('/extra/from/.bzr/repository/packs/6736501440ee94a718efec5e6d76f617.pack'),readv('/extra/from/.bzr/repository/packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.pack'),readv('/extra/from/.bzr/repository/packs/b7c1a005b6415a1107c904b14551f2c3.pack'),readv('/extra/from/.bzr/repository/packs/a8219b3c7955d242d3773ef63b76ee72.pack'),readv('/extra/from/.bzr/repository/packs/e4754d3fd57408fdf12949b74d902ecd.pack'),readv('/extra/from/.bzr/repository/packs/012361ba72c0c47a8a721750487cd75d.pack'),readv('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.iix'),readv('/extra/from/.bzr/repository/packs/45892b6e7ee64b5274561723edb357f6.pack'),readv('/extra/from/.bzr/repository/packs/c452953d78d783ba359b1110cef25b80.pack'),readv('/extra/from/.bzr/repository/packs/ff44b488696455cf1e35a71db05cb094.pack'),readv('/extra/from/.bzr/rep
ository/packs/94a6d29c2739980df21ef523ab90ee4f.pack'),readv('/extra/from/.bzr/repository/packs/6736501440ee94a718efec5e6d76f617.pack'),readv('/extra/from/.bzr/repository/packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.pack'),readv('/extra/from/.bzr/repository/packs/b7c1a005b6415a1107c904b14551f2c3.pack'),readv('/extra/from/.bzr/repository/packs/a8219b3c7955d242d3773ef63b76ee72.pack'),readv('/extra/from/.bzr/repository/packs/e4754d3fd57408fdf12949b74d902ecd.pack'),readv('/extra/from/.bzr/repository/packs/012361ba72c0c47a8a721750487cd75d.pack'),readv('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.cix'),readv('/extra/from/.bzr/repository/packs/45892b6e7ee64b5274561723edb357f6.pack'),readv('/extra/from/.bzr/repository/packs/012361ba72c0c47a8a721750487cd75d.pack'),readv('/extra/from/.bzr/repository/packs/45892b6e7ee64b5274561723edb357f6.pack'),readv('/extra/from/.bzr/repository/packs/012361ba72c0c47a8a721750487cd75d.pack'),readv('/extra/from/.bzr/repository/indices/
45892b6e7ee64b5274561723edb357f6.tix'),readv('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.tix'),readv('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.tix'),readv('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.tix'),readv('/extra/from/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.tix'),readv('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.tix'),readv('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.tix'),readv('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.tix'),readv('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.tix'),readv('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.tix'),readv('/extra/from/.bzr/repository/packs/45892b6e7ee64b5274561723edb357f6.pack'),readv('/extra/from/.bzr/repository/packs/012361ba72c0c47a8a721750487cd75d.pack'),readv('/extra/from/.bzr/repository/indices/45892b6
e7ee64b5274561723edb357f6.six'),readv('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.six'),readv('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.six'),readv('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.six'),readv('/extra/from/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.six'),readv('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.six'),readv('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.six'),readv('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.six'),readv('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.six'),readv('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.six'),append('/extra/from/.bzr/repository/upload/1txs8z7dw0cr8qmg0v0a.autopack', ''),put('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.rix', '420'),append('/extra/from/.bzr/repository/indices/28fbd61a6
373d555ab503d50e3fcc579.rix',
''),put('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.iix',
'420'),append('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.iix',
''),put('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.tix',
'420'),append('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.tix',
''),put('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.six',
'420'),append('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.six',
''),put('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.cix',
'420'),append('/extra/from/.bzr/repository/indices/28fbd61a6373d555ab503d50e3fcc579.cix',
''),move('/extra/from/.bzr/repository/upload/1txs8z7dw0cr8qmg0v0a.autopack',
'/extra/from/.bzr/repository/packs/28fbd61a6373d555ab503d50e3fcc579.pack'),mkdir('/extra/from/.bzr/repository/lock/83jkb9tom5.tmp',
''),put_non_atomic('/extra/from/.bzr/repository/lock/8
3jkb9tom5.tmp/info', '', 'F',
''),rename('/extra/from/.bzr/repository/lock/83jkb9tom5.tmp',
'/extra/from/.bzr/repository/lock/held'),get('/extra/from/.bzr/repository/lock/held/info'),get('/extra/from/.bzr/repository/pack-names'),put('/extra/from/.bzr/repository/pack-names',
'420'),list_dir('/extra/from/.bzr/repository/obsolete_packs'),get('/extra/from/.bzr/repository/lock/held/info'),rename('/extra/from/.bzr/repository/lock/held',
'/extra/from/.bzr/repository/lock/releasing.got3grkpds6ikysy1f0h.tmp'),delete('/extra/from/.bzr/repository/lock/releasing.got3grkpds6ikysy1f0h.tmp/info'),rmdir('/extra/from/.bzr/repository/lock/releasing.got3grkpds6ikysy1f0h.tmp'),move('/extra/from/.bzr/repository/packs/45892b6e7ee64b5274561723edb357f6.pack',
'/extra/from/.bzr/repository/obsolete_packs/45892b6e7ee64b5274561723edb357f6.pack'),move('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.iix',
'/extra/from/.bzr/repository/obsolete_packs/45892b6e7ee64b5274561723edb357f6.i
ix'),move('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.six', '/extra/from/.bzr/repository/obsolete_packs/45892b6e7ee64b5274561723edb357f6.six'),move('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.tix', '/extra/from/.bzr/repository/obsolete_packs/45892b6e7ee64b5274561723edb357f6.tix'),move('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.rix', '/extra/from/.bzr/repository/obsolete_packs/45892b6e7ee64b5274561723edb357f6.rix'),move('/extra/from/.bzr/repository/indices/45892b6e7ee64b5274561723edb357f6.cix', '/extra/from/.bzr/repository/obsolete_packs/45892b6e7ee64b5274561723edb357f6.cix'),move('/extra/from/.bzr/repository/packs/b7c1a005b6415a1107c904b14551f2c3.pack', '/extra/from/.bzr/repository/obsolete_packs/b7c1a005b6415a1107c904b14551f2c3.pack'),move('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.iix', '/extra/from/.bzr/repository/obsolete_packs/b7c1a005b6415a1107c904b14551f2c3.iix'),
move('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.six', '/extra/from/.bzr/repository/obsolete_packs/b7c1a005b6415a1107c904b14551f2c3.six'),move('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.tix', '/extra/from/.bzr/repository/obsolete_packs/b7c1a005b6415a1107c904b14551f2c3.tix'),move('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.rix', '/extra/from/.bzr/repository/obsolete_packs/b7c1a005b6415a1107c904b14551f2c3.rix'),move('/extra/from/.bzr/repository/indices/b7c1a005b6415a1107c904b14551f2c3.cix', '/extra/from/.bzr/repository/obsolete_packs/b7c1a005b6415a1107c904b14551f2c3.cix'),move('/extra/from/.bzr/repository/packs/a8219b3c7955d242d3773ef63b76ee72.pack', '/extra/from/.bzr/repository/obsolete_packs/a8219b3c7955d242d3773ef63b76ee72.pack'),move('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.iix', '/extra/from/.bzr/repository/obsolete_packs/a8219b3c7955d242d3773ef63b76ee72.iix'),move(
'/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.six', '/extra/from/.bzr/repository/obsolete_packs/a8219b3c7955d242d3773ef63b76ee72.six'),move('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.tix', '/extra/from/.bzr/repository/obsolete_packs/a8219b3c7955d242d3773ef63b76ee72.tix'),move('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.rix', '/extra/from/.bzr/repository/obsolete_packs/a8219b3c7955d242d3773ef63b76ee72.rix'),move('/extra/from/.bzr/repository/indices/a8219b3c7955d242d3773ef63b76ee72.cix', '/extra/from/.bzr/repository/obsolete_packs/a8219b3c7955d242d3773ef63b76ee72.cix'),move('/extra/from/.bzr/repository/packs/c452953d78d783ba359b1110cef25b80.pack', '/extra/from/.bzr/repository/obsolete_packs/c452953d78d783ba359b1110cef25b80.pack'),move('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.iix', '/extra/from/.bzr/repository/obsolete_packs/c452953d78d783ba359b1110cef25b80.iix'),move('/ext
ra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.six',
'/extra/from/.bzr/repository/obsolete_packs/c452953d78d783ba359b1110cef25b80.six'),move('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.tix',
'/extra/from/.bzr/repository/obsolete_packs/c452953d78d783ba359b1110cef25b80.tix'),move('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.rix',
'/extra/from/.bzr/repository/obsolete_packs/c452953d78d783ba359b1110cef25b80.rix'),move('/extra/from/.bzr/repository/indices/c452953d78d783ba359b1110cef25b80.cix',
'/extra/from/.bzr/repository/obsolete_packs/c452953d78d783ba359b1110cef25b80.cix'),move('/extra/from/.bzr/repository/packs/ff44b488696455cf1e35a71db05cb094.pack',
'/extra/from/.bzr/repository/obsolete_packs/ff44b488696455cf1e35a71db05cb094.pack'),move('/extra/from/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.iix',
'/extra/from/.bzr/repository/obsolete_packs/ff44b488696455cf1e35a71db05cb094.iix'),move('/extra/fr
om/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.six',
'/extra/from/.bzr/repository/obsolete_packs/ff44b488696455cf1e35a71db05cb094.six'),move('/extra/from/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.tix',
'/extra/from/.bzr/repository/obsolete_packs/ff44b488696455cf1e35a71db05cb094.tix'),move('/extra/from/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.rix',
'/extra/from/.bzr/repository/obsolete_packs/ff44b488696455cf1e35a71db05cb094.rix'),move('/extra/from/.bzr/repository/indices/ff44b488696455cf1e35a71db05cb094.cix',
'/extra/from/.bzr/repository/obsolete_packs/ff44b488696455cf1e35a71db05cb094.cix'),move('/extra/from/.bzr/repository/packs/012361ba72c0c47a8a721750487cd75d.pack',
'/extra/from/.bzr/repository/obsolete_packs/012361ba72c0c47a8a721750487cd75d.pack'),move('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.iix',
'/extra/from/.bzr/repository/obsolete_packs/012361ba72c0c47a8a721750487cd75d.iix'),move('/extra/from/.b
zr/repository/indices/012361ba72c0c47a8a721750487cd75d.six',
'/extra/from/.bzr/repository/obsolete_packs/012361ba72c0c47a8a721750487cd75d.six'),move('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.tix',
'/extra/from/.bzr/repository/obsolete_packs/012361ba72c0c47a8a721750487cd75d.tix'),move('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.rix',
'/extra/from/.bzr/repository/obsolete_packs/012361ba72c0c47a8a721750487cd75d.rix'),move('/extra/from/.bzr/repository/indices/012361ba72c0c47a8a721750487cd75d.cix',
'/extra/from/.bzr/repository/obsolete_packs/012361ba72c0c47a8a721750487cd75d.cix'),move('/extra/from/.bzr/repository/packs/6736501440ee94a718efec5e6d76f617.pack',
'/extra/from/.bzr/repository/obsolete_packs/6736501440ee94a718efec5e6d76f617.pack'),move('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.iix',
'/extra/from/.bzr/repository/obsolete_packs/6736501440ee94a718efec5e6d76f617.iix'),move('/extra/from/.bzr/re
pository/indices/6736501440ee94a718efec5e6d76f617.six',
'/extra/from/.bzr/repository/obsolete_packs/6736501440ee94a718efec5e6d76f617.six'),move('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.tix',
'/extra/from/.bzr/repository/obsolete_packs/6736501440ee94a718efec5e6d76f617.tix'),move('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.rix',
'/extra/from/.bzr/repository/obsolete_packs/6736501440ee94a718efec5e6d76f617.rix'),move('/extra/from/.bzr/repository/indices/6736501440ee94a718efec5e6d76f617.cix',
'/extra/from/.bzr/repository/obsolete_packs/6736501440ee94a718efec5e6d76f617.cix'),move('/extra/from/.bzr/repository/packs/94a6d29c2739980df21ef523ab90ee4f.pack',
'/extra/from/.bzr/repository/obsolete_packs/94a6d29c2739980df21ef523ab90ee4f.pack'),move('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.iix',
'/extra/from/.bzr/repository/obsolete_packs/94a6d29c2739980df21ef523ab90ee4f.iix'),move('/extra/from/.bzr/reposit
ory/indices/94a6d29c2739980df21ef523ab90ee4f.six',
'/extra/from/.bzr/repository/obsolete_packs/94a6d29c2739980df21ef523ab90ee4f.six'),move('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.tix',
'/extra/from/.bzr/repository/obsolete_packs/94a6d29c2739980df21ef523ab90ee4f.tix'),move('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.rix',
'/extra/from/.bzr/repository/obsolete_packs/94a6d29c2739980df21ef523ab90ee4f.rix'),move('/extra/from/.bzr/repository/indices/94a6d29c2739980df21ef523ab90ee4f.cix',
'/extra/from/.bzr/repository/obsolete_packs/94a6d29c2739980df21ef523ab90ee4f.cix'),move('/extra/from/.bzr/repository/packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.pack',
'/extra/from/.bzr/repository/obsolete_packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.pack'),move('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.iix',
'/extra/from/.bzr/repository/obsolete_packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.iix'),move('/extra/from/.bzr/repository/i
ndices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.six',
'/extra/from/.bzr/repository/obsolete_packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.six'),move('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.tix',
'/extra/from/.bzr/repository/obsolete_packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.tix'),move('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.rix',
'/extra/from/.bzr/repository/obsolete_packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.rix'),move('/extra/from/.bzr/repository/indices/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.cix',
'/extra/from/.bzr/repository/obsolete_packs/f7916bd89b1ebb2f5d5e5d9b4ccc6b08.cix'),move('/extra/from/.bzr/repository/packs/e4754d3fd57408fdf12949b74d902ecd.pack',
'/extra/from/.bzr/repository/obsolete_packs/e4754d3fd57408fdf12949b74d902ecd.pack'),move('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.iix',
'/extra/from/.bzr/repository/obsolete_packs/e4754d3fd57408fdf12949b74d902ecd.iix'),move('/extra/from/.bzr/repository/indice
s/e4754d3fd57408fdf12949b74d902ecd.six',
'/extra/from/.bzr/repository/obsolete_packs/e4754d3fd57408fdf12949b74d902ecd.six'),move('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.tix',
'/extra/from/.bzr/repository/obsolete_packs/e4754d3fd57408fdf12949b74d902ecd.tix'),move('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.rix',
'/extra/from/.bzr/repository/obsolete_packs/e4754d3fd57408fdf12949b74d902ecd.rix'),move('/extra/from/.bzr/repository/indices/e4754d3fd57408fdf12949b74d902ecd.cix',
'/extra/from/.bzr/repository/obsolete_packs/e4754d3fd57408fdf12949b74d902ecd.cix')
- ------------
blackbox.test_conflicts.TestUnicodePathsOnAsciiTerminal.test_messages
SKIP 0ms
Need to decide if replacing is the desired behaviour
blackbox.test_conflicts.TestUnicodePathsOnAsciiTerminal.test_text_conflict_paths
SKIP 0ms
Need to decide if replacing is the desired behaviour
blackbox.test_dpush.TestDpushStrictWithChanges.test_push_with_revision(uncommitted)
SKIP 0ms
dpush does not handle --revision
blackbox.test_dpush.TestDpushStrictWithChanges.test_push_with_revision(pending-merges)
SKIP 0ms
dpush does not handle --revision
blackbox.test_dpush.TestDpushStrictWithChanges.test_push_with_revision(out-of-sync-trees)
SKIP 0ms
dpush does not handle --revision
blackbox.test_filesystem_cicp.TestAdd.test_add_implied SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestAdd.test_add_not_found SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestAdd.test_add_simple SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestAdd.test_add_subdir SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestAdd.test_re_add SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestAdd.test_re_add_dir SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMisc.test_ci SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMisc.test_rm SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMisc.test_status SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_multiple SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_newcase SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_newcase_after SKIP
0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_newname SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_newname_after SKIP
0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_newname_exists SKIP
0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_newname_exists_after
SKIP 0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_newname_root SKIP
0ms
case-insensitive case-preserving filesystem
blackbox.test_filesystem_cicp.TestMove.test_mv_newname_root_after SKIP
0ms
case-insensitive case-preserving filesystem
blackbox.test_info.TestInfo.test_info_lockingXFAIL 0ms
Text attachment: reason
- ------------
OS locks are exclusive for different processes (Bug #174055)
- ------------
Text attachment: start_bzr_subprocess-log-0
- ------------
this is a debug log for diagnosing/reporting problems in bzr
you can delete or truncate this file, or include sections in
bug reports to https://bugs.launchpad.net/bzr/+filebug
Tue 2012-06-26 15:08:30 +0000
0.037 bazaar version: 2.6.0dev2
0.037 bzr arguments: [u'--no-plugins', u'info', u'-v',
u'tree/lightcheckout']
0.042 encoding stdout as osutils.get_user_encoding() 'utf-8'
0.068 opening working tree
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.blackbox.test_info.TestInfo.test_info_locking/work/tree/lightcheckout'
0.073 Traceback (most recent call last):
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
930, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
1141, in run_bzr
ret = run(*run_argv)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
673, in run_argv_aliases
return self.run(**all_cmd_args)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
697, in run
return self._operation.run_simple(*args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 136,
in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
result = func(*args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
1158, in ignore_pipe
result = func(*args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/builtins.py", line
1854, in run
verbose=noise_level, outfile=self.outf)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/info.py", line 375, in
show_bzrdir_info
lockable.lock_read()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/workingtree_4.py",
line 609, in lock_read
state.lock_read()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/dirstate.py", line
3319, in lock_read
self._lock_token = lock.ReadLock(self._filename)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/lock.py", line 257, in
__init__
raise errors.LockContention(self.filename, e)
LockContention: Could not acquire lock
"/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.blackbox.test_info.TestInfo.test_info_locking/work/tree/lightcheckout/.bzr/checkout/dirstate":
[Errno 11] Resource temporarily unavailable
0.073 return code 3
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: Command bzr ['info', '-v', 'tree/lightcheckout']
failed with retcode 0 != 3
- ------------
blackbox.test_log.MainlineGhostTests.test_log_range_open_beginXFAIL
0ms
Text attachment: reason
- ------------
log with ghosts fails. bug #726466
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
blackbox.test_log.TestLogSignatures.test_log_with_signatures SKIP
0ms
gpgme
blackbox.test_log.TestLogSignatures.test_log_without_signatures SKIP
0ms
gpgme
blackbox.test_mv.TestMove.test_mv_file_to_wrong_case_dir SKIP 0ms
case-insensitive filesystem
blackbox.test_revert.TestRevert.test_revert_dirnameXFAIL 0ms
Text attachment: reason
- ------------
j is in the delta revert applies because j was renamed too
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: j does not exist
- ------------
blackbox.test_version.TestVersion.test_main_version SKIP 0ms
Needs a working tree of bzr sources
blackbox.test_version.TestVersion.test_version SKIP 0ms
Needs a working tree of bzr sources
blackbox.test_version.TestVersion.test_version_short SKIP 0ms
Needs a working tree of bzr sources
blackbox.test_version.TestVersionUnicodeOutput.test_command SKIP
0ms
Needs a working tree of bzr sources
blackbox.test_version.TestVersionUnicodeOutput.test_flag SKIP 0ms
Needs a working tree of bzr sources
blackbox.test_version.TestVersionUnicodeOutput.test_unicode_bzr_home
SKIP 0ms
Needs a working tree of bzr sources
commands.test_cat.TestCat.test_cat SKIP 0ms
SFTPTransport raises incorrect exception when reading from paramiko server
per_branch.test_branch.ChrootedTests.test_open_containing(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat4)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(RemoteBranchFormat-default)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(RemoteBranchFormat-v2)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_bind_diverged(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat4)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_bind_unbind(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat4)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_bind_unbind(RemoteBranchFormat-default)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_bind_unbind(RemoteBranchFormat-v2)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_old_bound_location(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat5)
SKIP 0ms
Format does not store old bound locations
per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat4)
SKIP 0ms
Format does not store old bound locations
per_branch.test_branch.TestBound.test_old_bound_location(RemoteBranchFormat-default)
SKIP 0ms
Format does not store old bound locations
per_branch.test_branch.TestBound.test_old_bound_location(RemoteBranchFormat-v2)
SKIP 0ms
Format does not store old bound locations
per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BzrBranchFormat4)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(RemoteBranchFormat-default)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(RemoteBranchFormat-v2)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BzrBranchFormat4)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(RemoteBranchFormat-default)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(RemoteBranchFormat-v2)
SKIP 0ms
Format does not support binding
per_branch.test_branch.TestBranch.test_bad_revision(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat6)
SKIP 0ms
XXX branch cloning is not yet tested.
per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat7)
SKIP 0ms
XXX branch cloning is not yet tested.
per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat8)
SKIP 0ms
XXX branch cloning is not yet tested.
per_branch.test_branch.TestBranch.test_clone_branch_nickname(BranchReferenceFormat)
SKIP 0ms
XXX branch cloning is not yet tested.
per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat5)
SKIP 0ms
XXX branch cloning is not yet tested.
per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat4)
SKIP 0ms
XXX branch cloning is not yet tested.
per_branch.test_branch.TestBranch.test_clone_branch_nickname(RemoteBranchFormat-default)
SKIP 0ms
XXX branch cloning is not yet tested.
per_branch.test_branch.TestBranch.test_clone_branch_nickname(RemoteBranchFormat-v2)
SKIP 0ms
XXX branch cloning is not yet tested.
per_branch.test_branch.TestBranch.test_clone_branch_parent(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_clone_partial(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_commit_nicks(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_create_checkout(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat6)
SKIP 0ms
control dir does not support colocated branches
per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat7)
SKIP 0ms
control dir does not support colocated branches
per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat8)
SKIP 0ms
control dir does not support colocated branches
per_branch.test_branch.TestBranch.test_create_colocated(BranchReferenceFormat)
SKIP 0ms
control dir does not support colocated branches
per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat5)
SKIP 0ms
control dir does not support colocated branches
per_branch.test_branch.TestBranch.test_create_colocated(RemoteBranchFormat-default)
SKIP 0ms
control dir format does not support colocated branches
per_branch.test_branch.TestBranch.test_create_colocated(RemoteBranchFormat-v2)
SKIP 0ms
control dir format does not support colocated branches
per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat4)
SKIP 0ms
requires shared repository support
per_branch.test_branch.TestBranch.test_create_tree_with_merge(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_fetch_revisions(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_format_description(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_generate_revision_history(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_get_commit_builder(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_get_revision_delta(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_heads_to_fetch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_nicks(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_nicks_bzr(BranchReferenceFormat) SKIP
0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_nicks_bzr(RemoteBranchFormat-default)
SKIP 0ms
not a bzr branch format
per_branch.test_branch.TestBranch.test_nicks_bzr(RemoteBranchFormat-v2) SKIP
0ms
not a bzr branch format
per_branch.test_branch.TestBranch.test_public_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_record_initial_ghost(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_record_initial_ghost(BzrBranchFormat4)
SKIP 0ms
repository format does not support ghosts
per_branch.test_branch.TestBranch.test_record_initial_ghost(RemoteBranchFormat-default)
SKIP 0ms
repository format does not support ghosts
per_branch.test_branch.TestBranch.test_record_initial_ghost(RemoteBranchFormat-v2)
SKIP 0ms
repository format does not support ghosts
per_branch.test_branch.TestBranch.test_record_two_ghosts(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_record_two_ghosts(BzrBranchFormat4)
SKIP 0ms
repository format does not support ghosts
per_branch.test_branch.TestBranch.test_record_two_ghosts(RemoteBranchFormat-default)
SKIP 0ms
repository format does not support ghosts
per_branch.test_branch.TestBranch.test_record_two_ghosts(RemoteBranchFormat-v2)
SKIP 0ms
repository format does not support ghosts
per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranch.test_submit_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranchControlComponent.test_urls(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranchFormat.test_get_config_calls(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestFormat.test_format_initialize_find_open(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestFormat.test_get_reference(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestFormat.test_set_reference(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat6)
SKIP 0ms
format does not support stacking
per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat5)
SKIP 0ms
format does not support stacking
per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat4)
SKIP 0ms
format does not support stacking
per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BzrBranchFormat6)
SKIP 0ms
format does not support stacking
per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BzrBranchFormat5)
SKIP 0ms
format does not support stacking
per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BzrBranchFormat4)
SKIP 0ms
format does not support stacking
per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_get_reference_info(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_get_reference_info(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_push_updates_references(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_push_updates_references(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_reference_parent(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_reference_parent(BzrBranchFormat4)
SKIP 0ms
Tree cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat4)
SKIP 0ms
Tree cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_reference_info(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_set_reference_info(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat6)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat7)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat5)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat4)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(RemoteBranchFormat-default)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(RemoteBranchFormat-v2)
SKIP 0ms
Branch cannot hold references.
per_branch.test_branch.TestStrict.test_strict_history(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_branch.TestStrict.test_strict_history(BzrBranchFormat5) SKIP
0ms
Format does not support strict history
per_branch.test_branch.TestStrict.test_strict_history(BzrBranchFormat4) SKIP
0ms
Format does not support strict history
per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_break_lock.TestBreakLock.test_locked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_break_lock.TestBreakLock.test_unlocked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat6)
SKIP 0ms
Repository does not use physical locks.
per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat7)
SKIP 0ms
Repository does not use physical locks.
per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat8)
SKIP 0ms
Repository does not use physical locks.
per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat5)
SKIP 0ms
Repository does not use physical locks.
per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat4)
SKIP 0ms
Repository does not use physical locks.
per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(RemoteBranchFormat-default)
SKIP 0ms
Repository does not use physical locks.
per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(RemoteBranchFormat-v2)
SKIP 0ms
Repository does not use physical locks.
per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_check.TestBranchCheck.test__get_check_refs(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_checkout.TestCreateCheckout.test_create_revision_checkout(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked_hooks_get_stacked_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_commit.TestCommit.test_commit_nicks(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_commit.TestCommitHook.test_post_commit_bound(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_commit.TestCommitHook.test_pre_commit_delta(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_commit.TestCommitHook.test_pre_commit_fails(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_dotted_revno_to_revision_id.TestDottedRevnoToRevisionId.test_lookup_revision_id_by_dotted(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_http.InaccessibleParentTests.test_clone_invalid_parent(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_http.InaccessibleParentTests.test_get_parent_invalid(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_http.InaccessibleParentTests.test_sprout_invalid_parent(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_exclude_ancestry(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_starting_at_embedded_merge(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_with_different_depths_merge(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_forward(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_forward(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only_forward(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude_forward(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include_forward(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_can_show_non_parents(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_forward(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_ignore_non_parents(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_01_lock_read(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_01_lock_read(RemoteBranchFormat-default)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_01_lock_read(RemoteBranchFormat-v2)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_02_lock_write(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_02_lock_write(RemoteBranchFormat-default)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_02_lock_write(RemoteBranchFormat-v2)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(RemoteBranchFormat-default)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(RemoteBranchFormat-v2)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(RemoteBranchFormat-default)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(RemoteBranchFormat-v2)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(RemoteBranchFormat-default)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(RemoteBranchFormat-v2)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(RemoteBranchFormat-default)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(RemoteBranchFormat-v2)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(RemoteBranchFormat-default)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(RemoteBranchFormat-v2)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(RemoteBranchFormat-default)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(RemoteBranchFormat-v2)
SKIP 0ms
Could not instrument branch control files.
per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_leave_lock_in_place(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_and_unlock_leaves_repo_unlocked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_write_returns_None_refuses_token(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_write_returns_unlockable(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_write_with_matching_token(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_write_with_nonmatching_token(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_lock_write_with_token_fails_when_unlocked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_reentering_lock_write_raises_on_token_mismatch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_locking.TestBranchLocking.test_unlock_after_lock_write_with_token(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat6)
SKIP 0ms
windows-specific test
per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat7)
SKIP 0ms
windows-specific test
per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat8)
SKIP 0ms
windows-specific test
per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BranchReferenceFormat)
SKIP 0ms
windows-specific test
per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat5)
SKIP 0ms
windows-specific test
per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat4)
SKIP 0ms
windows-specific test
per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(RemoteBranchFormat-default)
SKIP 0ms
windows-specific test
per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(RemoteBranchFormat-v2)
SKIP 0ms
windows-specific test
per_branch.test_permissions.TestPermissions.test_mode_0(RemoteBranchFormat-default)
SKIP 0ms
Remote branches have no permission logic
per_branch.test_permissions.TestPermissions.test_mode_0(RemoteBranchFormat-v2)
SKIP 0ms
Remote branches have no permission logic
per_branch.test_permissions.TestPermissions.test_new_branch(RemoteBranchFormat-default)
SKIP 0ms
Remote branches have no permission logic
per_branch.test_permissions.TestPermissions.test_new_branch(RemoteBranchFormat-v2)
SKIP 0ms
Remote branches have no permission logic
per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(RemoteBranchFormat-default)
SKIP 0ms
Remote branches have no permission logic
per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(RemoteBranchFormat-v2)
SKIP 0ms
Remote branches have no permission logic
per_branch.test_pull.TestPull.test_pull_convergence_simple(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPull.test_pull_merged_indirect(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat5)
SKIP 0ms
format does not support tags.
per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat4)
SKIP 0ms
format does not support tags.
per_branch.test_pull.TestPull.test_pull_overwrite(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPull.test_pull_returns_result(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BzrBranchFormat5)
SKIP 0ms
format does not support tags.
per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BzrBranchFormat4)
SKIP 0ms
format does not support tags.
per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPullHook.test_post_pull_bound_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPullHook.test_post_pull_empty_history(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(BzrBranchFormat4)
SKIP 0ms
Branch format is not usable via HPSS.
per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(RemoteBranchFormat-default)
SKIP 0ms
Does not apply when remote backing branch is also a smart branch
per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(RemoteBranchFormat-v2)
SKIP 0ms
Does not apply when remote backing branch is also a smart branch
per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(BzrBranchFormat4)
SKIP 0ms
Branch format is not usable via HPSS.
per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(RemoteBranchFormat-default)
SKIP 0ms
Does not apply when remote backing branch is also a smart branch
per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(RemoteBranchFormat-v2)
SKIP 0ms
Does not apply when remote backing branch is also a smart branch
per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_convergence_simple(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_merged_indirect(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(BzrBranchFormat5)
SKIP 0ms
Format does not support tags
per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(BzrBranchFormat4)
SKIP 0ms
Format does not support bound branches
per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(RemoteBranchFormat-default)
SKIP 0ms
Format does not support bound branches
per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(RemoteBranchFormat-v2)
SKIP 0ms
Format does not support bound branches
per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_overwrite_with_older_mainline_rev(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat4)
SKIP 0ms
older formats can't have a repo without a branch
per_branch.test_push.TestPush.test_push_to_checkout_updates_master(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_uses_read_lock(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(BranchReferenceFormat)
SKIP 0ms
BranchBuilder can't make reference branches.
per_branch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(BzrBranchFormat4)
SKIP 0ms
Not a metadir format.
per_branch.test_push.TestPushHook.test_post_push_bound_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPushHook.test_post_push_empty_history(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat6)
SKIP 0ms
test only applies to bzr formats
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat7)
SKIP 0ms
test only applies to bzr formats
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat8)
SKIP 0ms
test only applies to bzr formats
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BranchReferenceFormat)
SKIP 0ms
test only applies to bzr formats
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat5)
SKIP 0ms
test only applies to bzr formats
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat4)
SKIP 0ms
test only applies to bzr formats
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(RemoteBranchFormat-default)
SKIP 0ms
test only applies to bzr formats
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(RemoteBranchFormat-v2)
SKIP 0ms
test only applies to bzr formats
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(BzrBranchFormat4)
SKIP 0ms
repository format does not support ghosts
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(RemoteBranchFormat-default)
SKIP 0ms
repository format does not support ghosts
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(RemoteBranchFormat-v2)
SKIP 0ms
repository format does not support ghosts
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_reconcile.TestBranchReconcile.test_reconcile_supports_thorough(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_empty(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(BzrBranchFormat4)
SKIP 0ms
repository format does not support ghosts
per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(RemoteBranchFormat-default)
SKIP 0ms
repository format does not support ghosts
per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(RemoteBranchFormat-v2)
SKIP 0ms
repository format does not support ghosts
per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_simple_revno(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat6)
SKIP 0ms
XXX branch sprouting is not yet tested.
per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat7)
SKIP 0ms
XXX branch sprouting is not yet tested.
per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat8)
SKIP 0ms
XXX branch sprouting is not yet tested.
per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BranchReferenceFormat)
SKIP 0ms
XXX branch sprouting is not yet tested.
per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat5)
SKIP 0ms
XXX branch sprouting is not yet tested.
per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat4)
SKIP 0ms
XXX branch sprouting is not yet tested.
per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(RemoteBranchFormat-default)
SKIP 0ms
XXX branch sprouting is not yet tested.
per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(RemoteBranchFormat-v2)
SKIP 0ms
XXX branch sprouting is not yet tested.
per_branch.test_sprout.TestSprout.test_sprout_branch_parent(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_sprout.TestSprout.test_sprout_from_any_repo_revision(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_sprout.TestSprout.test_sprout_partial(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_sprout.TestSprout.test_sprout_preserves_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_sprout.TestSprout.test_sprout_preserves_tags(BzrBranchFormat5)
SKIP 0ms
Branch format does not support tags or tags to ghosts.
per_branch.test_sprout.TestSprout.test_sprout_preserves_tags(BzrBranchFormat4)
SKIP 0ms
Branch format does not support tags or tags to ghosts.
per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat4)
SKIP 0ms
Format doesn't auto stack successfully.
per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BranchReferenceFormat)
SKIP 0ms
cannot sprout to a reference
per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(BzrBranchFormat4)
SKIP 0ms
repository format does not support ghosts in mainline
per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(RemoteBranchFormat-default)
SKIP 0ms
repository format does not support ghosts in mainline
per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(RemoteBranchFormat-v2)
SKIP 0ms
repository format does not support ghosts in mainline
per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BzrBranchFormat6)
SKIP 0ms
<bzrlib.branch.BzrBranchFormat6 object at 0x1ae6790> does not support
stacking
per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BzrBranchFormat5)
SKIP 0ms
<bzrlib.branch.BzrBranchFormat5 object at 0x1ae6750> does not support
stacking
per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BzrBranchFormat4)
SKIP 0ms
<bzrlib.plugins.weave_fmt.branch.BzrBranchFormat4 object at 0x3296490>
does not support stacking
per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking%28BzrBranchFormat4%29/work/dir/stacked-on/'(All-in-one
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking%28BzrBranchFormat4%29/work/stacked-on/'(All-in-one
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking%28BzrBranchFormat4%29/work/stacked-on/'(All-in-one
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BzrBranchFormat4)
SKIP 0ms
Branch format 4 does not autoupgrade.
per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat4)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(BzrBranchFormat4)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat6)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat5)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat4)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat6)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked%28BzrBranchFormat6%29/work/new_branch/'(Branch
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_get_graph_stacked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat5)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked%28BzrBranchFormat5%29/work/new_branch/'(Branch
format 5) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked%28BzrBranchFormat4%29/work/new_branch/'(Bazaar-NG
branch format 4) is not a stackable format. You will need to upgrade
the branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BzrBranchFormat6)
SKIP 0ms
<bzrlib.branch.BzrBranchFormat6 object at 0x1ae6790> does not support
stacking
per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BranchReferenceFormat)
SKIP 0ms
<bzrlib.branch.BranchReferenceFormat object at 0x1ae6850> does not
support stacking
per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BzrBranchFormat5)
SKIP 0ms
<bzrlib.branch.BzrBranchFormat5 object at 0x1ae6750> does not support
stacking
per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BzrBranchFormat4)
SKIP 0ms
<bzrlib.plugins.weave_fmt.branch.BzrBranchFormat4 object at 0x3296490>
does not support stacking
per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(BzrBranchFormat4)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_sprout_stacked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_sprout_stacked(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked%28BzrBranchFormat4%29/work/mainline/'(All-in-one
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server%28BzrBranchFormat4%29/work/mainline/'(All-in-one
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BzrBranchFormat4)
SKIP 0ms
Branch format 4 does not autoupgrade.
per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(BzrBranchFormat4)
SKIP 0ms
Branch format is not usable via HPSS.
per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(RemoteBranchFormat-default)
SKIP 0ms
Branch format is not usable via HPSS.
per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(RemoteBranchFormat-v2)
SKIP 0ms
Branch format is not usable via HPSS.
per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(BranchReferenceFormat)
SKIP 0ms
No reason given
per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(BzrBranchFormat4)
SKIP 0ms
No reason given
per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BzrBranchFormat6)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BzrBranchFormat5)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BzrBranchFormat4)
SKIP 0ms
Format does not support stacking.
per_branch.test_stacking.TestStacking.test_unstack_already_locked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_unstack_already_locked(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked%28BzrBranchFormat4%29/work/stacked-on/'(All-in-one
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked%28BzrBranchFormat4%29/work/stacked-on/'(All-in-one
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStacking.test_unstack_fetches(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat4)
SKIP 0ms
The branch
'file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches%28BzrBranchFormat4%29/work/trunk/'(All-in-one
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat6)
SKIP 0ms
The branch
'sftp://foo@127.0.0.1:44020/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked%28BzrBranchFormat6%29/work/stacked/'(Branch
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStackingConnections.test_open_stacked(BranchReferenceFormat)
SKIP 0ms
Format Checkout reference format 1 cannot be initialised by this
version of bzr.
per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat5)
SKIP 0ms
The branch
'sftp://foo@127.0.0.1:35058/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked%28BzrBranchFormat5%29/work/stacked/'(Branch
format 5) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat4)
SKIP 0ms
The branch
'sftp://foo@127.0.0.1:60844/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked%28BzrBranchFormat4%29/work/stacked/'(Bazaar-NG
branch format 4) is not a stackable format. You will need to upgrade
the branch to permit branch stacking.
per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat6)
SKIP 0ms
The branch
'sftp://foo@127.0.0.1:36253/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative%28BzrBranchFormat6%29/work/stacked/'(Branch
format 6) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BranchReferenceFormat)
SKIP 0ms
Format Checkout reference format 1 cannot be initialised by this
version of bzr.
per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat5)
SKIP 0ms
The branch
'sftp://foo@127.0.0.1:47909/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative%28BzrBranchFormat5%29/work/stacked/'(Branch
format 5) is not a stackable format. You will need to upgrade the
branch to permit branch stacking.
per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat4)
SKIP 0ms
The branch
'sftp://foo@127.0.0.1:60569/tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative%28BzrBranchFormat4%29/work/stacked/'(Bazaar-NG
branch format 4) is not a stackable format. You will need to upgrade
the branch to permit branch stacking.
per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BranchReferenceFormat)
SKIP 0ms
BranchBuilder can't make reference branches.
per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BranchReferenceFormat)
SKIP 0ms
BranchBuilder can't make reference branches.
per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BranchReferenceFormat)
SKIP 0ms
BranchBuilder can't make reference branches.
per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BranchReferenceFormat)
SKIP 0ms
BranchBuilder can't make reference branches.
per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_delete_tag(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_delete_tag(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_delete_tag(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_ghost_tag(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_ghost_tag(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_ghost_tag(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_merge_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_no_such_tag(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_unicode_tag(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_unicode_tag(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_unicode_tag(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteBranchFormat-default)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteBranchFormat-v2)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteBranchFormat-default)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteBranchFormat-v2)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteBranchFormat-default)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteBranchFormat-v2)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteBranchFormat-default)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteBranchFormat-v2)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteBranchFormat-default)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteBranchFormat-v2)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteBranchFormat-default)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteBranchFormat-v2)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteBranchFormat-default)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteBranchFormat-v2)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat5)
SKIP 0ms
format Branch format 5 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat4)
SKIP 0ms
format Bazaar-NG branch format 4 doesn't support tags
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteBranchFormat-default)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteBranchFormat-v2)
SKIP 0ms
format Remote: Branch format 7 doesn't support bound branches
per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat6)
SKIP 0ms
Format Branch format 6 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat7)
SKIP 0ms
Format Branch format 7 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat8)
SKIP 0ms
Format Branch format 8 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(RemoteBranchFormat-default)
SKIP 0ms
Format Remote: Branch format 7 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(RemoteBranchFormat-v2)
SKIP 0ms
Format Remote: Branch format 7 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat6)
SKIP 0ms
Format Branch format 6 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat7)
SKIP 0ms
Format Branch format 7 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat8)
SKIP 0ms
Format Branch format 8 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(RemoteBranchFormat-default)
SKIP 0ms
Format Remote: Branch format 7 declares that tags are supported
per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(RemoteBranchFormat-v2)
SKIP 0ms
Format Remote: Branch format 7 declares that tags are supported
per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat5)
SKIP 0ms
only triggered from branches with tags
per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat4)
SKIP 0ms
only triggered from branches with tags
per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_branch.test_update.TestUpdate.test_update_unbound_works(BranchReferenceFormat)
SKIP 0ms
Uninitializable branch format
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_and_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_and_repo_into_shared_repo_force_new_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_empty(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_empty_force_new_ignored(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_repository(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_repository_under_shared_force_new_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_tree_branch_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_tree_branch_reference(RemoteBzrDirFormat-default)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:34851/extra/source/.bzr/>
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_tree_branch_reference(RemoteBzrDirFormat-v2)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:36688/extra/source/.bzr/>
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_tree_branch_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_tree_branch_repo(RemoteBzrDirFormat-default)
SKIP 0ms
bzrdir on transport <bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:58723/extra/target/.bzr/> has no working tree
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_tree_branch_repo(RemoteBzrDirFormat-v2)
SKIP 0ms
bzrdir on transport <bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:60875/extra/target/.bzr/> has no working tree
per_bzrdir.test_bzrdir.TestBzrDir.test_clone_on_transport(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_default_stack_on(BzrDirFormat6)
SKIP 0ms
Only relevant for stackable formats.
per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_default_stack_on(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_default_stack_on(BzrDirFormat5)
SKIP 0ms
Only relevant for stackable formats.
per_bzrdir.test_bzrdir.TestBzrDir.test_get_branch_transport(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_get_branches(BzrDirFormat6)
SKIP 0ms
Format does not support colocation
per_bzrdir.test_bzrdir.TestBzrDir.test_get_branches(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_get_branches(BzrDirFormat5)
SKIP 0ms
Format does not support colocation
per_bzrdir.test_bzrdir.TestBzrDir.test_get_branches(RemoteBzrDirFormat-default)
SKIP 0ms
Format does not support colocation
per_bzrdir.test_bzrdir.TestBzrDir.test_get_branches(RemoteBzrDirFormat-v2)
SKIP 0ms
Format does not support colocation
per_bzrdir.test_bzrdir.TestBzrDir.test_get_repository_transport(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_get_workingtree_transport(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_no_leftover_dirs(RemoteBzrDirFormat)
SKIP 0ms
format does not support colocated branches
per_bzrdir.test_bzrdir.TestBzrDir.test_no_leftover_dirs(BzrDirFormat6)
SKIP 0ms
format does not support colocated branches
per_bzrdir.test_bzrdir.TestBzrDir.test_no_leftover_dirs(BzrDirFormat4)
SKIP 0ms
format does not support colocated branches
per_bzrdir.test_bzrdir.TestBzrDir.test_no_leftover_dirs(BzrDirFormat5)
SKIP 0ms
format does not support colocated branches
per_bzrdir.test_bzrdir.TestBzrDir.test_no_leftover_dirs(RemoteBzrDirFormat-default)
SKIP 0ms
format does not support colocated branches
per_bzrdir.test_bzrdir.TestBzrDir.test_no_leftover_dirs(RemoteBzrDirFormat-v2)
SKIP 0ms
format does not support colocated branches
per_bzrdir.test_bzrdir.TestBzrDir.test_retire_bzrdir(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_retire_bzrdir_limited(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_revert_inventory(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_revert_inventory(RemoteBzrDirFormat-default)
SKIP 0ms
bzrdir on transport <bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:53380/extra/target/.bzr/> has no working tree
per_bzrdir.test_bzrdir.TestBzrDir.test_revert_inventory(RemoteBzrDirFormat-v2)
SKIP 0ms
bzrdir on transport <bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:41686/extra/target/.bzr/> has no working tree
per_bzrdir.test_bzrdir.TestBzrDir.test_sprout_bzrdir_branch_and_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_sprout_bzrdir_repository(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_sprout_bzrdir_tree_branch_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_bzrdir.test_bzrdir.TestBzrDir.test_sprout_bzrdir_tree_branch_repo(RemoteBzrDirFormat-default)
SKIP 0ms
Cannot sprout to remote bzrdirs.
per_bzrdir.test_bzrdir.TestBzrDir.test_sprout_bzrdir_tree_branch_repo(RemoteBzrDirFormat-v2)
SKIP 0ms
Cannot sprout to remote bzrdirs.
per_controldir.test_controldir.ChrootedControlDirTests.test_find_repository_no_repository(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestBreakLock.test_break_lock_branch(BzrDirFormat6)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestBreakLock.test_break_lock_branch(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestBreakLock.test_break_lock_branch(BzrDirFormat5)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestBreakLock.test_break_lock_empty(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestBreakLock.test_break_lock_repository(RemoteBzrDirFormat)
SKIP 0ms
format does not physically lock
per_controldir.test_controldir.TestBreakLock.test_break_lock_repository(BzrDirMetaFormat1)
SKIP 0ms
format does not physically lock
per_controldir.test_controldir.TestBreakLock.test_break_lock_repository(BzrDirFormat6)
SKIP 0ms
format does not physically lock
per_controldir.test_controldir.TestBreakLock.test_break_lock_repository(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestBreakLock.test_break_lock_repository(BzrDirFormat5)
SKIP 0ms
format does not physically lock
per_controldir.test_controldir.TestBreakLock.test_break_lock_repository(BzrDirMetaFormat1Colo)
SKIP 0ms
format does not physically lock
per_controldir.test_controldir.TestBreakLock.test_break_lock_repository(RemoteBzrDirFormat-default)
SKIP 0ms
format does not physically lock
per_controldir.test_controldir.TestBreakLock.test_break_lock_repository(RemoteBzrDirFormat-v2)
SKIP 0ms
format does not physically lock
per_controldir.test_controldir.TestBreakLock.test_break_lock_tree(RemoteBzrDirFormat)
SKIP 0ms
format does not support breaking locks
per_controldir.test_controldir.TestBreakLock.test_break_lock_tree(BzrDirMetaFormat1)
SKIP 0ms
format does not support breaking locks
per_controldir.test_controldir.TestBreakLock.test_break_lock_tree(BzrDirFormat6)
SKIP 0ms
format does not support breaking locks
per_controldir.test_controldir.TestBreakLock.test_break_lock_tree(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestBreakLock.test_break_lock_tree(BzrDirFormat5)
SKIP 0ms
format does not support breaking locks
per_controldir.test_controldir.TestBreakLock.test_break_lock_tree(BzrDirMetaFormat1Colo)
SKIP 0ms
format does not support breaking locks
per_controldir.test_controldir.TestBreakLock.test_break_lock_tree(RemoteBzrDirFormat-default)
SKIP 0ms
format does not support breaking locks
per_controldir.test_controldir.TestBreakLock.test_break_lock_tree(RemoteBzrDirFormat-v2)
SKIP 0ms
format does not support breaking locks
per_controldir.test_controldir.TestControlDir.test_backup_copies_existing(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_can_and_needs_format_conversion(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_fixed_user_id(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(BzrDirFormat6)
SKIP 0ms
repository format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(BzrDirFormat5)
SKIP 0ms
repository format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_revision(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteBzrDirFormat)
SKIP 0ms
new control dir does not use repository
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(BzrDirFormat6)
SKIP 0ms
must support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(BzrDirFormat5)
SKIP 0ms
must support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteBzrDirFormat-default)
SKIP 0ms
new control dir does not use repository
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteBzrDirFormat-v2)
SKIP 0ms
new control dir does not use repository
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_branch_both_under_shared(BzrDirFormat6)
SKIP 0ms
repository format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_branch_both_under_shared(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_branch_both_under_shared(BzrDirFormat5)
SKIP 0ms
repository format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_branch_only_source_under_shared(BzrDirFormat6)
SKIP 0ms
repository format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_branch_only_source_under_shared(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_branch_only_source_under_shared(BzrDirFormat5)
SKIP 0ms
repository format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_revision(RemoteBzrDirFormat)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_revision(BzrDirMetaFormat1)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_revision(BzrDirFormat6)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_revision(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_revision(BzrDirFormat5)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_revision(BzrDirMetaFormat1Colo)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_revision(RemoteBzrDirFormat-default)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_revision(RemoteBzrDirFormat-v2)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(BzrDirFormat6)
SKIP 0ms
repository format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(BzrDirFormat5)
SKIP 0ms
repository format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_tree_revision(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_tree_revision(RemoteBzrDirFormat-default)
SKIP 0ms
bzrdir on transport <bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:49284/extra/target/.bzr/> has no working tree
per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_tree_revision(RemoteBzrDirFormat-v2)
SKIP 0ms
bzrdir on transport <bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:47985/extra/target/.bzr/> has no working tree
per_controldir.test_controldir.TestControlDir.test_clone_on_transport_preserves_repo_format(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_clone_respects_stacked(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_create_branch(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_create_branch_append_revisions_only(BzrDirFormat6)
SKIP 0ms
format does not support append_revisions_only setting
per_controldir.test_controldir.TestControlDir.test_create_branch_append_revisions_only(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_create_branch_append_revisions_only(BzrDirFormat5)
SKIP 0ms
format does not support append_revisions_only setting
per_controldir.test_controldir.TestControlDir.test_create_null_workingtree(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_create_null_workingtree(RemoteBzrDirFormat-default)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:52280/extra/dir1/.bzr/>
per_controldir.test_controldir.TestControlDir.test_create_null_workingtree(RemoteBzrDirFormat-v2)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:52328/extra/dir1/.bzr/>
per_controldir.test_controldir.TestControlDir.test_create_repository(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_create_repository_nonshared(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_create_repository_shared(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_create_repository_shared(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_create_repository_shared(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_create_workingtree(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_create_workingtree(RemoteBzrDirFormat-default)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:59695/extra/.bzr/>
per_controldir.test_controldir.TestControlDir.test_create_workingtree(RemoteBzrDirFormat-v2)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:54289/extra/.bzr/>
per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(RemoteBzrDirFormat-default)
SKIP 0ms
Can't make working tree on transport
<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:42937/extra/>
per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(RemoteBzrDirFormat-v2)
SKIP 0ms
Can't make working tree on transport
<bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:34984/extra/>
per_controldir.test_controldir.TestControlDir.test_destroy_branch(BzrDirFormat6)
SKIP 0ms
Format does not support destroying branch
per_controldir.test_controldir.TestControlDir.test_destroy_branch(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_destroy_branch(BzrDirFormat5)
SKIP 0ms
Format does not support destroying branch
per_controldir.test_controldir.TestControlDir.test_destroy_branch_no_branch(BzrDirFormat6)
SKIP 0ms
Format does not support destroying branch
per_controldir.test_controldir.TestControlDir.test_destroy_branch_no_branch(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_destroy_branch_no_branch(BzrDirFormat5)
SKIP 0ms
Format does not support destroying branch
per_controldir.test_controldir.TestControlDir.test_destroy_repository(BzrDirFormat6)
SKIP 0ms
Format does not support destroying repository
per_controldir.test_controldir.TestControlDir.test_destroy_repository(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_destroy_repository(BzrDirFormat5)
SKIP 0ms
Format does not support destroying repository
per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(BzrDirFormat6)
SKIP 0ms
Format does not support destroying tree
per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(BzrDirFormat5)
SKIP 0ms
Format does not support destroying tree
per_controldir.test_controldir.TestControlDir.test_find_repository_containing_shared_repository(BzrDirFormat6)
SKIP 0ms
requires format with shared repository support
per_controldir.test_controldir.TestControlDir.test_find_repository_containing_shared_repository(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_find_repository_containing_shared_repository(BzrDirFormat5)
SKIP 0ms
requires format with shared repository support
per_controldir.test_controldir.TestControlDir.test_find_repository_no_repo_under_standalone_branch(BzrDirFormat6)
SKIP 0ms
requires shared repository support
per_controldir.test_controldir.TestControlDir.test_find_repository_no_repo_under_standalone_branch(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_find_repository_no_repo_under_standalone_branch(BzrDirFormat5)
SKIP 0ms
requires shared repository support
per_controldir.test_controldir.TestControlDir.test_find_repository_shared_within_shared_repository(BzrDirFormat6)
SKIP 0ms
requires support for shared repositories
per_controldir.test_controldir.TestControlDir.test_find_repository_shared_within_shared_repository(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_find_repository_shared_within_shared_repository(BzrDirFormat5)
SKIP 0ms
requires support for shared repositories
per_controldir.test_controldir.TestControlDir.test_find_repository_standalone_with_containing_shared_repository(BzrDirFormat6)
SKIP 0ms
requires support for shared repositories
per_controldir.test_controldir.TestControlDir.test_find_repository_standalone_with_containing_shared_repository(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_find_repository_standalone_with_containing_shared_repository(BzrDirFormat5)
SKIP 0ms
requires support for shared repositories
per_controldir.test_controldir.TestControlDir.test_find_repository_with_nested_dirs_works(BzrDirFormat6)
SKIP 0ms
requires support for shared repositories
per_controldir.test_controldir.TestControlDir.test_find_repository_with_nested_dirs_works(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_find_repository_with_nested_dirs_works(BzrDirFormat5)
SKIP 0ms
requires support for shared repositories
per_controldir.test_controldir.TestControlDir.test_format_description(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_format_initialize_find_open(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex(BzrDirFormat4)
SKIP 0ms
control dir format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_create_prefix_False(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_create_prefix_True(BzrDirFormat4)
SKIP 0ms
control dir format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_force_new_repo_False(BzrDirFormat4)
SKIP 0ms
control dir format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_force_new_repo_True(BzrDirFormat4)
SKIP 0ms
control dir format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_None(BzrDirFormat4)
SKIP 0ms
control dir format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(BzrDirFormat4)
SKIP 0ms
control dir format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_use_existing_dir_False(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_use_existing_dir_True(BzrDirFormat4)
SKIP 0ms
control dir format is not initializable
per_controldir.test_controldir.TestControlDir.test_format_network_name(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_get_branch_reference_no_branch(BzrDirFormat6)
SKIP 0ms
format does not support branchless control directories
per_controldir.test_controldir.TestControlDir.test_get_branch_reference_no_branch(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_get_branch_reference_no_branch(BzrDirFormat5)
SKIP 0ms
format does not support branchless control directories
per_controldir.test_controldir.TestControlDir.test_get_branch_reference_on_non_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_get_branch_reference_on_reference(BzrDirFormat6)
SKIP 0ms
control directory does not support branch references
per_controldir.test_controldir.TestControlDir.test_get_branch_reference_on_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_get_branch_reference_on_reference(BzrDirFormat5)
SKIP 0ms
control directory does not support branch references
per_controldir.test_controldir.TestControlDir.test_get_branches(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_get_selected_branch(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_get_selected_branch_none_selected(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_list_branches(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_multiple_initialization(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_open_branch(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_open_repository(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_open_workingtree(BzrDirFormat4)
SKIP 0ms
format is not initializable
per_controldir.test_controldir.TestControlDir.test_open_workingtree(RemoteBzrDirFormat-default)
SKIP 0ms
Can't initialize RemoteBzrDirFormat(_network_name=None) on transport
<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:33065/extra/>
per_controldir.test_controldir.TestControlDir.test_open_workingtree(RemoteBzrDirFormat-v2)
SKIP 0ms
Can't initialize RemoteBzrDirFormat(_network_name=None) on transport
<bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:50184/extra/>
per_controldir.test_controldir.TestControlDir.test_open_workingtree_raises_no_working_tree(BzrDirFormat6)
SKIP 0ms
format does not support control directories without working tree
per_controldir.test_controldir.TestControlDir.test_open_workingtree_raises_no_working_tree(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_open_workingtree_raises_no_working_tree(BzrDirFormat5)
SKIP 0ms
format does not support control directories without working tree
per_controldir.test_controldir.TestControlDir.test_root_transport(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_set_branch_reference(BzrDirFormat6)
SKIP 0ms
control directory does not support branch references
per_controldir.test_controldir.TestControlDir.test_set_branch_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_set_branch_reference(BzrDirFormat5)
SKIP 0ms
control directory does not support branch references
per_controldir.test_controldir.TestControlDir.test_set_branch_reference_on_existing_branch(BzrDirFormat6)
SKIP 0ms
control directory does not support branch references
per_controldir.test_controldir.TestControlDir.test_set_branch_reference_on_existing_branch(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_set_branch_reference_on_existing_branch(BzrDirFormat5)
SKIP 0ms
control directory does not support branch references
per_controldir.test_controldir.TestControlDir.test_set_branch_reference_on_existing_reference(BzrDirFormat6)
SKIP 0ms
control directory does not support branch references
per_controldir.test_controldir.TestControlDir.test_set_branch_reference_on_existing_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_set_branch_reference_on_existing_reference(BzrDirFormat5)
SKIP 0ms
control directory does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(BzrDirFormat6)
SKIP 0ms
control dir format requires working tree
per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(BzrDirFormat5)
SKIP 0ms
control dir format requires working tree
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(BzrDirFormat6)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(BzrDirFormat5)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(BzrDirFormat6)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(BzrDirFormat5)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(BzrDirFormat6)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(BzrDirFormat5)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_absent_tag(BzrDirFormat6)
SKIP 0ms
Branch format does not support tags or tags referencing ghost revisions.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_absent_tag(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_absent_tag(BzrDirFormat5)
SKIP 0ms
Branch format does not support tags or tags referencing ghost revisions.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_tags(BzrDirFormat6)
SKIP 0ms
Branch format does not support tags.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_tags(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_tags(BzrDirFormat5)
SKIP 0ms
Branch format does not support tags.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty_under_shared_repo(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty_under_shared_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty_under_shared_repo(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty_under_shared_repo_force_new(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty_under_shared_repo_force_new(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty_under_shared_repo_force_new(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_passing_rev_not_source_branch_copies_tags(BzrDirFormat6)
SKIP 0ms
Branch format does not support tags
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_passing_rev_not_source_branch_copies_tags(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_passing_rev_not_source_branch_copies_tags(BzrDirFormat5)
SKIP 0ms
Branch format does not support tags
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_passing_source_branch_with_absent_tag(BzrDirFormat6)
SKIP 0ms
Branch format does not support tags or tags referencing missing revisions.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_passing_source_branch_with_absent_tag(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_passing_source_branch_with_absent_tag(BzrDirFormat5)
SKIP 0ms
Branch format does not support tags or tags referencing missing revisions.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_branch_both_under_shared(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_branch_both_under_shared(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_branch_both_under_shared(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_branch_only_source_under_shared(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_branch_only_source_under_shared(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_branch_only_source_under_shared(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(RemoteBzrDirFormat)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(BzrDirMetaFormat1)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(BzrDirFormat6)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(BzrDirFormat5)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(BzrDirMetaFormat1Colo)
SKIP 0ms
revision limiting not strict yet
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(RemoteBzrDirFormat-default)
SKIP 0ms
Cannot sprout to remote bzrdirs.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(RemoteBzrDirFormat-v2)
SKIP 0ms
Cannot sprout to remote bzrdirs.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference(BzrDirFormat6)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference(BzrDirFormat5)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference(RemoteBzrDirFormat-default)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:45211/extra/source/.bzr/>
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference(RemoteBzrDirFormat-v2)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:42977/extra/source/.bzr/>
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference_revision(BzrDirFormat6)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference_revision(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference_revision(BzrDirFormat5)
SKIP 0ms
format does not support branch references
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference_revision(RemoteBzrDirFormat-default)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:43263/extra/source/.bzr/>
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_branch_reference_revision(RemoteBzrDirFormat-v2)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:35618/extra/source/.bzr/>
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(RemoteBzrDirFormat-default)
SKIP 0ms
Cannot sprout to remote bzrdirs.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(RemoteBzrDirFormat-v2)
SKIP 0ms
Cannot sprout to remote bzrdirs.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(BzrDirFormat6)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(BzrDirFormat5)
SKIP 0ms
format does not support shared repositories
per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(RemoteBzrDirFormat-default)
SKIP 0ms
Cannot sprout to remote bzrdirs.
per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(RemoteBzrDirFormat-v2)
SKIP 0ms
Cannot sprout to remote bzrdirs.
per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(BzrDirFormat6)
SKIP 0ms
Only relevant for stackable formats.
per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(BzrDirFormat5)
SKIP 0ms
Only relevant for stackable formats.
per_controldir.test_controldir.TestControlDir.test_uninitializable(RemoteBzrDirFormat)
SKIP 0ms
format is initializable
per_controldir.test_controldir.TestControlDir.test_uninitializable(BzrDirMetaFormat1)
SKIP 0ms
format is initializable
per_controldir.test_controldir.TestControlDir.test_uninitializable(BzrDirFormat6)
SKIP 0ms
format is initializable
per_controldir.test_controldir.TestControlDir.test_uninitializable(BzrDirFormat5)
SKIP 0ms
format is initializable
per_controldir.test_controldir.TestControlDir.test_uninitializable(BzrDirMetaFormat1Colo)
SKIP 0ms
format is initializable
per_controldir.test_controldir.TestControlDir.test_uninitializable(RemoteBzrDirFormat-default)
SKIP 0ms
format is initializable
per_controldir.test_controldir.TestControlDir.test_uninitializable(RemoteBzrDirFormat-v2)
SKIP 0ms
format is initializable
per_controldir.test_controldir.TestControlDir.test_upgrade_new_instance(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestControlDir.test_upgrade_new_instance(RemoteBzrDirFormat-default)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:36208/extra/.bzr/>
per_controldir.test_controldir.TestControlDir.test_upgrade_new_instance(RemoteBzrDirFormat-v2)
SKIP 0ms
cannot make working tree with transport
<bzrlib.transport.remote.RemoteTCPTransportV2Only
url=bzr-v2://127.0.0.1:41368/extra/.bzr/>
per_controldir.test_controldir.TestControlDirControlComponent.test_urls(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestTransportConfig.test_get_config(BzrDirFormat6)
SKIP 0ms
This BzrDir format does not support configs.
per_controldir.test_controldir.TestTransportConfig.test_get_config(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_controldir.TestTransportConfig.test_get_config(BzrDirFormat5)
SKIP 0ms
This BzrDir format does not support configs.
per_controldir.test_push.TestPush.test_push_incremental(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_push.TestPush.test_push_new_branch(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir.test_push.TestPush.test_push_new_empty(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir_colo.test_unsupported.TestNoColocatedSupport.test_create_colo_branch(BzrDirFormat4)
SKIP 0ms
Control dir format not supported
per_controldir_colo.test_unsupported.TestNoColocatedSupport.test_destroy_colocated_branch(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_controldir_colo.test_unsupported.TestNoColocatedSupport.test_get_branch_reference(BzrDirFormat4)
SKIP 0ms
Control dir format not supported
per_controldir_colo.test_unsupported.TestNoColocatedSupport.test_get_branches(BzrDirFormat4)
SKIP 0ms
Control dir format not supported
per_controldir_colo.test_unsupported.TestNoColocatedSupport.test_open_branch(BzrDirFormat4)
SKIP 0ms
Control dir format not supported
per_controldir_colo.test_unsupported.TestNoColocatedSupport.test_set_branch_reference(BzrDirFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer,RepositoryFormatKnitPack6RichRoot,RepositoryFormat2a)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need subtree support.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
Need stacking support in the source.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
SKIP 0ms
Need stacking support in the target.
per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
SKIP 0ms
Need ghost support.
per_intertree.test_compare.TestCompare.test_unversioned_paths_in_tree(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_deleted_and_unknown(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_file_becomes_unversionable_bug_438569(InterTree(CHKInventory))
SKIP 0ms
Cannot represent a FIFO in this case
bzrlib.tests.per_intertree.test_compare.TestIterChanges.test_file_becomes_unversionable_bug_438569(InterTree(CHKInventory))
per_intertree.test_compare.TestIterChanges.test_missing_and_renamed(InterTree(CHKInventory))
SKIP 0ms
cannot represent missing files
per_intertree.test_compare.TestIterChanges.test_missing_in_target(InterTree(CHKInventory))
SKIP 0ms
cannot represent missing files
per_intertree.test_compare.TestIterChanges.test_only_in_source_and_missing(InterTree(CHKInventory))
SKIP 0ms
cannot represent missing files
per_intertree.test_compare.TestIterChanges.test_only_in_source_and_missing(InterDirStateTree(C))
SKIP 0ms
cannot represent missing files
per_intertree.test_compare.TestIterChanges.test_only_in_source_and_missing(InterDirStateTree(PY))
SKIP 0ms
cannot represent missing files
per_intertree.test_compare.TestIterChanges.test_only_in_target_and_missing(InterTree(CHKInventory))
SKIP 0ms
cannot represent missing files
per_intertree.test_compare.TestIterChanges.test_only_in_target_missing_subtree_specific_bug_367632(InterTree(CHKInventory))
SKIP 0ms
cannot represent missing files
per_intertree.test_compare.TestIterChanges.test_renamed_and_unknown(InterTree(CHKInventory))
SKIP 0ms
cannot represent missing files
per_intertree.test_compare.TestIterChanges.test_similar_filenames(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_unknown_empty_dir(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_unknown_unicode(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_target_matching_source_old_names(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree_specific_files(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_unversioned_subtree_only_emits_root(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_intertree.test_compare.TestIterChanges.test_versioned_symlinks(InterTree(CHKInventory))
SKIP 0ms
cannot represent unversioned files
per_merger.TestMergeImplementation.test_merge_move_and_change(lca)XFAIL
0ms
Text attachment: reason
- ------------
lca merge doesn't conflict for move and change
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: texts not equal:
line 1
- - <<<<<<< TREE
+ line 2 to 2.1
line 3
line 2
- - =======
- - line 2 to 2.1
- - line 3
- - >>>>>>> MERGE-SOURCE
line 4
- ------------
per_merger.TestMergeImplementation.test_modify_conflicts_with_delete(lca)XFAIL
0ms
Text attachment: reason
- ------------
lca merge doesn't track deleted lines
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: texts not equal:
a
- - <<<<<<< TREE
b2
- - =======
- - >>>>>>> MERGE-SOURCE
c
d
X
e
- ------------
per_transport.TransportTests.test__reuse_for(ChrootTransport,TestingChrootServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test__reuse_for(LocalTransport,LocalURLServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(MemoryTransport,MemoryServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(TransportTraceDecorator,TraceServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test__reuse_for(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_abspath(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_abspath_at_root(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_abspath_url_unquote_unreserved(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_append_bytes(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_append_bytes_mode(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_append_file(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_append_file_mode(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_append_multi(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_base_url(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_clone(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_clone_from_root(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_clone_preserve_info(ChrootTransport,TestingChrootServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_clone_preserve_info(LocalTransport,LocalURLServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(MemoryTransport,MemoryServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(TransportTraceDecorator,TraceServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_preserve_info(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_clone_to_root(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_clone_url_unquote_unreserved(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_connect_twice_is_same_content(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_connection_error(ChrootTransport,TestingChrootServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.TestingChrootServer'> has
no bogus URL support.
per_transport.TransportTests.test_connection_error(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.FakeNFSServer'> has no
bogus URL support.
per_transport.TransportTests.test_connection_error(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.FakeVFATServer'> has no
bogus URL support.
per_transport.TransportTests.test_connection_error(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_connection_error(GioTransport,GioLocalURLServer)
SKIP 0ms
Transport <class 'bzrlib.transport.gio_transport.GioLocalURLServer'>
has no bogus URL support.
per_transport.TransportTests.test_connection_error(LocalTransport,LocalURLServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.LocalURLServer'> has no
bogus URL support.
per_transport.TransportTests.test_connection_error(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.LogDecoratorServer'> has no
bogus URL support.
per_transport.TransportTests.test_connection_error(MemoryTransport,MemoryServer)
SKIP 0ms
Transport <class 'bzrlib.transport.memory.MemoryServer'> has no bogus
URL support.
per_transport.TransportTests.test_connection_error(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.NoSmartTransportServer'>
has no bogus URL support.
per_transport.TransportTests.test_connection_error(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
Transport <class
'bzrlib.tests.test_server.TestingPathFilteringServer'> has no bogus
URL support.
per_transport.TransportTests.test_connection_error(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.ReadonlyServer'> has no
bogus URL support.
per_transport.TransportTests.test_connection_error(TransportTraceDecorator,TraceServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.TraceServer'> has no bogus
URL support.
per_transport.TransportTests.test_connection_error(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.UnlistableServer'> has no
bogus URL support.
per_transport.TransportTests.test_connection_sharing(ChrootTransport,TestingChrootServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_connection_sharing(LocalTransport,LocalURLServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(MemoryTransport,MemoryServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(TransportTraceDecorator,TraceServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_connection_sharing(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_copy(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_copy_to(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_copy_tree(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_copy_tree_to_transport(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_create_prefix(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_delete(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_delete_tree(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_ensure_base_exists(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_ensure_base_missing(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_ensure_base_missing_parent(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_external_url(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_get(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_get_bytes(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_get_bytes_unknown_file(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_get_bytes_with_open_write_stream_sees_all_content(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_get_directory_read_gives_ReadError(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_get_smart_medium(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_get_unknown_file(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_get_with_open_write_stream_sees_all_content(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_hardlink(ChrootTransport,TestingChrootServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.TestingChrootServer'> does
not support hardlinks.
per_transport.TransportTests.test_hardlink(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.FakeNFSServer'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.FakeVFATServer'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_hardlink(GioTransport,GioLocalURLServer)
SKIP 0ms
Transport <class 'bzrlib.transport.gio_transport.GioLocalURLServer'>
does not support hardlinks.
per_transport.TransportTests.test_hardlink(HttpTransport_urllib,HttpServer_urllib)
SKIP 0ms
Transport <class 'bzrlib.tests.http_server.HttpServer_urllib'> does
not support hardlinks.
per_transport.TransportTests.test_hardlink(HTTPS_urllib_transport,HTTPSServer_urllib)
SKIP 0ms
Transport <class 'bzrlib.tests.https_server.HTTPSServer_urllib'> does
not support hardlinks.
per_transport.TransportTests.test_hardlink(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.LogDecoratorServer'> does
not support hardlinks.
per_transport.TransportTests.test_hardlink(MemoryTransport,MemoryServer)
SKIP 0ms
Transport <class 'bzrlib.transport.memory.MemoryServer'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.NoSmartTransportServer'>
does not support hardlinks.
per_transport.TransportTests.test_hardlink(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
Transport <class
'bzrlib.tests.test_server.TestingPathFilteringServer'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.ReadonlyServer'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(RemoteTCPTransport,SmartTCPServer_for_testing)
SKIP 0ms
Transport <class
'bzrlib.tests.test_server.SmartTCPServer_for_testing'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(SFTPTransport,SFTPAbsoluteServer)
SKIP 0ms
Transport <class 'bzrlib.tests.stub_sftp.SFTPAbsoluteServer'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(SFTPTransport,SFTPHomeDirServer)
SKIP 0ms
Transport <class 'bzrlib.tests.stub_sftp.SFTPHomeDirServer'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(SFTPTransport,SFTPSiblingAbsoluteServer)
SKIP 0ms
Transport <class 'bzrlib.tests.stub_sftp.SFTPSiblingAbsoluteServer'>
does not support hardlinks.
per_transport.TransportTests.test_hardlink(TransportTraceDecorator,TraceServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.TraceServer'> does not
support hardlinks.
per_transport.TransportTests.test_hardlink(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.UnlistableServer'> does not
support hardlinks.
per_transport.TransportTests.test_has(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_has_root_works(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_has_root_works(RemoteTCPTransport,SmartTCPServer_for_testing)
SKIP 0ms
SmartTCPServer_for_testing intentionally does not allow access to /.
per_transport.TransportTests.test_hook_post_connection_multi(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_hook_post_connection_one(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_iter_files_recursive(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_list_dir(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_list_dir_result_is_url_escaped(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_list_dir_result_is_url_escaped(HttpTransport_urllib,HttpServer_urllib)
SKIP 0ms
transport not listable
per_transport.TransportTests.test_list_dir_result_is_url_escaped(HTTPS_urllib_transport,HTTPSServer_urllib)
SKIP 0ms
transport not listable
per_transport.TransportTests.test_list_dir_result_is_url_escaped(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
transport not listable
per_transport.TransportTests.test_local_abspath(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_lock_read(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_lock_write(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_mkdir(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_mkdir_permissions(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_move(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_no_segment_parameters(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_opening_a_file_stream_creates_file(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_bytes(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_bytes_non_atomic(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_bytes_non_atomic_permissions(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_bytes_permissions(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_bytes_unicode(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_file(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_file_non_atomic(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_file_non_atomic_permissions(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_file_permissions(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_put_file_unicode(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_readv(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_readv_out_of_order(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_readv_short_read(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_readv_with_adjust_for_latency(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_readv_with_adjust_for_latency_with_big_file(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_recommended_page_size(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_relpath(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_relpath_at_root(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_rename_across_subdirs(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_rename_across_subdirs(HttpTransport_urllib,HttpServer_urllib)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_rename_across_subdirs(HTTPS_urllib_transport,HTTPSServer_urllib)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_rename_across_subdirs(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_rename_dir_nonempty(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_rename_dir_nonempty(HttpTransport_urllib,HttpServer_urllib)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_rename_dir_nonempty(HTTPS_urllib_transport,HTTPSServer_urllib)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_rename_dir_nonempty(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_rename_dir_succeeds(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_rename_dir_succeeds(HttpTransport_urllib,HttpServer_urllib)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_rename_dir_succeeds(HTTPS_urllib_transport,HTTPSServer_urllib)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_rename_dir_succeeds(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
transport is readonly
per_transport.TransportTests.test_reuse_connection_for_various_paths(ChrootTransport,TestingChrootServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_reuse_connection_for_various_paths(LocalTransport,LocalURLServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(MemoryTransport,MemoryServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(TransportTraceDecorator,TraceServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_reuse_connection_for_various_paths(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
not a connected transport
per_transport.TransportTests.test_rmdir(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_rmdir_not_empty(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_segment_parameters(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_set_segment_parameters(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_stat(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_stat_symlink(ChrootTransport,TestingChrootServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_stat_symlink(GioTransport,GioLocalURLServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(HttpTransport_urllib,HttpServer_urllib)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(HTTPS_urllib_transport,HTTPSServer_urllib)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(MemoryTransport,MemoryServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(RemoteTCPTransport,SmartTCPServer_for_testing)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(SFTPTransport,SFTPAbsoluteServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(SFTPTransport,SFTPHomeDirServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(SFTPTransport,SFTPSiblingAbsoluteServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(TransportTraceDecorator,TraceServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_stat_symlink(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
symlinks not supported
per_transport.TransportTests.test_symlink(ChrootTransport,TestingChrootServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.TestingChrootServer'> does
not support symlinks.
per_transport.TransportTests.test_symlink(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.FakeNFSServer'> does not
support symlinks.
per_transport.TransportTests.test_symlink(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.FakeVFATServer'> does not
support symlinks.
per_transport.TransportTests.test_symlink(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_symlink(GioTransport,GioLocalURLServer)
SKIP 0ms
Transport <class 'bzrlib.transport.gio_transport.GioLocalURLServer'>
does not support symlinks.
per_transport.TransportTests.test_symlink(HttpTransport_urllib,HttpServer_urllib)
SKIP 0ms
Transport <class 'bzrlib.tests.http_server.HttpServer_urllib'> does
not support symlinks.
per_transport.TransportTests.test_symlink(HTTPS_urllib_transport,HTTPSServer_urllib)
SKIP 0ms
Transport <class 'bzrlib.tests.https_server.HTTPSServer_urllib'> does
not support symlinks.
per_transport.TransportTests.test_symlink(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.LogDecoratorServer'> does
not support symlinks.
per_transport.TransportTests.test_symlink(MemoryTransport,MemoryServer) SKIP
0ms
Transport <class 'bzrlib.transport.memory.MemoryServer'> does not
support symlinks.
per_transport.TransportTests.test_symlink(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.NoSmartTransportServer'>
does not support symlinks.
per_transport.TransportTests.test_symlink(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
Transport <class
'bzrlib.tests.test_server.TestingPathFilteringServer'> does not
support symlinks.
per_transport.TransportTests.test_symlink(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.ReadonlyServer'> does not
support symlinks.
per_transport.TransportTests.test_symlink(RemoteTCPTransport,SmartTCPServer_for_testing)
SKIP 0ms
Transport <class
'bzrlib.tests.test_server.SmartTCPServer_for_testing'> does not
support symlinks.
per_transport.TransportTests.test_symlink(SFTPTransport,SFTPAbsoluteServer)
SKIP 0ms
Transport <class 'bzrlib.tests.stub_sftp.SFTPAbsoluteServer'> does not
support symlinks.
per_transport.TransportTests.test_symlink(SFTPTransport,SFTPHomeDirServer)
SKIP 0ms
Transport <class 'bzrlib.tests.stub_sftp.SFTPHomeDirServer'> does not
support symlinks.
per_transport.TransportTests.test_symlink(SFTPTransport,SFTPSiblingAbsoluteServer)
SKIP 0ms
Transport <class 'bzrlib.tests.stub_sftp.SFTPSiblingAbsoluteServer'>
does not support symlinks.
per_transport.TransportTests.test_symlink(TransportTraceDecorator,TraceServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.TraceServer'> does not
support symlinks.
per_transport.TransportTests.test_symlink(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
Transport <class 'bzrlib.tests.test_server.UnlistableServer'> does not
support symlinks.
per_transport.TransportTests.test_unicode_paths(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_win32_abspath(ChrootTransport,TestingChrootServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
per_transport.TransportTests.test_win32_abspath(GioTransport,GioLocalURLServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(HttpTransport_urllib,HttpServer_urllib)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(HTTPS_urllib_transport,HTTPSServer_urllib)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(LocalTransport,LocalURLServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(MemoryTransport,MemoryServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(RemoteTCPTransport,SmartTCPServer_for_testing)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(SFTPTransport,SFTPAbsoluteServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(SFTPTransport,SFTPHomeDirServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(SFTPTransport,SFTPSiblingAbsoluteServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(TransportTraceDecorator,TraceServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_transport.TransportTests.test_win32_abspath(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
Testing drive letters in abspath implemented only for win32
per_tree.test_inv.TestInventoryWithSymlinks.test_symlink_target(WorkingTreeFormat4)
SKIP 0ms
symlinks not accurately represented in working trees and preview trees
per_tree.test_inv.TestInventoryWithSymlinks.test_symlink_target(WorkingTreeFormat5)
SKIP 0ms
symlinks not accurately represented in working trees and preview trees
per_tree.test_inv.TestInventoryWithSymlinks.test_symlink_target(WorkingTreeFormat6)
SKIP 0ms
symlinks not accurately represented in working trees and preview trees
per_tree.test_inv.TestInventoryWithSymlinks.test_symlink_target(WorkingTreeFormat3)
SKIP 0ms
symlinks not accurately represented in working trees and preview trees
per_tree.test_inv.TestInventoryWithSymlinks.test_symlink_target(WorkingTreeFormat2)
SKIP 0ms
symlinks not accurately represented in working trees and preview trees
per_tree.test_inv.TestInventoryWithSymlinks.test_symlink_target(PreviewTree)
SKIP 0ms
symlinks not accurately represented in working trees and preview trees
per_tree.test_inv.TestInventoryWithSymlinks.test_symlink_target(PreviewTreePost)
SKIP 0ms
symlinks not accurately represented in working trees and preview trees
per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(PreviewTree)XFAIL
0ms
Text attachment: reason
- ------------
PreviewTree returns "missing" for unversionedfiles
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: not equal:
a = 'file'
b = 'missing'
- ------------
per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(PreviewTreePost)XFAIL
0ms
Text attachment: reason
- ------------
PreviewTree returns "missing" for unversionedfiles
- ------------
Text attachment: traceback-1
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: not equal:
a = 'file'
b = 'missing'
- ------------
per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported.
per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported.
per_tree.test_test_trees.TestTreeShapes.test_tree_with_merged_utf8(WorkingTreeFormat2)
SKIP 0ms
non-ascii revision ids not supported
per_tree.test_test_trees.TestTreeShapes.test_tree_with_utf8(WorkingTreeFormat2)
SKIP 0ms
non-ascii revision ids not supported
per_tree.test_tree.TestReference.test_get_reference_revision(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported
per_tree.test_tree.TestReference.test_get_reference_revision(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported
per_tree.test_tree.TestReference.test_get_reference_revision(PreviewTree)
SKIP 0ms
Tree references not supported
per_tree.test_tree.TestReference.test_get_reference_revision(PreviewTreePost)
SKIP 0ms
Tree references not supported
per_tree.test_tree.TestReference.test_iter_references(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported
per_tree.test_tree.TestReference.test_iter_references(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported
per_tree.test_tree.TestReference.test_iter_references(PreviewTree)
SKIP 0ms
Tree references not supported
per_tree.test_tree.TestReference.test_iter_references(PreviewTreePost)
SKIP 0ms
Tree references not supported
per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(RevisionTree)
SKIP 0ms
Tree type cannot represent dangling ids.
per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(DirStateRevisionTree,WT4)
SKIP 0ms
Tree type cannot represent dangling ids.
per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(DirStateRevisionTree,WT5)
SKIP 0ms
Tree type cannot represent dangling ids.
per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(PreviewTreePost)
SKIP 0ms
Tree type cannot represent dangling ids.
per_pack_repository.TestPackRepository.test_missing_inventories_compression_parent_prevents_commit(2a)
SKIP 0ms
No missing compression parents
per_pack_repository.TestPackRepository.test_missing_revisions_compression_parent_prevents_commit(2a)
SKIP 0ms
No missing compression parents
per_pack_repository.TestPackRepository.test_missing_signatures_compression_parent_prevents_commit(2a)
SKIP 0ms
No missing compression parents
per_pack_repository.TestPackRepository.test_missing_text_compression_parent_prevents_commit(2a)
SKIP 0ms
No missing compression parents
per_pack_repository.TestPackRepository.test_resume_chk_bytes(pack-0.92) SKIP
0ms
no chk_bytes for this repository
per_pack_repository.TestPackRepository.test_resume_chk_bytes(pack-0.92-subtree)
SKIP 0ms
no chk_bytes for this repository
per_pack_repository.TestPackRepository.test_resume_chk_bytes(1.6) SKIP
0ms
no chk_bytes for this repository
per_pack_repository.TestPackRepository.test_resume_chk_bytes(1.6.1-rich-root)
SKIP 0ms
no chk_bytes for this repository
per_pack_repository.TestPackRepository.test_resume_chk_bytes(1.9) SKIP
0ms
no chk_bytes for this repository
per_pack_repository.TestPackRepository.test_resume_chk_bytes(1.9-rich-root)
SKIP 0ms
no chk_bytes for this repository
per_pack_repository.TestPackRepositoryStacking.test_adding_pack_does_not_record_pack_names_from_other_repositories(pack-0.92)
SKIP 0ms
'pack-0.92' doesn't support stacking
per_pack_repository.TestPackRepositoryStacking.test_adding_pack_does_not_record_pack_names_from_other_repositories(pack-0.92-subtree)
SKIP 0ms
'pack-0.92-subtree' doesn't support stacking
per_pack_repository.TestPackRepositoryStacking.test_autopack_only_considers_main_repo_packs(pack-0.92)
SKIP 0ms
'pack-0.92' doesn't support stacking
per_pack_repository.TestPackRepositoryStacking.test_autopack_only_considers_main_repo_packs(pack-0.92-subtree)
SKIP 0ms
'pack-0.92-subtree' doesn't support stacking
per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(pack-0.92)
SKIP 0ms
'pack-0.92' doesn't support stacking
per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(pack-0.92-subtree)
SKIP 0ms
'pack-0.92-subtree' doesn't support stacking
per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(pack-0.92)
SKIP 0ms
'pack-0.92' doesn't support stacking
per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(pack-0.92-subtree)
SKIP 0ms
'pack-0.92-subtree' doesn't support stacking
per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(1.6)
SKIP 0ms
No formats use non-v5 serializer without having rich-root also set
per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(1.9)
SKIP 0ms
No formats use non-v5 serializer without having rich-root also set
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnit3)
SKIP 0ms
No reason given
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnit4)
SKIP 0ms
No reason given
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnitPack1)
SKIP 0ms
No reason given
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnitPack4)
SKIP 0ms
No reason given
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnitPack3)
SKIP 0ms
No reason given
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnit1)
SKIP 0ms
No reason given
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat7)
SKIP 0ms
No reason given
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat5)
SKIP 0ms
No reason given
per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat6)
SKIP 0ms
No reason given
per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_check.TestCleanRepository.test_new_repo(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_entry_contents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_lossy(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_record_entry_contents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_unchanged_root_record_entry_contents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_unchanged_root_record_iter_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_entry_contents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_iter_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_or_record_iter_changes_errors(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_with_record_root(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_get_basis_delta(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_get_basis_delta_without_notification(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_dir_file(RepositoryFormat4)
SKIP 40ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_dir_file_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_dir_link(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_dir_link_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_file_dir(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_file_dir_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_file_link(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_file_link_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_link_dir(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_link_dir_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_link_file(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_link_file_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_link_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_file_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_file_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_link_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_link_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_root_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_content_file_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_content_file_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_content_link_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_dir_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_dir_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_file_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_file_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_link_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_link_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_dir_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_dir_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_file_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_file_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_link_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_link_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_dir_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_dir_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_file_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_file_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_link_unchanged(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_link_unchanged_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_dir_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_dir_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_file_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_file_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_link_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_link_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_dir_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_dir_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_file_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_file_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_link_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_link_changes_ric(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_non_ascii_str_committer_rejected(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_record_delete(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_without_notification(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_entry_contents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnit3)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnit4)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack1)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack4)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack3)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnit1)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat7)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat5)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat6)
SKIP 0ms
not a stackable format.
per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_copies_signatures(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_self(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RepositoryFormat5)XFAIL
0ms
Text attachment: reason
- ------------
some repositories fail to fetch via the smart server because of
locking issues.
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/tests/per_repository/test_fetch.py",
line 348, in test_fetch_into_smart_with_ghost
target.fetch(source_b.repository, revision_id='B-id')
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/remote.py", line 2157,
in fetch
find_ghosts=find_ghosts, fetch_spec=fetch_spec)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/decorators.py", line
218, in write_locked
result = unbound(self, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/vf_repository.py",
line 2585, in fetch
find_ghosts=find_ghosts)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/fetch.py", line 77, in
__init__
self.__fetch()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/fetch.py", line 104,
in __fetch
self._fetch_everything_for_search(search_result)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/fetch.py", line 148,
in _fetch_everything_for_search
self.sink.finished()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/vf_repository.py",
line 2219, in finished
self.target_repo.reconcile()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/decorators.py", line
218, in write_locked
result = unbound(self, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/remote.py", line 2418,
in reconcile
self._ensure_real()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/remote.py", line 1344,
in _ensure_real
self.bzrdir._real_bzrdir.open_repository())
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/remote.py", line 1655,
in _set_real_repository
self._real_repository.lock_write(self._lock_token)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/repository.py", line
452, in lock_write
token = self.control_files.lock_write(token=token)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/lockable_files.py",
line 164, in lock_write
token_from_lock = self._lock.lock_write(token=token)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/lockable_files.py",
line 280, in lock_write
raise errors.TokenLockingNotSupported(self)
TokenLockingNotSupported: The object
<bzrlib.lockable_files.TransportLock object at 0x32cc150> does not
support token specifying a token when locking.
- ------------
per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RepositoryFormat6)XFAIL
0ms
Text attachment: reason
- ------------
some repositories fail to fetch via the smart server because of
locking issues.
- ------------
Text attachment: traceback-1
- ------------
Traceback (most recent call last):
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/tests/per_repository/test_fetch.py",
line 348, in test_fetch_into_smart_with_ghost
target.fetch(source_b.repository, revision_id='B-id')
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/remote.py", line 2157,
in fetch
find_ghosts=find_ghosts, fetch_spec=fetch_spec)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/decorators.py", line
218, in write_locked
result = unbound(self, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/vf_repository.py",
line 2585, in fetch
find_ghosts=find_ghosts)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/fetch.py", line 77, in
__init__
self.__fetch()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/fetch.py", line 104,
in __fetch
self._fetch_everything_for_search(search_result)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/fetch.py", line 148,
in _fetch_everything_for_search
self.sink.finished()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/vf_repository.py",
line 2219, in finished
self.target_repo.reconcile()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/decorators.py", line
218, in write_locked
result = unbound(self, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/remote.py", line 2418,
in reconcile
self._ensure_real()
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/remote.py", line 1344,
in _ensure_real
self.bzrdir._real_bzrdir.open_repository())
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/remote.py", line 1655,
in _set_real_repository
self._real_repository.lock_write(self._lock_token)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/repository.py", line
452, in lock_write
token = self.control_files.lock_write(token=token)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/lockable_files.py",
line 164, in lock_write
token_from_lock = self._lock.lock_write(token=token)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/lockable_files.py",
line 280, in lock_write
raise errors.TokenLockingNotSupported(self)
TokenLockingNotSupported: The object
<bzrlib.lockable_files.TransportLock object at 0x2c54e10> does not
support token specifying a token when locking.
- ------------
per_repository.test_fetch.TestFetchSameRepository.test_fetch_missing_from_self(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_revision_already_exists(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_knit3(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormat7)
SKIP 0ms
repository format does not support ghosts
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormat4)
SKIP 0ms
repository format does not support ghosts
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormat5)
SKIP 0ms
repository format does not support ghosts
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormat6)
SKIP 0ms
repository format does not support ghosts
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RemoteRepositoryFormat-default)
SKIP 0ms
repository format does not support ghosts
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RemoteRepositoryFormat-v2)
SKIP 0ms
repository format does not support ghosts
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_file_graph.TestPerFileGraph.test_file_graph(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_get_parent_map.TestGetParentMap.test_multiple_parents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat5)
SKIP 0ms
AllInOneRepository('file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal%28RepositoryFormat5%29/work/repo/.bzr/')
has repository files directly in the bzrdir
per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat6)
SKIP 0ms
AllInOneRepository('file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal%28RepositoryFormat6%29/work/repo/.bzr/')
has repository files directly in the bzrdir
per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RemoteRepositoryFormat-default)
SKIP 0ms
remote repositories don't support overriding transport
per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RemoteRepositoryFormat-v2)
SKIP 0ms
remote repositories don't support overriding transport
per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_has_revisions.TestHasRevisions.test_superset(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_reconcile.TestRepeatedReconcile.test_trivial_two_reconciles_no_error(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestDeltaRevisionFiltered.test_directory(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_directory(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnit3)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnit4)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-1
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnitPack5)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-2
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnitPack5RichRootBroken)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-3
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnitPack5RichRoot)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-4
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnitPack6)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-5
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnitPack6RichRoot)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-6
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatPackDevelopment2Subtree)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-7
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat2aSubtree)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-8
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnitPack1)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-9
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnitPack4)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-10
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnitPack3)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-11
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat2a)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-12
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormatKnit1)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-13
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat7)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-14
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat5)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-15
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat6)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-16
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RemoteRepositoryFormat-default)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-17
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RemoteRepositoryFormat-v2)XFAIL
0ms
Text attachment: reason
- ------------
bzr incorrectly reports 'bar' as added - bug 878217
- ------------
Text attachment: traceback-18
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
per_repository.test_repository.TestDeltaRevisionFiltered.test_multiple_files(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestDeltaRevisionFiltered.test_unrelated(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_add_signature_text(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_check_repository(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnit3)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnit4)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack5)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack6)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat2aSubtree)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack1)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack4)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack3)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat2a)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnit1)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat7)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat4)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat5)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat6)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RemoteRepositoryFormat-default)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RemoteRepositoryFormat-v2)
SKIP 0ms
revision limiting is not implemented yet.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnit3)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnit4)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack5)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack6)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat2aSubtree)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack1)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack4)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack3)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat2a)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnit1)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat7)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat4)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat5)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat6)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RemoteRepositoryFormat-default)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RemoteRepositoryFormat-v2)
SKIP 0ms
the use of a basis should not add noise data to the result.
per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
unsupported format
per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat5)
SKIP 0ms
Cannot make a shared repository
per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat6)
SKIP 0ms
Cannot make a shared repository
per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat4)
SKIP 0ms
Cannot lock pre_metadir_formats remotely.
per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat5)
SKIP 0ms
Cannot lock pre_metadir_formats remotely.
per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat6)
SKIP 0ms
Cannot lock pre_metadir_formats remotely.
per_repository.test_repository.TestRepository.test_commit_unicode_control_characters(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_commit_unicode_message(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat5)
SKIP 0ms
No reason given
per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat6)
SKIP 0ms
No reason given
per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_format_network_name(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_get_known_graph_ancestry(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_get_revision_delta(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_get_revisions(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_graph_ghost_handling(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_iter_files_bytes(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_pointless_commit(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_revision_tree(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_root_entry_has_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat5)
SKIP 0ms
Format does not support this flag.
per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat6)
SKIP 0ms
Format does not support this flag.
per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat5)
SKIP 0ms
Format does not support this flag.
per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat6)
SKIP 0ms
Format does not support this flag.
per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat4)
SKIP 0ms
Format can not be used over HPSS
per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat5)
SKIP 0ms
Format can not be used over HPSS
per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat6)
SKIP 0ms
Format can not be used over HPSS
per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat4)
SKIP 0ms
Format can not be used over HPSS
per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat5)
SKIP 0ms
Format can not be used over HPSS
per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat6)
SKIP 0ms
Format can not be used over HPSS
per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepository.test_upgrade_preserves_signatures(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_revision.TestRevProps.test_simple_revprops(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_revision.TestRevisionAttributes.test_revision_accessors(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_signatures.TestSignatures.test_clone_preserves_signatures(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_signatures.TestSignatures.test_sign_existing_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_signatures.TestSignatures.test_store_signature(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_signatures.TestSignatures.test_verify_revision_signature(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_signatures.TestSignatures.test_verify_revision_signature_not_signed(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_signatures.TestSignatures.test_verify_revision_signatures(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnit3)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnit4)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack5)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack6)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat2aSubtree)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack1)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack4)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack3)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat2a)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnit1)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat7)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat4)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat5)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat6)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RemoteRepositoryFormat-default)
SKIP 0ms
repository supports signing revisions
per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RemoteRepositoryFormat-v2)
SKIP 0ms
repository supports signing revisions
per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RemoteRepositoryFormat-default(Supported))
SKIP 0ms
Unable to obtain CHKInventory from remote repo
per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RemoteRepositoryFormat-v2(Supported))
SKIP 0ms
Unable to obtain CHKInventory from remote repo
per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RemoteRepositoryFormat-default(Supported))
SKIP 0ms
Unable to obtain CHKInventory from remote repo
per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RemoteRepositoryFormat-v2(Supported))
SKIP 0ms
Unable to obtain CHKInventory from remote repo
per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack5)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack6)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack5)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack6)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack5)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack6)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack5)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack6)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack5)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack6)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack5)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack6)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
stacked commit only supported for chk repositories
per_repository_reference.test_get_record_stream.TestGetRecordStream.test_ordered_fulltext_complex(RepositoryFormatKnitPack5)XFAIL
0ms
Text attachment: reason
- ------------
KVF does not weave fulltexts from fallback repositories to preserve
perfect order
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError
- ------------
per_repository_reference.test_get_record_stream.TestGetRecordStream.test_ordered_fulltext_complex(RepositoryFormatKnitPack5RichRootBroken)XFAIL
0ms
Text attachment: reason
- ------------
KVF does not weave fulltexts from fallback repositories to preserve
perfect order
- ------------
Text attachment: traceback-1
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError
- ------------
per_repository_reference.test_get_record_stream.TestGetRecordStream.test_ordered_fulltext_complex(RepositoryFormatKnitPack5RichRoot)XFAIL
0ms
Text attachment: reason
- ------------
KVF does not weave fulltexts from fallback repositories to preserve
perfect order
- ------------
Text attachment: traceback-2
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError
- ------------
per_repository_reference.test_get_record_stream.TestGetRecordStream.test_ordered_fulltext_complex(RepositoryFormatKnitPack6)XFAIL
0ms
Text attachment: reason
- ------------
KVF does not weave fulltexts from fallback repositories to preserve
perfect order
- ------------
Text attachment: traceback-3
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError
- ------------
per_repository_reference.test_get_record_stream.TestGetRecordStream.test_ordered_fulltext_complex(RepositoryFormatKnitPack6RichRoot)XFAIL
0ms
Text attachment: reason
- ------------
KVF does not weave fulltexts from fallback repositories to preserve
perfect order
- ------------
Text attachment: traceback-4
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError
- ------------
per_repository_reference.test_get_record_stream.TestGetRecordStream.test_ordered_fulltext_complex(RepositoryFormatPackDevelopment2Subtree)XFAIL
0ms
Text attachment: reason
- ------------
KVF does not weave fulltexts from fallback repositories to preserve
perfect order
- ------------
Text attachment: traceback-5
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError
- ------------
per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack5)
SKIP 0ms
only for RemoteRepository
per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
only for RemoteRepository
per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
only for RemoteRepository
per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack6)
SKIP 0ms
only for RemoteRepository
per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
only for RemoteRepository
per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
only for RemoteRepository
per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormat2aSubtree)
SKIP 0ms
only for RemoteRepository
per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormat2a)
SKIP 0ms
only for RemoteRepository
per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_same_validator(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check.TestCallbacks.test_callback_tree_and_branch(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack5)
SKIP 0ms
RepositoryFormatKnitPack5() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
RepositoryFormatKnitPack5RichRootBroken() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
RepositoryFormatKnitPack5RichRoot() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack6)
SKIP 0ms
RepositoryFormatKnitPack6() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
RepositoryFormatKnitPack6RichRoot() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
RepositoryFormatPackDevelopment2Subtree() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat2aSubtree)
SKIP 0ms
RepositoryFormat2aSubtree() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack1)
SKIP 0ms
RepositoryFormatKnitPack1() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack4)
SKIP 0ms
RepositoryFormatKnitPack4() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack3)
SKIP 0ms
RepositoryFormatKnitPack3() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat2a)
SKIP 0ms
RepositoryFormat2a() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat7)
SKIP 0ms
RepositoryFormat7() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat4)
SKIP 0ms
RepositoryFormat4() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat5)
SKIP 0ms
RepositoryFormat5() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat6)
SKIP 0ms
RepositoryFormat6() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RemoteRepositoryFormat-default)
SKIP 0ms
RemoteRepositoryFormat(_network_name=None) isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RemoteRepositoryFormat-v2)
SKIP 0ms
RemoteRepositoryFormat(_network_name=None) isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat7)
SKIP 0ms
WeaveMetaDirRepository('file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo%28RepositoryFormat7%29/work/empty-repo/.bzr/repository/')
cannot have corrupt revision index.
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat5)
SKIP 0ms
AllInOneRepository('file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo%28RepositoryFormat5%29/work/empty-repo/.bzr/')
cannot have corrupt revision index.
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat6)
SKIP 0ms
AllInOneRepository('file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo%28RepositoryFormat6%29/work/empty-repo/.bzr/')
cannot have corrupt revision index.
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack5)
SKIP 0ms
RepositoryFormatKnitPack5() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
RepositoryFormatKnitPack5RichRootBroken() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
RepositoryFormatKnitPack5RichRoot() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack6)
SKIP 0ms
RepositoryFormatKnitPack6() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
RepositoryFormatKnitPack6RichRoot() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
RepositoryFormatPackDevelopment2Subtree() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat2aSubtree)
SKIP 0ms
RepositoryFormat2aSubtree() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack1)
SKIP 0ms
RepositoryFormatKnitPack1() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack4)
SKIP 0ms
RepositoryFormatKnitPack4() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack3)
SKIP 0ms
RepositoryFormatKnitPack3() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat2a)
SKIP 0ms
RepositoryFormat2a() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat7)
SKIP 0ms
RepositoryFormat7() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat4)
SKIP 0ms
RepositoryFormat4() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat5)
SKIP 0ms
RepositoryFormat5() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat6)
SKIP 0ms
RepositoryFormat6() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RemoteRepositoryFormat-default)
SKIP 0ms
RemoteRepositoryFormat(_network_name=None) isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RemoteRepositoryFormat-v2)
SKIP 0ms
RemoteRepositoryFormat(_network_name=None) isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack5)
SKIP 0ms
RepositoryFormatKnitPack5() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
RepositoryFormatKnitPack5RichRootBroken() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
RepositoryFormatKnitPack5RichRoot() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack6)
SKIP 0ms
RepositoryFormatKnitPack6() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
RepositoryFormatKnitPack6RichRoot() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
RepositoryFormatPackDevelopment2Subtree() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat2aSubtree)
SKIP 0ms
RepositoryFormat2aSubtree() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack1)
SKIP 0ms
RepositoryFormatKnitPack1() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack4)
SKIP 0ms
RepositoryFormatKnitPack4() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack3)
SKIP 0ms
RepositoryFormatKnitPack3() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat2a)
SKIP 0ms
RepositoryFormat2a() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat7)
SKIP 0ms
RepositoryFormat7() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat4)
SKIP 0ms
RepositoryFormat4() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat5)
SKIP 0ms
RepositoryFormat5() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat6)
SKIP 0ms
RepositoryFormat6() isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RemoteRepositoryFormat-default)
SKIP 0ms
RemoteRepositoryFormat(_network_name=None) isn't a knit format
per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RemoteRepositoryFormat-v2)
SKIP 0ms
RemoteRepositoryFormat(_network_name=None) isn't a knit format
per_repository_vf.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat7,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat7,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat7,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat7,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat7,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat7,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat7,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat7,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,UndamagedRepositoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,TooManyParentsScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat5,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat5,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat5,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat5,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat5,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat5,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat5,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat5,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat6,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat6,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat6,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat6,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat6,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat6,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat6,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat6,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-default,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-default,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-default,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-default,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-default,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-default,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-default,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-default,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-v2,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-v2,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-v2,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-v2,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-v2,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-v2,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-v2,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RemoteRepositoryFormat-v2,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat7,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat7,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat7,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat7,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat7,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat7,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat7,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat7,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,UndamagedRepositoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,TooManyParentsScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat5,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat5,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat5,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat5,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat5,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat5,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat5,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat5,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat6,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat6,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat6,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat6,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat6,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat6,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat6,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat6,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-default,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-default,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-default,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-default,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-default,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-default,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-default,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-default,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-v2,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-v2,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-v2,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-v2,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-v2,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-v2,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-v2,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RemoteRepositoryFormat-v2,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat7,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat7,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat7,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat7,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat7,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat7,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat7,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat7,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,UndamagedRepositoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,TooManyParentsScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat5,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat5,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat5,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat5,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat5,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat5,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat5,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat5,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat6,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat6,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat6,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat6,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat6,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat6,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat6,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat6,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-default,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-default,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-default,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-default,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-default,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-default,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-default,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-default,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-v2,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-v2,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-v2,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-v2,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-v2,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-v2,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-v2,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RemoteRepositoryFormat-v2,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat7,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat7,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat7,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat7,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat7,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat7,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat7,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat7,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,UndamagedRepositoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,TooManyParentsScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat5,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat5,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat5,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat5,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat5,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat5,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat5,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat5,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat6,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat6,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat6,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat6,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat6,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat6,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat6,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat6,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-default,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-default,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-default,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-default,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-default,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-default,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-default,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-default,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-v2,UndamagedRepositoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-v2,FileParentIsNotInRevisionAncestryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-v2,FileParentHasInaccessibleInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-v2,FileParentsNotReferencedByAnyInventoryScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-v2,TooManyParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-v2,ClaimedFileParentDidNotModifyFileScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-v2,IncorrectlyOrderedParentsScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RemoteRepositoryFormat-v2,UnreferencedFileParentsFromNoOpMergeScenario)
SKIP 0ms
Format does not support text parent reconciliation
per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test__generate_text_key_index.TestGenerateTextKeyIndex.test_empty(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_fetch.TestSource.test_no_absent_records_in_stream_with_ghosts(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_include_ghosts(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_include_ghosts(RemoteRepositoryFormat-default)
SKIP 0ms
repository format does not support storing revisions with missing texts.
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_include_ghosts(RemoteRepositoryFormat-v2)
SKIP 0ms
repository format does not support storing revisions with missing texts.
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnit3)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnit4)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnitPack1)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnitPack4)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnitPack3)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnit1)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat7)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat5)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat6)
SKIP 0ms
format does not support stacking
per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_altered_between_two_revs(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_altered_by_revision_ids(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_involved_full_compare(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat7)
SKIP 0ms
non-ascii revision ids not supported by RepositoryFormat7()
per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat5)
SKIP 0ms
non-ascii revision ids not supported by RepositoryFormat5()
per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat6)
SKIP 0ms
non-ascii revision ids not supported by RepositoryFormat6()
per_repository_vf.test_fileid_involved.TestFileIdInvolvedSuperset.test_fileid_involved_full_compare2(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_merge_directive.TestMergeDirective.test_create_and_install_directive(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_merge_directive.TestMergeDirective.test_create_merge_directive(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack5)
SKIP 0ms
RepositoryFormatKnitPack5() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
RepositoryFormatKnitPack5RichRootBroken() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
RepositoryFormatKnitPack5RichRoot() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack6)
SKIP 0ms
RepositoryFormatKnitPack6() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
RepositoryFormatKnitPack6RichRoot() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
RepositoryFormatPackDevelopment2Subtree() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat2aSubtree)
SKIP 0ms
RepositoryFormat2aSubtree() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack1)
SKIP 0ms
RepositoryFormatKnitPack1() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack4)
SKIP 0ms
RepositoryFormatKnitPack4() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack3)
SKIP 0ms
RepositoryFormatKnitPack3() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat2a)
SKIP 0ms
RepositoryFormat2a() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat7)
SKIP 0ms
RepositoryFormat7() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat4)
SKIP 0ms
RepositoryFormat4() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat5)
SKIP 0ms
RepositoryFormat5() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat6)
SKIP 0ms
RepositoryFormat6() isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RemoteRepositoryFormat-default)
SKIP 0ms
RemoteRepositoryFormat(_network_name=None) isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RemoteRepositoryFormat-v2)
SKIP 0ms
RemoteRepositoryFormat(_network_name=None) isn't a knit format
per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnit3)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnit4)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnitPack5)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnitPack5RichRootBroken)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnitPack5RichRoot)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnitPack6)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnitPack6RichRoot)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatPackDevelopment2Subtree)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormat2aSubtree)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnitPack1)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnitPack4)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnitPack3)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormat2a)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormatKnit1)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormat7)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormat5)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormat6)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RemoteRepositoryFormat-default)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RemoteRepositoryFormat-v2)
SKIP 0ms
wrong-first-parent is not setup for testing
per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order_secondary_inventory(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_convenience_reconcile_inventory_without_revision_reconcile(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_convenience_reconcile_inventory_without_revision_reconcile(RemoteRepositoryFormat-default)
SKIP 0ms
Irrelevant test
per_repository_vf.test_reconcile.TestsNeedingReweave.test_convenience_reconcile_inventory_without_revision_reconcile(RemoteRepositoryFormat-v2)
SKIP 0ms
Irrelevant test
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reconcile_empty(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reconcile_empty_thorough(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_repo_has_reconcile_does_inventory_gc_attribute(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_fixes_ancestryfor_a_present_ghost(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_preserves_a_revision_with_ghosts(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision(RemoteRepositoryFormat-default)
SKIP 0ms
Irrelevant test
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision(RemoteRepositoryFormat-v2)
SKIP 0ms
Irrelevant test
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision_and_ghost(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision_and_ghost(RemoteRepositoryFormat-default)
SKIP 0ms
Irrelevant test
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision_and_ghost(RemoteRepositoryFormat-v2)
SKIP 0ms
Irrelevant test
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision_reconciler(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision_reconciler(RemoteRepositoryFormat-default)
SKIP 0ms
Irrelevant test
per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision_reconciler(RemoteRepositoryFormat-v2)
SKIP 0ms
Irrelevant test
per_repository_vf.test_reconcile.TestsNeedingReweave.test_text_from_ghost_revision(RepositoryFormat7)
SKIP 0ms
text ghost parents not supported
per_repository_vf.test_reconcile.TestsNeedingReweave.test_text_from_ghost_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_reconcile.TestsNeedingReweave.test_text_from_ghost_revision(RepositoryFormat5)
SKIP 0ms
text ghost parents not supported
per_repository_vf.test_reconcile.TestsNeedingReweave.test_text_from_ghost_revision(RepositoryFormat6)
SKIP 0ms
text ghost parents not supported
per_repository_vf.test_refresh_data.TestRefreshData.test_refresh_data_after_fetch_new_data_visible(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_refresh_data.TestRefreshData.test_refresh_data_after_fetch_new_data_visible_in_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestCaseWithComplexRepository.test_all_revision_ids(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestCaseWithComplexRepository.test_get_ancestry_missing_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestCaseWithComplexRepository.test_get_deltas_for_revisions(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestCaseWithComplexRepository.test_get_unordered_ancestry(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestCaseWithComplexRepository.test_reserved_id(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestCaseWithComplexRepository.test_revision_trees(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestCaseWithCorruptRepository.test_corrupt_revision_access_asserts_if_reported_wrong(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestCaseWithCorruptRepository.test_corrupt_revision_get_revision_reconcile(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_add_revision_inventory_sha1(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute_inventories_basics(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_attribute_text_store_basics(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_install_revisions(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_item_keys_introduced_by(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_repository.TestRepository.test_iter_inventories_is_ordered(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnit3)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnit4)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack1)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack4)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack3)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnit1)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat7)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat5)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat6)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories_check(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnit3)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnit4)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack1)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack4)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack3)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnit1)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat7)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat5)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat6)
SKIP 0ms
format not stackable
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnit3)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnit4)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack1)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack4)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack3)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnit1)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat7)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat5)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat6)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RemoteRepositoryFormat-default)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RemoteRepositoryFormat-v2)
SKIP 0ms
only valid for direct connections to resumable repos
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormatKnit3)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormatKnit4)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormatKnit1)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormat7)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormat5)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormat6)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormatKnit3)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormatKnit4)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormatKnit1)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormat7)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormat5)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormat6)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit3)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit4)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit1)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormat7)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormat5)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormat6)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnit3)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnit4)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnit1)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat7)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat5)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat6)
SKIP 0ms
Cannot test resume on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_write_group_then_abort(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnit3)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnit4)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnit1)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat7)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat5)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat6)
SKIP 0ms
Cannot test suspend on repo that does not support suspending
per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_write_group(RepositoryFormat4)
SKIP 0ms
Format All-in-one format 4 is not initializable.
per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(weave-named)
SKIP 0ms
ThunkedVersionedFiles doesn't support fallbacks
per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(weave-prefix)
SKIP 0ms
ThunkedVersionedFiles doesn't support fallbacks
per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(named-nograph-nodelta-knit-pack)
SKIP 0ms
ancestry info only relevant with graph.
per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(groupcompress-nograph)
SKIP 0ms
ancestry info only relevant with graph.
per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(weave-named)
SKIP 0ms
versioned file scenario does not support partial insertion
per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(named-knit)
SKIP 0ms
versioned file scenario does not support partial insertion
per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(named-nograph-nodelta-knit-pack)
SKIP 0ms
versioned file scenario does not support partial insertion
per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(named-graph-nodelta-knit-pack)
SKIP 0ms
versioned file scenario does not support partial insertion
per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(groupcompress-nograph)
SKIP 0ms
versioned file scenario does not support partial insertion
per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(weave-prefix)
SKIP 0ms
versioned file scenario does not support partial insertion
per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(annotated-knit-escape)
SKIP 0ms
versioned file scenario does not support partial insertion
per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(groupcompress)
SKIP 0ms
versioned file scenario does not support partial insertion
per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(named-nograph-nodelta-knit-pack)
SKIP 0ms
ancestry info only relevant with graph.
per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(groupcompress-nograph)
SKIP 0ms
ancestry info only relevant with graph.
per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(weave-named)
SKIP 0ms
ThunkedVersionedFiles doesn't support fallbacks
per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(named-nograph-nodelta-knit-pack)
SKIP 0ms
ancestry info only relevant with graph.
per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(groupcompress-nograph)
SKIP 0ms
ancestry info only relevant with graph.
per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(weave-prefix)
SKIP 0ms
ThunkedVersionedFiles doesn't support fallbacks
per_versionedfile.TestWeave.test_add_follows_left_matching_blocks SKIP
0ms
WeaveFile ignores left_matching_blocks
per_versionedfile.TestWeave.test_add_lines_with_ghosts_nostoresha SKIP
0ms
add_lines_with_ghosts is optional
per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat3)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat2)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat3)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat2)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat3)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat2)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat3)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat2)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat3)
SKIP 0ms
Tree format does not support references
per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat2)
SKIP 0ms
Tree format does not support references
per_workingtree.test_basis_inventory.TestBasisInventory.test_create(WorkingTreeFormat4)
SKIP 0ms
not applicable to <bzrlib.workingtree_4.WorkingTreeFormat4 object at
0x6064ed0>
per_workingtree.test_basis_inventory.TestBasisInventory.test_create(WorkingTreeFormat5)
SKIP 0ms
not applicable to <bzrlib.workingtree_4.WorkingTreeFormat5 object at
0x6064e90>
per_workingtree.test_basis_inventory.TestBasisInventory.test_create(WorkingTreeFormat6)
SKIP 0ms
not applicable to <bzrlib.workingtree_4.WorkingTreeFormat6 object at
0x6064e50>
per_workingtree.test_basis_inventory.TestBasisInventory.test_wrong_format(WorkingTreeFormat4)
SKIP 0ms
not applicable to <bzrlib.workingtree_4.WorkingTreeFormat4 object at
0x6064ed0>
per_workingtree.test_basis_inventory.TestBasisInventory.test_wrong_format(WorkingTreeFormat5)
SKIP 0ms
not applicable to <bzrlib.workingtree_4.WorkingTreeFormat5 object at
0x6064e90>
per_workingtree.test_basis_inventory.TestBasisInventory.test_wrong_format(WorkingTreeFormat6)
SKIP 0ms
not applicable to <bzrlib.workingtree_4.WorkingTreeFormat6 object at
0x6064e50>
per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat4)
SKIP 0ms
repository does not physically lock.
per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat5)
SKIP 0ms
repository does not physically lock.
per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat6)
SKIP 0ms
repository does not physically lock.
per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat3)
SKIP 0ms
repository does not physically lock.
per_workingtree.test_check_state.TestCheckState.test_check_broken_dirstate(WorkingTreeFormat3)
SKIP 0ms
Only applies to dirstate-based trees
per_workingtree.test_check_state.TestCheckState.test_check_broken_dirstate(WorkingTreeFormat2)
SKIP 0ms
Only applies to dirstate-based trees
per_workingtree.test_check_state.TestResetState.test_reset_state_handles_corrupted_dirstate(WorkingTreeFormat3)
SKIP 0ms
Only applies to dirstate-based trees
per_workingtree.test_check_state.TestResetState.test_reset_state_handles_corrupted_dirstate(WorkingTreeFormat2)
SKIP 0ms
Only applies to dirstate-based trees
per_workingtree.test_check_state.TestResetState.test_reset_state_handles_destroyed_dirstate(WorkingTreeFormat3)
SKIP 0ms
Only applies to dirstate-based trees
per_workingtree.test_check_state.TestResetState.test_reset_state_handles_destroyed_dirstate(WorkingTreeFormat2)
SKIP 0ms
Only applies to dirstate-based trees
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_crlf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_crlf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_crlf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_lf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_lf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_lf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_dirty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_dirty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_dirty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_binary(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_binary(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_binary(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_lf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_lf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_lf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_dirty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_dirty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_dirty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_binary(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_binary(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_binary(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_crlf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_crlf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_crlf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_lf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_lf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_lf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_dirty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_dirty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_dirty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_binary(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_binary(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_binary(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_crlf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_crlf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_crlf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_lf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_lf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_lf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_dirty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_dirty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_dirty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_binary(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_binary(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_binary(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_lf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_lf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_lf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_dirty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_dirty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_dirty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_binary(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_binary(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_binary(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_crlf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_crlf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_crlf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_lf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_lf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_lf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_dirty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_dirty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_dirty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_binary(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_binary(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_binary(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_crlf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_crlf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_crlf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_lf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_lf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_lf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_dirty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_dirty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_dirty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_binary(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_binary(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_binary(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_crlf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_crlf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_crlf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_lf(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_lf(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_lf(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support content filtering
per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support content filtering
per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat4)
SKIP 0ms
format does not support inventory deltas
per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat5)
SKIP 0ms
format does not support inventory deltas
per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat6)
SKIP 0ms
format does not support inventory deltas
per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat3)
SKIP 0ms
format does not support inventory deltas
per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat2)
SKIP 0ms
format does not support inventory deltas
per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_inventory_does_not_autodetect_subtree(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_inventory_does_not_autodetect_subtree(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_kind_does_not_autodetect_subtree(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_kind_does_not_autodetect_subtree(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_tree_reference(WorkingTreeFormat3)
SKIP 0ms
Tree references not supported
per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_tree_reference(WorkingTreeFormat2)
SKIP 0ms
Tree references not supported
per_workingtree.test_pull.TestPullWithOrphans.test_pull_orphans(WorkingTreeFormat2)
SKIP 0ms
<bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object at
0x6064dd0> does not support missing parent conflicts
per_workingtree.test_revision_tree.TestRevisionTreeKind.test_kind_parent_tree(WorkingTreeFormat3)
SKIP 0ms
Tree type <class 'bzrlib.workingtree_3.WorkingTree3'> caches only the
basis revision tree.
per_workingtree.test_revision_tree.TestRevisionTreeKind.test_kind_parent_tree(WorkingTreeFormat2)
SKIP 0ms
Tree type <class 'bzrlib.plugins.weave_fmt.workingtree.WorkingTree2'>
caches only the basis revision tree.
per_workingtree.test_smart_add.TestSmartAddTreeUnicode.test_accessible_explicit(WorkingTreeFormat2)
SKIP 0ms
Working tree format smart_add requires normalized unicode filenames
per_workingtree.test_smart_add.TestSmartAddTreeUnicode.test_accessible_implicit(WorkingTreeFormat2)
SKIP 0ms
Working tree format smart_add requires normalized unicode filenames
per_workingtree.test_views.TestTreeViews.test_check_path_in_view(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_check_path_in_view(WorkingTreeFormat5)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat5 object at 0x6064e90>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_check_path_in_view(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_check_path_in_view(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support views
per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat5)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat5 object at 0x6064e90>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support views
per_workingtree.test_views.TestTreeViews.test_lookup_view(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_lookup_view(WorkingTreeFormat5)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat5 object at 0x6064e90>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_lookup_view(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_lookup_view(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support views
per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat5)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat5 object at 0x6064e90>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support views
per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat5)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat5 object at 0x6064e90>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support views
per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat5)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat5 object at 0x6064e90>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support views
per_workingtree.test_views.TestTreeViews.test_unicode_view(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_unicode_view(WorkingTreeFormat5)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat5 object at 0x6064e90>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_unicode_view(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_unicode_view(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support views
per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat4)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat4 object at 0x6064ed0>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat5)
SKIP 0ms
format <bzrlib.workingtree_4.WorkingTreeFormat5 object at 0x6064e90>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat3)
SKIP 0ms
format <bzrlib.workingtree_3.WorkingTreeFormat3 object at 0x6064e10>
doesn't support views
per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat2)
SKIP 0ms
format <bzrlib.plugins.weave_fmt.workingtree.WorkingTreeFormat2 object
at 0x6064dd0> doesn't support views
per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat6)
SKIP 0ms
Format <bzrlib.workingtree_4.WorkingTreeFormat6 object at 0x6064e50>
declares that views are supported
per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat2)
SKIP 0ms
unsupported operation
per_workingtree.test_workingtree.TestWorkingTree.test_clear_merge_conflicts(WorkingTreeFormat2)
SKIP 0ms
unsupported operation
per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat4)
SKIP 0ms
revision limiting is not implemented yet.
per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat5)
SKIP 0ms
revision limiting is not implemented yet.
per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat6)
SKIP 0ms
revision limiting is not implemented yet.
per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat3)
SKIP 0ms
revision limiting is not implemented yet.
per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat2)
SKIP 0ms
revision limiting is not implemented yet.
per_workingtree.test_workingtree.TestWorkingTree.test_conflicts(WorkingTreeFormat2)
SKIP 0ms
set_conflicts not supported
per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat4)
SKIP 0ms
Branch format does not permit arbitrary history
per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat5)
SKIP 0ms
Branch format does not permit arbitrary history
per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat6)
SKIP 0ms
Branch format does not permit arbitrary history
per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat3)
SKIP 0ms
Branch format does not permit arbitrary history
per_workingtree.test_workingtree.TestWorkingTreeUpdate.test_update_remove_commit(WorkingTreeFormat2)
SKIP 0ms
Can't bind <class 'bzrlib.plugins.weave_fmt.branch.BzrBranchFormat4'>
per_workingtree.test_workingtree.TestWorkingTreeUpdate.test_update_revision(WorkingTreeFormat2)
SKIP 0ms
Can't bind <class 'bzrlib.plugins.weave_fmt.branch.BzrBranchFormat4'>
per_workingtree.test_workingtree.TestWorthSavingLimit.test_invalid(WorkingTreeFormat3)
SKIP 0ms
no _worth_saving_limit for this tree type
per_workingtree.test_workingtree.TestWorthSavingLimit.test_invalid(WorkingTreeFormat2)
SKIP 0ms
no _worth_saving_limit for this tree type
per_workingtree.test_workingtree.TestWorthSavingLimit.test_not_set(WorkingTreeFormat3)
SKIP 0ms
no _worth_saving_limit for this tree type
per_workingtree.test_workingtree.TestWorthSavingLimit.test_not_set(WorkingTreeFormat2)
SKIP 0ms
no _worth_saving_limit for this tree type
per_workingtree.test_workingtree.TestWorthSavingLimit.test_set_in_branch(WorkingTreeFormat3)
SKIP 0ms
no _worth_saving_limit for this tree type
per_workingtree.test_workingtree.TestWorthSavingLimit.test_set_in_branch(WorkingTreeFormat2)
SKIP 0ms
no _worth_saving_limit for this tree type
test__static_tuple.TestStaticTuple.test_nested_referents(python) SKIP
0ms
meliae.scanner
test__static_tuple.TestStaticTuple.test_nested_referents(C) SKIP
0ms
meliae.scanner
test__static_tuple.TestStaticTuple.test_referents(python) SKIP 0ms
meliae.scanner
test__static_tuple.TestStaticTuple.test_referents(C) SKIP 0ms
meliae.scanner
test__walkdirs_win32.TestWin32Finder.test_directory SKIP 0ms
bzrlib._walkdirs_win32
test__walkdirs_win32.TestWin32Finder.test_empty_directory SKIP 0ms
bzrlib._walkdirs_win32
test__walkdirs_win32.TestWin32Finder.test_file SKIP 0ms
bzrlib._walkdirs_win32
test__walkdirs_win32.TestWin32Finder.test_missing_dir SKIP 0ms
bzrlib._walkdirs_win32
test__walkdirs_win32.TestWin32Finder.test_prefix SKIP 0ms
bzrlib._walkdirs_win32
test__walkdirs_win32.TestWin32Finder.test_top_prefix_to_starting_dir
SKIP 0ms
bzrlib._walkdirs_win32
test__walkdirs_win32.Test_Win32Stat.test_zero_members_present SKIP
0ms
bzrlib._walkdirs_win32
test_branch.TestBranchOptions.test_set_from_config_get_from_config_stackXFAIL
0ms
Text attachment: reason
- ------------
BranchStack uses cache after set_user_option
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: not equal:
a = 'bar'
b = None
- ------------
test_bundle.V08BundleTester.test_across_models_incompatible SKIP
0ms
Format 0.8 doesn't work with knit3
test_bundle.V08BundleTester.test_skip_file SKIP 0ms
Bundle format cannot provide reader
test_bundle.V08BundleTester.test_with_subtree SKIP 0ms
Format 0.8 doesn't work with knit3
test_bundle.V09BundleKnit1Tester.test_skip_file SKIP 0ms
Bundle format cannot provide reader
test_bundle.V09BundleKnit1Tester.test_with_subtree SKIP 0ms
Format 0.9 doesn't work with subtrees
test_bundle.V09BundleKnit2Tester.test_skip_file SKIP 0ms
Bundle format cannot provide reader
test_bundle.V09BundleKnit2Tester.test_with_subtree SKIP 0ms
Format 0.9 doesn't work with subtrees
test_bzrdir.TestHTTPRedirections_pycurl.test_loop SKIP 0ms
pycurl
test_bzrdir.TestHTTPRedirections_pycurl.test_qualifier_preserved SKIP
0ms
pycurl
test_cmdline.TestSplitter.test_n_backslashes_handling SKIP 0ms
Filesystem treats '\' as a directory separator.
test_commands.TestCommands.test_unicode_option SKIP 0ms
optparse 1.5.3 can't handle unicode options
test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(branch_only)
SKIP 0ms
<config.BranchOnlyStack(104460176)> is not meant to be compatible with
the old config design
test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(branch)
SKIP 0ms
<config.BranchStack(80185040)> is not meant to be compatible with the
old config design
test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(branch_only)
SKIP 0ms
<config.BranchOnlyStack(95290192)> is not meant to be compatible with
the old config design
test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(branch)
SKIP 0ms
<config.BranchStack(93472720)> is not meant to be compatible with the
old config design
test_config.TestConcurrentStoreUpdates.test_read_while_writing(branch_only)
SKIP 0ms
<config.BranchOnlyStack(95460368)> is not meant to be compatible with
the old config design
test_config.TestConcurrentStoreUpdates.test_read_while_writing(branch)
SKIP 0ms
<config.BranchStack(85598416)> is not meant to be compatible with the
old config design
test_config.TestConcurrentStoreUpdates.test_simple_read_access(branch_only)
SKIP 0ms
<config.BranchOnlyStack(90628432)> is not meant to be compatible with
the old config design
test_config.TestConcurrentStoreUpdates.test_simple_read_access(branch)
SKIP 0ms
<config.BranchStack(93314704)> is not meant to be compatible with the
old config design
test_config.TestConcurrentStoreUpdates.test_simple_write_access(branch_only)
SKIP 0ms
<config.BranchOnlyStack(93244688)> is not meant to be compatible with
the old config design
test_config.TestConcurrentStoreUpdates.test_simple_write_access(branch) SKIP
0ms
<config.BranchStack(88836368)> is not meant to be compatible with the
old config design
test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(branch_only)
SKIP 0ms
<config.BranchOnlyStack(93321168)> is not meant to be compatible with
the old config design
test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(branch)
SKIP 0ms
<config.BranchStack(95291472)> is not meant to be compatible with the
old config design
test_config.TestMutableStore.test_save_empty_creates_no_file(remote_branch)
SKIP 0ms
branch.conf is *always* created when a branch is initialized
test_config.TestMutableStore.test_save_empty_creates_no_file(branch)
SKIP 0ms
branch.conf is *always* created when a branch is initialized
test_config.TestMutableStore.test_save_with_content_succeeds(remote_branch)
SKIP 0ms
branch.conf is *always* created when a branch is initialized
test_config.TestMutableStore.test_save_with_content_succeeds(branch)
SKIP 0ms
branch.conf is *always* created when a branch is initialized
test_config.TestStoreMinimalAPI.test_id(configobj) SKIP 0ms
TransportIniFileStore is not a concrete Store implementation so it
doesn't need an id
test_conflicts.TestResolveParentLoop.test_resolve_taking_other(dir1_into_dir4,dir3_into_dir2)XFAIL
0ms
Text attachment: reason
- ------------
ParentLoop doesn't carry enough info to resolve --take-other
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
test_conflicts.TestResolveParentLoop.test_resolve_taking_other(dir3_into_dir2,dir1_into_dir4)XFAIL
0ms
Text attachment: reason
- ------------
ParentLoop doesn't carry enough info to resolve --take-other
- ------------
Text attachment: traceback-1
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
test_conflicts.TestResolveParentLoop.test_resolve_taking_this(dir1_into_dir4,dir3_into_dir2)XFAIL
0ms
Text attachment: reason
- ------------
ParentLoop doesn't carry enough info to resolve --take-other
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
test_conflicts.TestResolveParentLoop.test_resolve_taking_this(dir3_into_dir2,dir1_into_dir4)XFAIL
0ms
Text attachment: reason
- ------------
ParentLoop doesn't carry enough info to resolve --take-other
- ------------
Text attachment: traceback-1
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
test_crash.TestApportReporting.test_apport_report SKIP 0ms
apport
test_diff.TestDiffFromTool.test_from_string_path_with_backslashes SKIP
0ms
Filesystem treats '\' as a directory separator.
test_diff.TestDiffFromTool.test_prepare_files_creates_paths_readable_by_windows_tool
SKIP 0ms
attrib Windows command-line tool
test_export.TarExporterTests.test_lzma SKIP 0ms
lzma
test_export.TarExporterTests.test_xz SKIP 0ms
lzma
test_export_pot.TestParseSource.test_strings_multiline_escapesXFAIL
0ms
Text attachment: reason
- ------------
Escaped newlines confuses the multiline handling
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: {'A\n\nB\n\nC\n\n': -2, 'Raw\\n': 2, 'Escaped\n': 0}
== {'A\n\nB\n\nC\n\n': -2, 'Raw\\n': 2, 'Escaped\n': 0}
- ------------
test_ftp_transport.TestFTPTestServer.test__reconnect SKIP 0ms
FTPServer
test_ftp_transport.TestFTPTestServer.test_basic_exists SKIP 0ms
FTPServer
test_ftp_transport.TestFTPTestServerUI.test_empty_password SKIP 0ms
FTPServer
test_ftp_transport.TestFTPTestServerUI.test_no_prompt_for_password_when_using_auth_config
SKIP 0ms
FTPServer
test_ftp_transport.TestFTPTestServerUI.test_no_prompt_for_username
SKIP 0ms
FTPServer
test_ftp_transport.TestFTPTestServerUI.test_prompt_for_password SKIP
0ms
FTPServer
test_gpg.TestVerify.test_set_acceptable_keys SKIP 0ms
gpgme
test_gpg.TestVerify.test_set_acceptable_keys_unknown SKIP 0ms
gpgme
test_gpg.TestVerify.test_verify_bad_testament SKIP 0ms
gpgme
test_gpg.TestVerify.test_verify_expired_but_valid SKIP 0ms
gpgme
test_gpg.TestVerify.test_verify_invalid SKIP 0ms
gpgme
test_gpg.TestVerify.test_verify_revoked_signature SKIP 0ms
gpgme
test_gpg.TestVerify.test_verify_unacceptable_key SKIP 0ms
gpgme
test_gpg.TestVerify.test_verify_unknown_key SKIP 0ms
gpgme
test_gpg.TestVerify.test_verify_untrusted_but_accepted SKIP 0ms
gpgme
test_gpg.TestVerify.test_verify_valid_but_untrusted SKIP 0ms
gpgme
test_groupcompress.TestLazyGroupCompress.test__rebuild_handles_compressor_settings
SKIP 0ms
pure-python compressor does not handle compressor_settings
test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.0,basic) SKIP
0ms
HTTP/proxy auth digest only test
test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.0,basicdigest)
SKIP 0ms
HTTP/proxy auth digest only test
test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.1,basic) SKIP
0ms
HTTP/proxy auth digest only test
test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.1,basicdigest)
SKIP 0ms
HTTP/proxy auth digest only test
test_http.TestHttps_pycurl.test_pycurl_without_https_support SKIP
0ms
pycurl
test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.0,proxy-basic)
SKIP 0ms
HTTP/proxy auth digest only test
test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.0,proxy-basicdigest)
SKIP 0ms
HTTP/proxy auth digest only test
test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.1,proxy-basic)
SKIP 0ms
HTTP/proxy auth digest only test
test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.1,proxy-basicdigest)
SKIP 0ms
HTTP/proxy auth digest only test
test_http_response.TestRangeFileMultipleRanges.test_seek_outside_single_range
SKIP 0ms
Needs a fully defined range
test_http_response.TestRangeFileMultipleRangesQuotedBoundaries.test_seek_outside_single_range
SKIP 0ms
Needs a fully defined range
test_http_response.TestRangeFileSizeUnknown.test_read_past_end_of_range SKIP
0ms
Can't check an unknown size
test_http_response.TestRangeFileSizeUnknown.test_seek_outside_single_range
SKIP 0ms
Needs a fully defined range
test_https_ca_bundle.TestGetCAPath.test_in_path SKIP 0ms
Searching in PATH implemented only for win32
test_lock.TestOSLock.test_read_locks_block_write_locks(fcntl)XFAIL
0ms
Text attachment: reason
- ------------
fcntl read locks don't block write locks without -Dlock
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "_knit_load_data_pyx.pyx", line 225, in
bzrlib._knit_load_data_pyx.process_one_record
File "_knit_load_data_pyx.pyx", line 72, in
bzrlib._knit_load_data_pyx.string_to_int_safe
ValueError: '1v' is not a valid integer
- ------------
test_lock.TestOSLock.test_write_locks_block_read_lock(fcntl)XFAIL
0ms
Text attachment: reason
- ------------
fcntl write locks don't block read locks without -Dlock
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "_knit_load_data_pyx.pyx", line 225, in
bzrlib._knit_load_data_pyx.process_one_record
File "_knit_load_data_pyx.pyx", line 72, in
bzrlib._knit_load_data_pyx.string_to_int_safe
ValueError: '1v' is not a valid integer
- ------------
test_lockable_files.TestLockableFiles_LockDir.test_lock_write_returns_None_refuses_token
SKIP 0ms
LockableFiles(<bzrlib.transport.local.LocalTransport
url=file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_write_returns_None_refuses_token/work/>)
uses tokens
test_lockable_files.TestLockableFiles_RemoteLockDir.test_lock_write_returns_None_refuses_token
SKIP 0ms
RemoteBranchLockableFiles(<bzrlib.transport.remote.RemoteTCPTransport
url=bzr://127.0.0.1:54528/extra/foo/.bzr/branch/>) uses tokens
test_lockable_files.TestLockableFiles_TransportLock.test_break_lock
SKIP 0ms
LockableFiles(<bzrlib.transport.local.LocalTransport
url=file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.tests.test_lockable_files.TestLockableFiles_TransportLock.test_break_lock/work/.bzr/>)
is not breakable
test_merge.TestMergerEntriesLCA.test_one_lca_accidentally_prunedXFAIL
0ms
Text attachment: reason
- ------------
We prune values from BASE even when relevant.
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: not equal:
a = [('foo-id',
False,
(('a-root-id', ['a-root-id', 'a-root-id']), 'a-root-id', 'a-root-id'),
((u'foo', [u'bar', u'foo']), u'bar', u'bing'),
((False, [False, False]), False, False))]
b = []
- ------------
test_merge.TestMergerEntriesLCA.test_one_lca_supersedes_pathXFAIL
0ms
Text attachment: reason
- ------------
We don't do an actual heads() check on lca values, or use the
per-attribute graph
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: not equal:
a = []
b = [('foo-id',
False,
(('a-root-id', ['a-root-id', 'a-root-id']), 'a-root-id', 'a-root-id'),
((u'foo', [u'bar', u'bing']), u'barry', u'bing'),
((False, [False, False]), False, False))]
- ------------
test_merge.TestMergerEntriesLCA.test_same_lca_resolution_one_side_updates_contentXFAIL
0ms
Text attachment: reason
- ------------
We don't detect that LCA resolution was the same on both sides
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: not equal:
a = []
b = [('foo-id',
True,
(('a-root-id', ['a-root-id', 'a-root-id']), 'a-root-id', 'a-root-id'),
((u'foo', [u'foo', u'foo']), u'foo', u'foo'),
((False, [False, False]), False, False))]
- ------------
test_merge_core.FunctionalMergeTest.test_weave_conflicts_not_in_baseXFAIL
0ms
Text attachment: reason
- ------------
fail to create .BASE in some criss-cross merges
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: tree/foo.BASE does not exist
- ------------
test_merge_directive.TestMergeDirective1Branch.test_handle_target_not_a_branch
SKIP 0ms
This format does not support explicit bases.
test_merge_directive.TestMergeDirective1Branch.test_use_submit_for_missing_dependency
SKIP 0ms
This format does not support explicit bases.
test_msgeditor.TestPlatformErrnoWorkarounds.test_subprocess_call_bad_file
SKIP 0ms
Workarounds for windows only
test_osutils.TestCanonicalRelPath.test_canonical_relpath_missing_tail
SKIP 0ms
case-insensitive case-preserving filesystem
test_osutils.TestCanonicalRelPath.test_canonical_relpath_simple SKIP
0ms
case-insensitive case-preserving filesystem
test_osutils.TestEnvironmentErrors.test_is_pywintypes_error SKIP
0ms
pywintypes
test_osutils.TestFindExecutableInPath.test_windows SKIP 0ms
test requires win32
test_osutils.TestFindExecutableInPath.test_windows_app_path SKIP
0ms
test requires win32
test_osutils.TestWalkDirs.test__walkdirs_utf8_win32readdir SKIP 0ms
bzrlib._walkdirs_win32
test_osutils.TestWalkDirs.test__walkdirs_utf_win32_find_file_stat_directory
SKIP 0ms
bzrlib._walkdirs_win32
test_osutils.TestWalkDirs.test__walkdirs_utf_win32_find_file_stat_file
SKIP 0ms
bzrlib._walkdirs_win32
test_osutils.TestWalkDirs.test_force_walkdirs_utf8_98 SKIP 0ms
bzrlib._walkdirs_win32
test_osutils.TestWalkDirs.test_force_walkdirs_utf8_nt SKIP 0ms
bzrlib._walkdirs_win32
test_osutils.Test_CICPCanonicalRelpath.test_at_root_drive SKIP 0ms
we can only test drive-letter relative paths on Windows where we have
drive letters.
test_read_bundle.TestReadMergeableBundleFromURL.test_read_fail(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_from_url(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(ChrootTransport,TestingChrootServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(FakeNFSTransportDecorator,FakeNFSServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(FakeVFATTransportDecorator,FakeVFATServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(FtpTransport,UnavailableFTPTestServer)
SKIP 0ms
FTPServer
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(LocalTransport,LocalURLServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(TransportLogDecorator,LogDecoratorServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(MemoryTransport,MemoryServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(NoSmartTransportDecorator,NoSmartTransportServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(PathFilteringTransport,TestingPathFilteringServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(ReadonlyTransportDecorator,ReadonlyServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(TransportTraceDecorator,TraceServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(UnlistableTransportDecorator,UnlistableServer)
SKIP 0ms
Need a ConnectedTransport to test transport reuse
test_remote.TestStacking.test_stacked_get_stream_groupcompress SKIP
0ms
No groupcompress ordered format available
test_selftest.TestCounterHooks.test_run_hook_once SKIP 0ms
testtools-0.9.8 required for addDetail
test_selftest.TestSubunitLogDetails.test_unexpected_success_has_logXFAIL
0ms
Text attachment: reason
- ------------
subunit treats "unexpectedSuccess" as a plain success
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: not equal:
a = 1
b = 0
- ------------
test_sftp_transport.SFTPLatencyKnob.test_default SKIP 0ms
Timing-sensitive test
test_sftp_transport.SSHVendorConnection.test_connection_vendor SKIP
0ms
We don't test spawning real ssh, because it prompts for a password.
Enable this test if we figure out how to prevent this.
test_shelf.TestPrepareShelf.test_shelve_changed_root_idXFAIL 0ms
Text attachment: reason
- ------------
shelf doesn't support shelving root changes yet
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: not equal:
a = [('delete file', 'first-root-id', 'directory', ''),
('add file', 'second-root-id', 'directory', ''),
('rename', 'foo-id', u'foo', u'foo')]
b = [('rename', 'foo-id', u'foo', u'foo')]
- ------------
test_shelf_ui.TestShelver.test_shelve_splitXFAIL 0ms
Text attachment: reason
- ------------
Cannot shelve a join back to the inner tree.
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
AssertionError: AssertionError not raised
- ------------
test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_NoSuchRevision
SKIP 0ms
No reason given
test_strace.TestStrace.test_strace_callable_is_called SKIP 0ms
strace selftests are broken and disabled
test_strace.TestStrace.test_strace_callable_result SKIP 0ms
strace selftests are broken and disabled
test_strace.TestStrace.test_strace_result_has_raw_log SKIP 0ms
strace selftests are broken and disabled
test_tag.TestTagsInCheckouts.test_tag_deletion_from_master_to_boundXFAIL
0ms
Text attachment: reason
- ------------
tag deletion does not propagate:
https://bugs.launchpad.net/bzr/+bug/138802
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "_dirstate_helpers_pyx.pyx", line 1908, in
bzrlib._dirstate_helpers_pyx._loop_one_block
StopIteration
- ------------
test_trace.TestTrace.test_format_mem_dump SKIP 0ms
meliae.scanner
test_trace.TestTrace.test_format_pywintypes_error SKIP 0ms
pywintypes
test_utextwrap.TestIndent.test_indent SKIP 0ms
test.test_textwrap is not available.
test_utextwrap.TestLongWord.test_longword SKIP 0ms
test.test_textwrap is not available.
test_utextwrap.TestWrap.test_wrap SKIP 0ms
test.test_textwrap is not available.
test_version.TestBzrlibVersioning.test_get_bzr_source_tree SKIP 0ms
Needs a working tree of bzr sources
test_version.TestBzrlibVersioning.test_python_binary_path SKIP 0ms
Needs a working tree of bzr sources
test_win32utils.TestAppPaths.test_iexplore SKIP 0ms
_winreg
test_win32utils.TestAppPaths.test_not_existing SKIP 0ms
_winreg
test_win32utils.TestAppPaths.test_wordpad SKIP 0ms
_winreg
test_win32utils.TestGetEnvironUnicode.test_get SKIP 0ms
win32 platform
test_win32utils.TestGetEnvironUnicode.test_long SKIP 0ms
win32 platform
test_win32utils.TestGetEnvironUnicode.test_unexpected_error SKIP
0ms
win32 platform
test_win32utils.TestGetEnvironUnicode.test_unicode SKIP 0ms
win32 platform
test_win32utils.TestGetEnvironUnicode.test_unset SKIP 0ms
win32 platform
test_win32utils.TestGetEnvironUnicode.test_unset_default SKIP 0ms
win32 platform
test_win32utils.TestLocationsCtypes.test_appdata_matches_environment
SKIP 0ms
No APPDATA environment variable exists
test_win32utils.TestLocationsPywin32.test_appdata_matches_environment
SKIP 0ms
win32com.shell
test_win32utils.TestLocationsPywin32.test_appdata_not_using_environment SKIP
0ms
win32com.shell
test_win32utils.TestLocationsPywin32.test_local_appdata_matches_environment
SKIP 0ms
win32com.shell
test_win32utils.TestLocationsPywin32.test_local_appdata_not_using_environment
SKIP 0ms
win32com.shell
test_win32utils.TestWin32UtilsGlobExpand.test_backslash_globbing SKIP
0ms
Filesystem treats '\' as a directory separator.
test_win32utils.TestWin32UtilsGlobExpand.test_case_insensitive_globbing SKIP
0ms
Test requires case insensitive globbing function
test_win32utils.TestWin32UtilsGlobExpand.test_unicode_backslashes SKIP
0ms
Filesystem treats '\' as a directory separator.
test_win32utils.Test_CommandLineToArgv.test_backslashes SKIP 0ms
Filesystem treats '\' as a directory separator.
test_win32utils.Test_CommandLineToArgv.test_case_insensitive_globs
SKIP 0ms
Test requires case insensitive globbing function
test_win32utils.Test_CommandLineToArgv.test_single_quote_supportXFAIL
0ms
Text attachment: reason
- ------------
Using single quotes breaks trimming from argv
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
343, in expectFailure
predicate(*args, **kwargs)
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/tests/test_win32utils.py",
line 319, in assertCommandLine
single_quotes_allowed=single_quotes_allowed)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/win32utils.py", line
530, in _command_line_to_argv
raise AssertionError("Split command line can't be shorter than argv")
AssertionError: Split command line can't be shorter than argv
- ------------
bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branchERROR
0ms
Text attachment: log
- ------------
1420.073 creating repository in
file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work/.bzr/.
1420.075 creating branch <bzrlib.branch.BzrBranchFormat7 object at
0x71b1f90> in
file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work/
1420.081 trying to create missing lock
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work/.bzr/checkout/dirstate'
1420.082 opening working tree
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work'
1420.089 preparing to commit
INFO Committing to:
/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work/
1420.091 Selecting files for commit with filter None
INFO Committed revision 1.
1420.099 Committed revid
jrandom at example.com-20120626153122-p7tr7j5enme2sdwc as revno 1.
1420.103 encoding stdout as osutils.get_user_encoding() 'utf-8'
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line
144, in _run_user
return fn(*args)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
465, in _run_test_method
testMethod()
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/test_cmds.py",
line 83, in test_run_default_branch
cmd.run_argv_aliases(['-r', '1'])
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
673, in run_argv_aliases
return self.run(**all_cmd_args)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
697, in run
return self._operation.run_simple(*args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 136,
in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
result = func(*args, **kwargs)
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/cmds.py",
line 373, in run
from bzrlib.plugins.launchpad import lp_api
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/lp_api.py",
line 46, in <module>
raise errors.DependencyNotPresent('launchpadlib', e)
DependencyNotPresent: Unable to import library "launchpadlib": No
module named launchpadlib
- ------------
bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branchERROR
0ms
Text attachment: log
- ------------
1420.110 creating repository in
file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch/.bzr/.
1420.112 creating branch <bzrlib.branch.BzrBranchFormat7 object at
0x805d890> in
file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch/
1420.118 trying to create missing lock
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch/.bzr/checkout/dirstate'
1420.118 opening working tree
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch'
1420.125 preparing to commit
INFO Committing to:
/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch/
1420.127 Selecting files for commit with filter None
INFO Committed revision 1.
1420.135 Committed revid
jrandom at example.com-20120626153122-kcdtwhucw0ip51t6 as revno 1.
1420.138 encoding stdout as osutils.get_user_encoding() 'utf-8'
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line
144, in _run_user
return fn(*args)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
465, in _run_test_method
testMethod()
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/test_cmds.py",
line 89, in test_run_specified_branch
cmd.run_argv_aliases(['-r', '1', 'specific-branch'])
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
673, in run_argv_aliases
return self.run(**all_cmd_args)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
697, in run
return self._operation.run_simple(*args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 136,
in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
result = func(*args, **kwargs)
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/cmds.py",
line 373, in run
from bzrlib.plugins.launchpad import lp_api
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/lp_api.py",
line 46, in <module>
raise errors.DependencyNotPresent('launchpadlib', e)
DependencyNotPresent: Unable to import library "launchpadlib": No
module named launchpadlib
- ------------
bzrlib.plugins.launchpad.test_lp_api.TestCacheDirectory.test_get_cache_directory
SKIP 0ms
launchpadlib
bzrlib.plugins.launchpad.test_lp_api.TestDependencyManagement.test_get_launchpadlib_version
SKIP 0ms
launchpadlib
bzrlib.plugins.launchpad.test_lp_api.TestDependencyManagement.test_supported_launchpadlib_version
SKIP 0ms
launchpadlib
bzrlib.plugins.launchpad.test_lp_api.TestDependencyManagement.test_unsupported_launchpadlib_version
SKIP 0ms
launchpadlib
bzrlib.plugins.launchpad.test_lp_api.TestLaunchpadMirror.test_alias_exists
SKIP 0ms
launchpadlib
bzrlib.plugins.launchpad.test_lp_api.TestLaunchpadMirror.test_command_exists
SKIP 0ms
launchpadlib
bzrlib.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_revision_id_with_slash
SKIP 0ms
Repository doesn't support revision ids with slashes
======================================================================
ERROR:
bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch
- ----------------------------------------------------------------------
_StringException: Text attachment: log
- ------------
1420.073 creating repository in
file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work/.bzr/.
1420.075 creating branch <bzrlib.branch.BzrBranchFormat7 object at
0x71b1f90> in
file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work/
1420.081 trying to create missing lock
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work/.bzr/checkout/dirstate'
1420.082 opening working tree
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work'
1420.089 preparing to commit
INFO Committing to:
/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_default_branch/work/
1420.091 Selecting files for commit with filter None
INFO Committed revision 1.
1420.099 Committed revid
jrandom at example.com-20120626153122-p7tr7j5enme2sdwc as revno 1.
1420.103 encoding stdout as osutils.get_user_encoding() 'utf-8'
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line
144, in _run_user
return fn(*args)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
465, in _run_test_method
testMethod()
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/test_cmds.py",
line 83, in test_run_default_branch
cmd.run_argv_aliases(['-r', '1'])
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
673, in run_argv_aliases
return self.run(**all_cmd_args)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
697, in run
return self._operation.run_simple(*args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 136,
in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
result = func(*args, **kwargs)
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/cmds.py",
line 373, in run
from bzrlib.plugins.launchpad import lp_api
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/lp_api.py",
line 46, in <module>
raise errors.DependencyNotPresent('launchpadlib', e)
DependencyNotPresent: Unable to import library "launchpadlib": No
module named launchpadlib
- ------------
======================================================================
ERROR:
bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch
- ----------------------------------------------------------------------
_StringException: Text attachment: log
- ------------
1420.110 creating repository in
file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch/.bzr/.
1420.112 creating branch <bzrlib.branch.BzrBranchFormat7 object at
0x805d890> in
file:///tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch/
1420.118 trying to create missing lock
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch/.bzr/checkout/dirstate'
1420.118 opening working tree
'/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch'
1420.125 preparing to commit
INFO Committing to:
/tmp/testbzr-3Hf1cX.tmp/bzrlib.plugins.launchpad.test_cmds.TestLPFindProposal.test_run_specified_branch/work/specific-branch/
1420.127 Selecting files for commit with filter None
INFO Committed revision 1.
1420.135 Committed revid
jrandom at example.com-20120626153122-kcdtwhucw0ip51t6 as revno 1.
1420.138 encoding stdout as osutils.get_user_encoding() 'utf-8'
- ------------
Text attachment: traceback
- ------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line
144, in _run_user
return fn(*args)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line
465, in _run_test_method
testMethod()
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/test_cmds.py",
line 89, in test_run_specified_branch
cmd.run_argv_aliases(['-r', '1', 'specific-branch'])
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
673, in run_argv_aliases
return self.run(**all_cmd_args)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/commands.py", line
697, in run
return self._operation.run_simple(*args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 136,
in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/home/pqm/pqm-workdir/srv/+trunk/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
result = func(*args, **kwargs)
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/cmds.py",
line 373, in run
from bzrlib.plugins.launchpad import lp_api
File
"/home/pqm/pqm-workdir/srv/+trunk/bzrlib/plugins/launchpad/lp_api.py",
line 46, in <module>
raise errors.DependencyNotPresent('launchpadlib', e)
DependencyNotPresent: Unable to import library "launchpadlib": No
module named launchpadlib
- ------------
- ----------------------------------------------------------------------
Ran 2590 tests in 2.635s
FAILED (errors=2, known_failure_count=56)
2532 tests skipped
bzr: warning: some compiled extensions could not be loaded; see
<https://answers.launchpad.net/bzr/+faq/703>
/usr/lib/python2.6/dist-packages/Pyrex/Compiler/Scanning.py:39:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
bzrlib/_readdir_pyx.c: In function
â__pyx_f_6bzrlib_12_readdir_pyx__read_dirâ:
bzrlib/_readdir_pyx.c:992: warning: â__pyx_exc_linenoâ may be used
uninitialized in this function
bzrlib/_readdir_pyx.c:1035: warning: â__pyx_exc_linenoâ may be
used uninitialized in this function
bzrlib/_chk_map_pyx.c: In function
â__pyx_f_6bzrlib_12_chk_map_pyx_safe_interned_string_from_sizeâ:
bzrlib/_chk_map_pyx.c:282: warning: cast from pointer to integer of
different size
In file included from /usr/include/python2.6/Python.h:8,
from bzrlib/_patiencediff_c.c:28:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE"
redefined
In file included from /usr/include/stdlib.h:25,
from bzrlib/_patiencediff_c.c:26:
/usr/include/features.h:210:1: warning: this is the location of the
previous definition
bzrlib/_btree_serializer_pyx.c: In function
â__pyx_f_6bzrlib_21_btree_serializer_pyx_safe_string_from_sizeâ:
bzrlib/_btree_serializer_pyx.c:306: warning: cast from pointer to
integer of different size
bzrlib/_btree_serializer_pyx.c: In function
â__pyx_f_6bzrlib_21_btree_serializer_pyx_safe_interned_string_from_sizeâ:
bzrlib/_btree_serializer_pyx.c:358: warning: cast from pointer to
integer of different size
Tue Jun 26 15:07:42 UTC 2012 : selftest starts
failed to open trace file: [Errno 13] Permission denied:
'/you-should-use-TestCaseInTempDir-if-you-need-a-log-file'
Tue Jun 26 15:31:34 UTC 2012 : selftest ends
make: *** [check-nodocs] Error 1
pre-commit hook failed with error code -253 at Tue Jun 26 15:31:39 2012
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk/qBYEACgkQ0F+nu1YWqI0Y6ACfVUjaJm5hf1//jQYe7vmFC03j
zZUAn2C6KmmEc+W8nL3USs/wBsyfqin0
=v/bA
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list