win32 seflftest results for bzr.0.9 (was: Re: bzr-0.9 release candidate 1)
Alexander Belchenko
bialix at ukr.net
Wed Aug 2 16:45:22 BST 2006
Last time I do full selftest 2 weeks ago (see my report from July 17).
Since then new failing tests appears on win32.
Here short summary for bzr.0.9:
Ran 3089 tests in 1695.578s
FAILED (failures=32, errors=11)
test_diff.TestDiff.test_external_diff_binary
ERROR 92ms
test_merge_core.MergeTest.test_contents_merge2
FAIL 2828ms
test_sftp_transport.SSHVendorConnection.test_connection_paramiko
ERROR 968ms
test_smart_add.TestSmartAdd.test_add_dry_run
FAIL 375ms
test_transport_implementations.TransportTests.test_copy(FtpServer)
ERROR 171ms
test_transport_implementations.TransportTests.test_copy_to(FtpServer)
ERROR 250ms
test_transport_implementations.TransportTests.test_move(FtpServer)
ERROR 94ms
test_transport_implementations.TransportTests.test_put(FtpServer)
ERROR 93ms
blackbox.test_add.TestAdd.test_add_in_unversioned
FAIL 2108ms
blackbox.test_add.TestAdd.test_add_in_versioned
FAIL 391ms
blackbox.test_add.TestAdd.test_add_reports
FAIL 562ms
blackbox.test_add.TestAdd.test_subdir_add
FAIL 391ms
blackbox.test_diff.TestExternalDiff.test_external_diff
FAIL 5625ms
blackbox.test_ignore.TestCommands.test_ignore_patterns
FAIL 407ms
blackbox.test_init.TestInit.test_init_branch
FAIL 812ms
blackbox.test_ls.TestLS.test_ls_added
FAIL 530ms
blackbox.test_ls.TestLS.test_ls_basic
FAIL 406ms
blackbox.test_ls.TestLS.test_ls_ignored
FAIL 530ms
blackbox.test_ls.TestLS.test_ls_recursive
FAIL 546ms
blackbox.test_status.BranchStatus.test_branch_status
FAIL 422ms
blackbox.test_status.BranchStatus.test_branch_status_revisions
FAIL 952ms
blackbox.test_status.BranchStatus.test_branch_status_specific_files
FAIL 937ms
blackbox.test_status.TestStatus.test_status
FAIL 765ms
blackbox.test_non_ascii.TestNonAscii.test_ignore(cp1251)
FAIL 905ms
branch_implementations.test_bound_sftp.BoundSFTPBranch.test_bind_diverged(BzrBranchFormat4)
ERROR 2828ms
branch_implementations.test_bound_sftp.BoundSFTPBranch.test_commit_fails(BzrBranchFormat5)
ERROR 2000ms
branch_implementations.test_bound_sftp.BoundSFTPBranch.test_simple_binding(BranchReferenceFormat)
ERROR 1766ms
...ory_implementations.test_interrepository.TestInterRepository.test_fetch_funky_file_id(InterRepository)ERROR
281ms
...tory_implementations.test_interrepository.TestInterRepository.test_fetch_funky_file_id(InterWeaveRepo)ERROR
625ms
..._implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_3_no_parents(WorkingTreeFormat3)
FAIL 687ms
..._implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_3_no_parents(WorkingTreeFormat2)
FAIL 233ms
tree_implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_3_no_parents(RevisionTree)
FAIL 859ms
..._implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_4_no_parents(WorkingTreeFormat3)
FAIL 656ms
..._implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_4_no_parents(WorkingTreeFormat2)
FAIL 233ms
tree_implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_4_no_parents(RevisionTree)
FAIL 858ms
..._implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_6_no_parents(WorkingTreeFormat3)
FAIL 625ms
..._implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_6_no_parents(WorkingTreeFormat2)
FAIL 250ms
tree_implementations.test_test_trees.TestTreeShapes.test_abc_tree_content_6_no_parents(RevisionTree)
FAIL 875ms
tree_implementations.test_test_trees.TestTreeShapes.test_abc_tree_no_parents(WorkingTreeFormat3)
FAIL 516ms
tree_implementations.test_test_trees.TestTreeShapes.test_abc_tree_no_parents(WorkingTreeFormat2)
FAIL 219ms
tree_implementations.test_test_trees.TestTreeShapes.test_abc_tree_no_parents(RevisionTree)
FAIL 702ms
workingtree_implementations.test_workingtree.TestWorkingTree.test_list_files_sorted(WorkingTreeFormat3)
FAIL 469ms
workingtree_implementations.test_workingtree.TestWorkingTree.test_list_files_sorted(WorkingTreeFormat2)
FAIL 233ms
Most of new errors comes from code like this:
ignores._set_user_ignores(['./.bazaar'])
this code create 'bazaar/2.0/' directory in working tree (because on
win32 bzr use '$APPDATA/bazaar/2.0/' directory for storing their configs).
--
Alexander
More information about the bazaar
mailing list