/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to python3.passing

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-07-01 21:50:14 UTC
  • mfrom: (7007.1.10 python3-dirstate)
  • Revision ID: breezy.the.bot@gmail.com-20180701215014-s75827topwg8b5ji
Fix some more dirstate tests on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-dirstate-more/+merge/348801

Show diffs side-by-side

added added

removed removed

Lines of Context:
5393
5393
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2aSubtree)
5394
5394
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RemoteRepositoryFormat-default(Supported))
5395
5395
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RemoteRepositoryFormat-v2(Supported))
5396
 
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RepositoryFormat2a)
5397
 
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RepositoryFormat2aSubtree)
5398
5396
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_inventory(RepositoryFormat2a)
5399
5397
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_inventory(RepositoryFormat2aSubtree)
5400
5398
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RemoteRepositoryFormat-default(Supported))
5966
5964
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormat5)
5967
5965
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormat6)
5968
5966
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormat7)
5969
 
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat2a)
5970
 
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat2aSubtree)
5971
5967
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormatKnitPack1)
5972
5968
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormatKnitPack3)
5973
5969
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormatKnitPack4)
5977
5973
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormatKnitPack6)
5978
5974
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormatKnitPack6RichRoot)
5979
5975
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormatPackDevelopment2Subtree)
 
5976
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat2a)
 
5977
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat2aSubtree)
5980
5978
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat4)
5981
5979
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat5)
5982
5980
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat6)
15829
15827
breezy.tests.test_directory_service.TestDirectoryLookup.test_dereference
15830
15828
breezy.tests.test_directory_service.TestDirectoryLookup.test_get_directory_service
15831
15829
breezy.tests.test_directory_service.TestDirectoryLookup.test_get_transport
 
15830
breezy.tests.test__dirstate_helpers.TestBisectDirblock.test_involved
 
15831
breezy.tests.test__dirstate_helpers.TestBisectDirblock.test_involved_cached
 
15832
breezy.tests.test__dirstate_helpers.TestBisectDirblock.test_simple
 
15833
breezy.tests.test__dirstate_helpers.TestBisectPathLeft.test_involved
 
15834
breezy.tests.test__dirstate_helpers.TestBisectPathLeft.test_simple
 
15835
breezy.tests.test__dirstate_helpers.TestBisectPathRight.test_involved
 
15836
breezy.tests.test__dirstate_helpers.TestBisectPathRight.test_simple
15832
15837
breezy.tests.test__dirstate_helpers.TestCompiledBisectDirblock.test_involved
15833
15838
breezy.tests.test__dirstate_helpers.TestCompiledBisectDirblock.test_involved_cached
15834
15839
breezy.tests.test__dirstate_helpers.TestCompiledBisectDirblock.test_simple
15848
15853
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_unicode_not_allowed
15849
15854
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_smoketest(unicode)
15850
15855
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_trailing_garbage(unicode)
 
15856
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_empty
 
15857
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_non_ascii
 
15858
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_same_str
15851
15859
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_unicode_not_allowed
 
15860
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_simple_paths
 
15861
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_tricky_paths
 
15862
breezy.tests.test__dirstate_helpers.TestLtPathByDirblock.test_cmp_simple_paths
 
15863
breezy.tests.test__dirstate_helpers.TestLtPathByDirblock.test_nonascii
 
15864
breezy.tests.test__dirstate_helpers.TestLtPathByDirblock.test_tricky_paths
15852
15865
breezy.tests.test__dirstate_helpers.TestLtPathByDirblock.test_unicode_not_allowed
15853
15866
breezy.tests.test__dirstate_helpers.TestMemRChr.test_missing
15854
15867
breezy.tests.test__dirstate_helpers.TestMemRChr.test_multiple
15863
15876
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_inode(dirstate_Python)
15864
15877
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_size(dirstate_Python)
15865
15878
breezy.tests.test__dirstate_helpers.TestPackStat.test_negative_dev(dirstate_Python)
 
15879
breezy.tests.test__dirstate_helpers.TestPackStat.test_result(dirstate_Python)
 
15880
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(unicode,dirstate_Python)
 
15881
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Python)
15866
15882
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(unicode,dirstate_Python)
15867
15883
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_smoketest(unicode)
15868
15884
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_trailing_garbage(unicode)
 
15885
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(unicode,dirstate_Python)
 
15886
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(unicode,dirstate_Python)
 
15887
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(unicode,dirstate_Python)
 
15888
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Python)
 
15889
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(unicode,dirstate_Python)
 
15890
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(unicode,dirstate_Python)
15869
15891
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(unicode,dirstate_Python)
15870
15892
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(unicode,dirstate_Python)
 
15893
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(unicode,dirstate_Python)
 
15894
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(unicode,dirstate_Python)
 
15895
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(unicode,dirstate_Python)
 
15896
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(unicode,dirstate_Python)
 
15897
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(unicode,dirstate_Python)
 
15898
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(unicode,dirstate_Python)
 
15899
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(unicode,dirstate_Python)
 
15900
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(unicode,dirstate_Python)
15871
15901
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_bisect_dirblock
15872
15902
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__bisect_path_left
15873
15903
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__bisect_path_right
15912
15942
breezy.tests.test_dirstate.TestGetLines.test_get_line_with_2_rows(unicode)
15913
15943
breezy.tests.test_dirstate.TestGetLines.test_iter_entries(unicode)
15914
15944
breezy.tests.test_dirstate.Test_InvEntryToDetails.test_unicode_symlink
 
15945
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_children_b(unicode)
 
15946
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_child_root(unicode)
15915
15947
breezy.tests.test_dirstate.TestPackStat.test_pack_stat_float
15916
15948
breezy.tests.test_dirstate.TestPackStat.test_pack_stat_int
15917
15949
breezy.tests.test_dirstate.TestSHA1Provider.test_defaultsha1provider_sha1
16053
16085
breezy.tests.test_export.TarExporterTests.test_tgz_ignores_dest_path
16054
16086
breezy.tests.test_export.TarExporterTests.test_xz_stdout
16055
16087
breezy.tests.test_export.TestDirExport.test_empty
16056
 
breezy.tests.test_export.TestDirExport.test_to_existing_nonempty_dir_fail
16057
 
breezy.tests.test_extract.TestExtract.test_bad_repo_format
16058
16088
breezy.tests.test_export.TestDirExport.test_files_per_file_timestamps
16059
16089
breezy.tests.test_export.TestDirExport.test_files_same_timestamp
16060
16090
breezy.tests.test_export.TestDirExport.test_subdir_files_per_timestamps
 
16091
breezy.tests.test_export.TestDirExport.test_to_existing_nonempty_dir_fail
 
16092
breezy.tests.test_extract.TestExtract.test_bad_repo_format
16061
16093
breezy.tests.test_features.TestBackslashFilenameFeature.test_probe_passes
16062
16094
breezy.tests.test_features.Test_CompatibilityFeature.test_does_thunk
16063
16095
breezy.tests.test_features.Test_CompatibilityFeature.test_reports_correct_location
20068
20100
breezy.tests.test_upgrade.TestSmartUpgrade.test_upgrade_standalone_branch
20069
20101
breezy.tests.test_upgrade.TestSmartUpgrade.test_upgrade_standalone_branch_cleanup
20070
20102
breezy.tests.test_upgrade.TestUpgrade.test_convert_knit_dirstate_content
 
20103
breezy.tests.test_upgrade.TestUpgrade.test_convert_knit_dirstate_empty
20071
20104
breezy.tests.test_upgrade.TestUpgrade.test_upgrade_rich_root
20072
20105
breezy.tests.test_upstream_import.TestImport.test_common_directory
20073
20106
breezy.tests.test_upstream_import.TestImport.test_get_archive_type