bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
1 |
# This is the list of tests that are known to pass with Python3. |
2 |
# "make check-nodocs3" verifies that these pass. |
|
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
3 |
breezy.tests.test__bencode.TestBencodeDecode.test_decoder_type_error(C) |
4 |
breezy.tests.test__bencode.TestBencodeDecode.test_decoder_type_error(python) |
|
5 |
breezy.tests.test__bencode.TestBencodeDecode.test_dict(C) |
|
6 |
breezy.tests.test__bencode.TestBencodeDecode.test_dict_deepnested(C) |
|
7 |
breezy.tests.test__bencode.TestBencodeDecode.test_dict_deepnested(python) |
|
8 |
breezy.tests.test__bencode.TestBencodeDecode.test_dict(python) |
|
9 |
breezy.tests.test__bencode.TestBencodeDecode.test_empty_string(C) |
|
10 |
breezy.tests.test__bencode.TestBencodeDecode.test_empty_string(python) |
|
11 |
breezy.tests.test__bencode.TestBencodeDecode.test_int(C) |
|
12 |
breezy.tests.test__bencode.TestBencodeDecode.test_int(python) |
|
13 |
breezy.tests.test__bencode.TestBencodeDecode.test_junk(C) |
|
14 |
breezy.tests.test__bencode.TestBencodeDecode.test_junk(python) |
|
15 |
breezy.tests.test__bencode.TestBencodeDecode.test_large_string(C) |
|
16 |
breezy.tests.test__bencode.TestBencodeDecode.test_large_string(python) |
|
17 |
breezy.tests.test__bencode.TestBencodeDecode.test_list(C) |
|
18 |
breezy.tests.test__bencode.TestBencodeDecode.test_list_deepnested(C) |
|
19 |
breezy.tests.test__bencode.TestBencodeDecode.test_list_deepnested(python) |
|
20 |
breezy.tests.test__bencode.TestBencodeDecode.test_list(python) |
|
21 |
breezy.tests.test__bencode.TestBencodeDecode.test_long(C) |
|
22 |
breezy.tests.test__bencode.TestBencodeDecode.test_long(python) |
|
23 |
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_dict(C) |
|
24 |
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_dict(python) |
|
25 |
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_int(C) |
|
26 |
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_int(python) |
|
27 |
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_list(C) |
|
28 |
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_list(python) |
|
29 |
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_string(C) |
|
30 |
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_string(python) |
|
31 |
breezy.tests.test__bencode.TestBencodeDecode.test_string(C) |
|
32 |
breezy.tests.test__bencode.TestBencodeDecode.test_string(python) |
|
33 |
breezy.tests.test__bencode.TestBencodeDecode.test_unknown_object(C) |
|
34 |
breezy.tests.test__bencode.TestBencodeDecode.test_unknown_object(python) |
|
35 |
breezy.tests.test__bencode.TestBencodeDecode.test_unsupported_type(C) |
|
36 |
breezy.tests.test__bencode.TestBencodeDecode.test_unsupported_type(python) |
|
37 |
breezy.tests.test__bencode.TestBencodeEncode.test_bencached(C) |
|
38 |
breezy.tests.test__bencode.TestBencodeEncode.test_bencached(python) |
|
39 |
breezy.tests.test__bencode.TestBencodeEncode.test_bool(C) |
|
40 |
breezy.tests.test__bencode.TestBencodeEncode.test_bool(python) |
|
41 |
breezy.tests.test__bencode.TestBencodeEncode.test_dict(C) |
|
42 |
breezy.tests.test__bencode.TestBencodeEncode.test_dict_deep_nested(C) |
|
43 |
breezy.tests.test__bencode.TestBencodeEncode.test_dict_deep_nested(python) |
|
44 |
breezy.tests.test__bencode.TestBencodeEncode.test_dict(python) |
|
45 |
breezy.tests.test__bencode.TestBencodeEncode.test_int(C) |
|
46 |
breezy.tests.test__bencode.TestBencodeEncode.test_int(python) |
|
47 |
breezy.tests.test__bencode.TestBencodeEncode.test_invalid_dict(C) |
|
48 |
breezy.tests.test__bencode.TestBencodeEncode.test_invalid_dict(python) |
|
49 |
breezy.tests.test__bencode.TestBencodeEncode.test_list_as_tuple(C) |
|
50 |
breezy.tests.test__bencode.TestBencodeEncode.test_list_as_tuple(python) |
|
51 |
breezy.tests.test__bencode.TestBencodeEncode.test_list(C) |
|
52 |
breezy.tests.test__bencode.TestBencodeEncode.test_list_deep_nested(C) |
|
53 |
breezy.tests.test__bencode.TestBencodeEncode.test_list_deep_nested(python) |
|
54 |
breezy.tests.test__bencode.TestBencodeEncode.test_list(python) |
|
55 |
breezy.tests.test__bencode.TestBencodeEncode.test_long(C) |
|
56 |
breezy.tests.test__bencode.TestBencodeEncode.test_long(python) |
|
57 |
breezy.tests.test__bencode.TestBencodeEncode.test_string(C) |
|
58 |
breezy.tests.test__bencode.TestBencodeEncode.test_string(python) |
|
59 |
breezy.tests.test_cethread.TestCatchingExceptionThread.test_exception_is_re_raised |
|
60 |
breezy.tests.test_cethread.TestCatchingExceptionThread.test_exception_while_switch_and_set |
|
61 |
breezy.tests.test_cethread.TestCatchingExceptionThread.test_join_around_exception |
|
62 |
breezy.tests.test_cethread.TestCatchingExceptionThread.test_start_and_join_smoke_test |
|
63 |
breezy.tests.test_cethread.TestCatchingExceptionThread.test_switch_and_set |
|
64 |
breezy.tests.test_cethread.TestCatchingExceptionThread.test_sync_event |
|
65 |
breezy.tests.test_chunk_writer.TestWriter.test_chunk_writer_empty |
|
66 |
breezy.tests.test_chunk_writer.TestWriter.test_optimize_for_size |
|
67 |
breezy.tests.test_chunk_writer.TestWriter.test_optimize_for_speed |
|
68 |
breezy.tests.test_chunk_writer.TestWriter.test_some_data |
|
69 |
breezy.tests.test_chunk_writer.TestWriter.test_too_much_data_does_not_exceed_size |
|
70 |
breezy.tests.test_chunk_writer.TestWriter.test_too_much_data_preserves_reserve_space |
|
|
6770.3.2
by Martin
Add test_cleanup to passing Python 3 tests |
71 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_cleanup_error_debug_flag |
72 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_and_cleanup_errors_debug_flag |
|
73 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_error_propagates |
|
74 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_error_trumps_cleanup_error |
|
75 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_may_mutate_cleanups |
|
76 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_passes_and_error_from_cleanup |
|
77 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_multiple_cleanup_failures |
|
78 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_multiple_cleanup_failures_debug_flag |
|
79 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_runs_cleanups |
|
80 |
breezy.tests.test_cleanup.TestDoWithCleanups.test_runs_func |
|
81 |
breezy.tests.test_cleanup.TestObjectWithCleanups.test_object_with_cleanups |
|
82 |
breezy.tests.test_cleanup.TestOperationWithCleanups.test_cleanup_ordering |
|
83 |
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_error |
|
84 |
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_error_debug_flag |
|
85 |
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_with_args_kwargs |
|
86 |
breezy.tests.test_cleanup.TestRunCleanup.test_no_errors |
|
87 |
breezy.tests.test_cleanup.TestRunCleanup.test_prior_error_cleanup_fails |
|
88 |
breezy.tests.test_cleanup.TestRunCleanup.test_prior_error_cleanup_succeeds |
|
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
89 |
breezy.tests.test_commands.GuessCommandTests.test_guess |
90 |
breezy.tests.test_commands.GuessCommandTests.test_guess_override |
|
91 |
breezy.tests.test_commands.GuessCommandTests.test_none |
|
92 |
breezy.tests.test_commands.TestCommandNotFound.test_not_found_no_suggestion |
|
93 |
breezy.tests.test_commands.TestCommandNotFound.test_not_found_with_suggestion |
|
94 |
breezy.tests.test_commands.TestCommands.test_all_commands_have_help |
|
95 |
breezy.tests.test_commands.TestCommands.test_display_command |
|
96 |
breezy.tests.test_commands.TestCommands.test_help_hidden |
|
97 |
breezy.tests.test_commands.TestCommands.test_help_not_hidden |
|
98 |
breezy.tests.test_commands.TestCommands.test_unicode_command |
|
99 |
breezy.tests.test_commands.TestCommands.test_unicode_option |
|
100 |
breezy.tests.test_commands.TestExtendCommandHook.test_fires_on_get_cmd_object |
|
101 |
breezy.tests.test_commands.TestGetAlias.test_double_quotes |
|
102 |
breezy.tests.test_commands.TestGetAlias.test_simple |
|
103 |
breezy.tests.test_commands.TestGetAlias.test_single_quotes |
|
104 |
breezy.tests.test_commands.TestGetAlias.test_unicode |
|
105 |
breezy.tests.test_commands.TestGetCommandHook.test_fires_on_get_cmd_object |
|
106 |
breezy.tests.test_commands.TestGetMissingCommandHook.test_fires_on_get_cmd_object |
|
107 |
breezy.tests.test_commands.TestGetMissingCommandHook.test_skipped_on_HelpCommandIndex_get_topics |
|
108 |
breezy.tests.test_commands.TestInsideCommand.test_command_see_config_overrides |
|
109 |
breezy.tests.test_commands.TestInvokedAs.test_invoked_as |
|
110 |
breezy.tests.test_commands.TestListCommandHook.test_fires_on_all_command_names |
|
111 |
breezy.tests.test_commands.TestPreAndPostCommandHooks.test_post_hook_provided_exception |
|
112 |
breezy.tests.test_commands.TestPreAndPostCommandHooks.test_pre_and_post_hooks |
|
113 |
breezy.tests.test_commands.TestPreAndPostCommandHooks.test_pre_command_error |
|
114 |
breezy.tests.test_commands.TestRegisterLazy.test_aliases |
|
115 |
breezy.tests.test_commands.TestRegisterLazy.test_get_unrelated_does_not_import |
|
116 |
breezy.tests.test_commands.TestRegisterLazy.test_register_lazy |
|
117 |
breezy.tests.test_commands.TestSeeAlso.test_additional_terms |
|
118 |
breezy.tests.test_commands.TestSeeAlso.test_deduplication |
|
119 |
breezy.tests.test_commands.TestSeeAlso.test_default_subclass_no_see_also |
|
120 |
breezy.tests.test_commands.TestSeeAlso.test__see_also |
|
121 |
breezy.tests.test_commands.TestSeeAlso.test_sorted |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
122 |
breezy.tests.test_crash.TestApportReporting.test_apport_report |
123 |
breezy.tests.test_crash.TestNonApportReporting.test_report_bug_legacy |
|
124 |
breezy.tests.test_debug.TestDebugFlags.test_set_multiple_debug_flags_from_config |
|
125 |
breezy.tests.test_debug.TestDebugFlags.test_set_no_debug_flags_from_config |
|
126 |
breezy.tests.test_debug.TestDebugFlags.test_set_single_debug_flags_from_config |
|
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
127 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_add_is_present |
128 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_add_maintains_fifo |
|
129 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_cache_size |
|
130 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_cleanup_at_deconstruct |
|
131 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_cleanup_funcs |
|
132 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_clear |
|
133 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_copy_not_implemented |
|
134 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_default_after_cleanup_count |
|
135 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_missing |
|
136 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_popitem_not_implemeted |
|
137 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_pop_not_implemeted |
|
138 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_resize_larger |
|
139 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_resize_smaller |
|
140 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_setdefault |
|
141 |
breezy.tests.test_fifo_cache.TestFIFOCache.test_update |
|
142 |
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_adding_large_key |
|
143 |
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_add_is_present |
|
144 |
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_add_maintains_fifo |
|
145 |
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_missing |
|
146 |
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_resize_larger |
|
147 |
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_resize_smaller |
|
148 |
breezy.tests.test_hooks.TestErrors.test_unknown_hook |
|
149 |
breezy.tests.test_hooks.TestHookRegistry.test_items_are_reasonable_keys |
|
150 |
breezy.tests.test_hooks.TestHookRegistry.test_known_hooks_key_to_object |
|
151 |
breezy.tests.test_hooks.TestHookRegistry.test_known_hooks_key_to_parent_and_attribute |
|
152 |
breezy.tests.test_hooks.TestHooks.test_docs |
|
153 |
breezy.tests.test_hooks.TestHooks.test_install_lazy_named_hook |
|
154 |
breezy.tests.test_hooks.TestHooks.test_install_named_hook_and_retrieve_name |
|
155 |
breezy.tests.test_hooks.TestHooks.test_install_named_hook_appends_known_hook |
|
156 |
breezy.tests.test_hooks.TestHooks.test_install_named_hook_lazy |
|
157 |
breezy.tests.test_hooks.TestHooks.test_install_named_hook_lazy_old |
|
158 |
breezy.tests.test_hooks.TestHooks.test_install_named_hook_raises_unknown_hook |
|
159 |
breezy.tests.test_hooks.TestHooks.test_uninstall_multiple_named_hooks |
|
160 |
breezy.tests.test_hooks.TestHooks.test_uninstall_named_hook |
|
161 |
breezy.tests.test_hooks.TestHooks.test_uninstall_named_hook_old_style |
|
162 |
breezy.tests.test_hooks.TestHooks.test_uninstall_named_hook_raises_unknown_hook |
|
163 |
breezy.tests.test_hooks.TestHooks.test_uninstall_named_hook_unknown_callable |
|
164 |
breezy.tests.test_hooks.TestHooks.test_valid_lazy_hooks |
|
165 |
breezy.tests.test_hooks.TestHook.test_docs |
|
166 |
breezy.tests.test_hooks.TestHook.test_hook |
|
167 |
breezy.tests.test_hooks.TestHook.test___init__ |
|
168 |
breezy.tests.test_hooks.TestHook.test_lazy_hook |
|
169 |
breezy.tests.test_hooks.TestHook.test___repr |
|
170 |
breezy.tests.test_hooks.TestHook.test_uninstall |
|
171 |
breezy.tests.test_hooks.TestHook.test_uninstall_unknown |
|
172 |
breezy.tests.test_inventory_delta.TestContent.test_dir |
|
173 |
breezy.tests.test_inventory_delta.TestContent.test_file_0_short_sha |
|
174 |
breezy.tests.test_inventory_delta.TestContent.test_file_10_foo |
|
175 |
breezy.tests.test_inventory_delta.TestContent.test_file_executable |
|
176 |
breezy.tests.test_inventory_delta.TestContent.test_file_without_sha1 |
|
177 |
breezy.tests.test_inventory_delta.TestContent.test_file_without_size |
|
178 |
breezy.tests.test_inventory_delta.TestContent.test_link_empty_target |
|
179 |
breezy.tests.test_inventory_delta.TestContent.test_link_no_target |
|
180 |
breezy.tests.test_inventory_delta.TestContent.test_link_space_target |
|
181 |
breezy.tests.test_inventory_delta.TestContent.test_link_unicode_target |
|
182 |
breezy.tests.test_inventory_delta.TestContent.test_reference_no_reference |
|
183 |
breezy.tests.test_inventory_delta.TestContent.test_reference_null |
|
184 |
breezy.tests.test_inventory_delta.TestContent.test_reference_revision |
|
185 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_bad_format |
|
186 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_delete |
|
187 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_duplicate_key_errors |
|
188 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_invalid_newpath |
|
189 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_invalid_oldpath |
|
190 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_last_line_not_empty |
|
191 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_new_file |
|
192 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_no_bytes |
|
193 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_no_parent |
|
194 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_no_version |
|
195 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_special_revid_not_valid_last_mod |
|
196 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_tree_when_disabled |
|
197 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_tree_when_header_disallows |
|
198 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_unique_root_id_root_versioned_disabled |
|
199 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_unversioned_root_versioning_enabled |
|
200 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_versioned_root_only |
|
201 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_versioned_root_versioned_disabled |
|
202 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_versioned_root_when_disabled |
|
203 |
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_versioned_root_when_header_disallows |
|
204 |
breezy.tests.test_inventory_delta.TestSerialization.test_empty_delta_to_lines |
|
205 |
breezy.tests.test_inventory_delta.TestSerialization.test_nonrichroot_versioned_root_errors |
|
206 |
breezy.tests.test_inventory_delta.TestSerialization.test_richroot_unversioned_root_errors |
|
207 |
breezy.tests.test_inventory_delta.TestSerialization.test_root_only_to_lines |
|
208 |
breezy.tests.test_inventory_delta.TestSerialization.test_to_inventory_has_tree_not_meant_to |
|
209 |
breezy.tests.test_inventory_delta.TestSerialization.test_to_inventory_root_id_not_versioned |
|
210 |
breezy.tests.test_inventory_delta.TestSerialization.test_to_inventory_root_id_versioned_not_permitted |
|
211 |
breezy.tests.test_inventory_delta.TestSerialization.test_to_inventory_torture |
|
212 |
breezy.tests.test_inventory_delta.TestSerialization.test_tree_reference_disabled |
|
213 |
breezy.tests.test_inventory_delta.TestSerialization.test_tree_reference_enabled |
|
214 |
breezy.tests.test_inventory_delta.TestSerialization.test_unknown_kind_errors |
|
215 |
breezy.tests.test_inventory_delta.TestSerialization.test_unversioned_non_root_errors |
|
216 |
breezy.tests.test_inventory_delta.TestSerialization.test_unversioned_root |
|
217 |
breezy.tests.test_lazy_import.TestCanonicalize.test_from_one_import_two |
|
218 |
breezy.tests.test_lazy_import.TestCanonicalize.test_import_one |
|
219 |
breezy.tests.test_lazy_import.TestCanonicalize.test_import_one_as_two_as |
|
220 |
breezy.tests.test_lazy_import.TestCanonicalize.test_import_one_two |
|
221 |
breezy.tests.test_lazy_import.TestCanonicalize.test_missing_trailing |
|
222 |
breezy.tests.test_lazy_import.TestCanonicalize.test_multiple |
|
223 |
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_mixed |
|
224 |
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one |
|
225 |
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one_as_x |
|
226 |
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one_two |
|
227 |
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one_two_as_x |
|
228 |
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one_two_three |
|
229 |
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_with_as |
|
230 |
breezy.tests.test_lazy_import.TestFromToMap.test_from_one_import_two |
|
231 |
breezy.tests.test_lazy_import.TestFromToMap.test_from_one_import_two_as_three |
|
232 |
breezy.tests.test_lazy_import.TestFromToMap.test_from_one_import_two_three |
|
233 |
breezy.tests.test_lazy_import.TestFromToMap.test_from_one_two_import_three |
|
234 |
breezy.tests.test_lazy_import.TestImportProcessor.test_from_many |
|
235 |
breezy.tests.test_lazy_import.TestImportProcessor.test_from_one_import_two |
|
236 |
breezy.tests.test_lazy_import.TestImportProcessor.test_import_as |
|
237 |
breezy.tests.test_lazy_import.TestImportProcessor.test_import_many |
|
238 |
breezy.tests.test_lazy_import.TestImportProcessor.test_import_one |
|
239 |
breezy.tests.test_lazy_import.TestImportProcessor.test_import_one_two |
|
240 |
breezy.tests.test_lazy_import.TestImportProcessor.test_incorrect_line |
|
241 |
breezy.tests.test_lazy_import.TestImportProcessor.test_mixed |
|
242 |
breezy.tests.test_lazy_import.TestImportProcessor.test_name_collision |
|
243 |
breezy.tests.test_lazy_import.TestImportProcessor.test_relative_imports |
|
244 |
breezy.tests.test_lazy_import.TestImportReplacerHelper.test_basic_import |
|
245 |
breezy.tests.test_lazy_import.TestImportReplacer.test_import_mod |
|
246 |
breezy.tests.test_lazy_import.TestImportReplacer.test_import_mod_from_root |
|
247 |
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root |
|
248 |
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_and_mod |
|
249 |
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_and_root_mod |
|
250 |
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_sub_submod |
|
251 |
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_import_deep |
|
252 |
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_lazy_import |
|
253 |
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_root |
|
254 |
breezy.tests.test_lazy_import.TestScopeReplacerReentrance.test_call |
|
255 |
breezy.tests.test_lazy_import.TestScopeReplacerReentrance.test_getattribute |
|
256 |
breezy.tests.test_lazy_import.TestScopeReplacerReentrance.test_setattr |
|
257 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_call_class |
|
258 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_call_func |
|
259 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_class |
|
260 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_enable_proxying |
|
261 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_object |
|
262 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_other_variable |
|
263 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_replace_side_effects |
|
264 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_replacing_from_own_scope_fails |
|
265 |
breezy.tests.test_lazy_import.TestScopeReplacer.test_setattr_replaces |
|
266 |
breezy.tests.test_lazy_regex.TestErrors.test_invalid_pattern |
|
267 |
breezy.tests.test_lazy_regex.TestInstallLazyCompile.test_install |
|
268 |
breezy.tests.test_lazy_regex.TestInstallLazyCompile.test_reset |
|
269 |
breezy.tests.test_lazy_regex.TestLazyCompile.test_extra_args |
|
270 |
breezy.tests.test_lazy_regex.TestLazyCompile.test_findall |
|
271 |
breezy.tests.test_lazy_regex.TestLazyCompile.test_finditer |
|
272 |
breezy.tests.test_lazy_regex.TestLazyCompile.test_match |
|
273 |
breezy.tests.test_lazy_regex.TestLazyCompile.test_pickle |
|
274 |
breezy.tests.test_lazy_regex.TestLazyCompile.test_search |
|
275 |
breezy.tests.test_lazy_regex.TestLazyCompile.test_simple_acts_like_regex |
|
276 |
breezy.tests.test_lazy_regex.TestLazyCompile.test_split |
|
277 |
breezy.tests.test_lazy_regex.TestLazyRegex.test_bad_pattern |
|
278 |
breezy.tests.test_lazy_regex.TestLazyRegex.test_lazy_compile |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
279 |
breezy.tests.test_library_state.TestLibraryState.test_trace_context |
280 |
breezy.tests.test_library_state.TestLibraryState.test_ui_is_used |
|
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
281 |
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_acquired_fail |
282 |
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_acquired_success |
|
283 |
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_broken_failure |
|
284 |
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_broken_success |
|
285 |
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_released_fail |
|
286 |
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_released_success |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
287 |
breezy.tests.test_lockdir.TestLockDir.test_00_lock_creation |
288 |
breezy.tests.test_lockdir.TestLockDir.test_01_lock_repr |
|
289 |
breezy.tests.test_lockdir.TestLockDir.test_02_unlocked_peek |
|
290 |
breezy.tests.test_lockdir.TestLockDir.test_03_readonly_peek |
|
291 |
breezy.tests.test_lockdir.TestLockDir.test_10_lock_uncontested |
|
292 |
breezy.tests.test_lockdir.TestLockDir.test_11_create_readonly_transport |
|
293 |
breezy.tests.test_lockdir.TestLockDir.test_12_lock_readonly_transport |
|
294 |
breezy.tests.test_lockdir.TestLockDir.test_20_lock_contested |
|
295 |
breezy.tests.test_lockdir.TestLockDir.test_20_lock_peek |
|
296 |
breezy.tests.test_lockdir.TestLockDir.test_21_peek_readonly |
|
297 |
breezy.tests.test_lockdir.TestLockDir.test_30_lock_wait_fail |
|
298 |
breezy.tests.test_lockdir.TestLockDir.test_31_lock_wait_easy |
|
299 |
breezy.tests.test_lockdir.TestLockDir.test_40_confirm_easy |
|
300 |
breezy.tests.test_lockdir.TestLockDir.test_41_confirm_not_held |
|
301 |
breezy.tests.test_lockdir.TestLockDir.test_42_confirm_broken_manually |
|
302 |
breezy.tests.test_lockdir.TestLockDir.test_43_break |
|
303 |
breezy.tests.test_lockdir.TestLockDir.test_44_break_already_released |
|
304 |
breezy.tests.test_lockdir.TestLockDir.test_45_break_mismatch |
|
305 |
breezy.tests.test_lockdir.TestLockDir.test_46_fake_read_lock |
|
306 |
breezy.tests.test_lockdir.TestLockDir.test_50_lockdir_representation |
|
307 |
breezy.tests.test_lockdir.TestLockDir.test_break_lock |
|
308 |
breezy.tests.test_lockdir.TestLockDir.test_break_lock_corrupt_info |
|
309 |
breezy.tests.test_lockdir.TestLockDir.test_break_lock_missing_info |
|
310 |
breezy.tests.test_lockdir.TestLockDir.test_corrupt_lockdir_info |
|
311 |
breezy.tests.test_lockdir.TestLockDir.test_create_missing_base_directory |
|
312 |
breezy.tests.test_lockdir.TestLockDir.test_display_form |
|
313 |
breezy.tests.test_lockdir.TestLockDir.test_failed_lock_leaves_no_trash |
|
314 |
breezy.tests.test_lockdir.TestLockDir.test_lock_by_token |
|
315 |
breezy.tests.test_lockdir.TestLockDir.test_lock_permission |
|
316 |
breezy.tests.test_lockdir.TestLockDir.test_lock_with_buggy_rename |
|
317 |
breezy.tests.test_lockdir.TestLockDir.test_lock_without_email |
|
318 |
breezy.tests.test_lockdir.TestLockDir.test_missing_lockdir_info |
|
319 |
breezy.tests.test_lockdir.TestLockDir.test_no_lockdir_info |
|
320 |
breezy.tests.test_lockdir.TestLockDir.test_unlock_after_break_raises |
|
321 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_is_locked_by_this_process |
|
322 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_is_not_locked_by_this_process |
|
323 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_lock_holder_dead_process |
|
324 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_lock_holder_live_process |
|
325 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_lock_holder_other_machine |
|
326 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_lock_holder_other_user |
|
327 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_no_good_hostname |
|
328 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_repr |
|
329 |
breezy.tests.test_lockdir.TestLockHeldInfo.test_unicode |
|
330 |
breezy.tests.test_lockdir.TestStaleLockDir.test_auto_break_stale_lock |
|
331 |
breezy.tests.test_lockdir.TestStaleLockDir.test_auto_break_stale_lock_configured_off |
|
332 |
breezy.tests.test_lock.TestOSLock.test_create_read_lock(fcntl) |
|
333 |
breezy.tests.test_lock.TestOSLock.test_create_write_lock(fcntl) |
|
334 |
breezy.tests.test_lock.TestOSLock.test_read_locks_block_write_locks(fcntl) |
|
335 |
breezy.tests.test_lock.TestOSLock.test_read_locks_share(fcntl) |
|
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
336 |
breezy.tests.test_lock.TestOSLock.test_temporary_write_lock_fails(fcntl) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
337 |
breezy.tests.test_lock.TestOSLock.test_temporary_write_lock(fcntl) |
338 |
breezy.tests.test_lock.TestOSLock.test_write_locks_are_exclusive(fcntl) |
|
339 |
breezy.tests.test_lock.TestOSLock.test_write_locks_block_read_lock(fcntl) |
|
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
340 |
breezy.tests.test_lru_cache.TestLRUCache.test_add__null_key |
341 |
breezy.tests.test_lru_cache.TestLRUCache.test_after_cleanup_larger_than_max |
|
342 |
breezy.tests.test_lru_cache.TestLRUCache.test_after_cleanup_none |
|
343 |
breezy.tests.test_lru_cache.TestLRUCache.test_by_usage |
|
344 |
breezy.tests.test_lru_cache.TestLRUCache.test_cache_size |
|
345 |
breezy.tests.test_lru_cache.TestLRUCache.test_cleanup |
|
346 |
breezy.tests.test_lru_cache.TestLRUCache.test_cleanup_shrinks_to_after_clean_count |
|
347 |
breezy.tests.test_lru_cache.TestLRUCache.test_get |
|
348 |
breezy.tests.test_lru_cache.TestLRUCache.test_keys |
|
349 |
breezy.tests.test_lru_cache.TestLRUCache.test_len |
|
350 |
breezy.tests.test_lru_cache.TestLRUCache.test_map_None |
|
351 |
breezy.tests.test_lru_cache.TestLRUCache.test_missing |
|
352 |
breezy.tests.test_lru_cache.TestLRUCache.test_overflow |
|
353 |
breezy.tests.test_lru_cache.TestLRUCache.test_preserve_last_access_order |
|
354 |
breezy.tests.test_lru_cache.TestLRUCache.test_resize_larger |
|
355 |
breezy.tests.test_lru_cache.TestLRUCache.test_resize_smaller |
|
356 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_adding_clears_cache_based_on_size |
|
357 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_adding_clears_to_after_cleanup_size |
|
358 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_add__null_key |
|
359 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_add_tracks_size |
|
360 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_basic_init |
|
361 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_cleanup |
|
362 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_custom_sizes |
|
363 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_keys |
|
364 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_no_add_over_size |
|
365 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_remove_tracks_size |
|
366 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_resize_larger |
|
367 |
breezy.tests.test_lru_cache.TestLRUSizeCache.test_resize_smaller |
|
368 |
breezy.tests.test_progress.TestTextProgressView.test_clear |
|
369 |
breezy.tests.test_progress.TestTextProgressView.test_render_progress_easy |
|
370 |
breezy.tests.test_progress.TestTextProgressView.test_render_progress_nested |
|
371 |
breezy.tests.test_progress.TestTextProgressView.test_render_progress_no_bar |
|
372 |
breezy.tests.test_progress.TestTextProgressView.test_render_progress_sub_nested |
|
373 |
breezy.tests.test_progress.TestTextProgressView.test_render_progress_unicode_enc_missing |
|
374 |
breezy.tests.test_progress.TestTextProgressView.test_render_progress_unicode_enc_none |
|
375 |
breezy.tests.test_progress.TestTextProgressView.test_render_progress_unicode_enc_utf8 |
|
376 |
breezy.tests.test_progress.TestTextProgressView.test_render_truncated |
|
377 |
breezy.tests.test_progress.TestTextProgressView.test_render_with_activity |
|
378 |
breezy.tests.test__simple_set.TestSimpleSet.test_add |
|
379 |
breezy.tests.test__simple_set.TestSimpleSet.test_add_and_remove_lots_of_items |
|
380 |
breezy.tests.test__simple_set.TestSimpleSet.test_discard |
|
381 |
breezy.tests.test__simple_set.TestSimpleSet.test_get_set_del_with_collisions |
|
382 |
breezy.tests.test__simple_set.TestSimpleSet.test_initial |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
383 |
breezy.tests.test__simple_set.TestSimpleSet.test__iter__ |
384 |
breezy.tests.test__simple_set.TestSimpleSet.test__lookup |
|
385 |
breezy.tests.test__simple_set.TestSimpleSet.test__lookup_after_resize |
|
386 |
breezy.tests.test__simple_set.TestSimpleSet.test__lookup_collision |
|
387 |
breezy.tests.test__simple_set.TestSimpleSet.test__resize |
|
388 |
breezy.tests.test__simple_set.TestSimpleSet.test_richcompare_failure |
|
389 |
breezy.tests.test__simple_set.TestSimpleSet.test_richcompare_not_implemented |
|
390 |
breezy.tests.test__simple_set.TestSimpleSet.test_second_hash_failure |
|
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
391 |
breezy.tests.test__simple_set.TestSimpleSet.test__sizeof__ |
392 |
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_flagged_is_static_tuple(C) |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
393 |
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_flagged_is_static_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
394 |
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_flagged_is_tuple(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
395 |
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_flagged_is_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
396 |
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_is_static_tuple(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
397 |
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_is_static_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
398 |
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_is_tuple(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
399 |
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_is_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
400 |
breezy.tests.test__static_tuple.TestStaticTuple.test_as_tuple(C) |
401 |
breezy.tests.test__static_tuple.TestStaticTuple.test_as_tuple(python) |
|
402 |
breezy.tests.test__static_tuple.TestStaticTuple.test_as_tuples(C) |
|
403 |
breezy.tests.test__static_tuple.TestStaticTuple.test_as_tuples(python) |
|
404 |
breezy.tests.test__static_tuple.TestStaticTuple.test__c_has_C_API(C) |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
405 |
breezy.tests.test__static_tuple.TestStaticTuple.test__c_has_C_API(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
406 |
breezy.tests.test__static_tuple.TestStaticTuple.test__c_intern_handles_refcount(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
407 |
breezy.tests.test__static_tuple.TestStaticTuple.test__c_intern_handles_refcount(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
408 |
breezy.tests.test__static_tuple.TestStaticTuple.test__c_keys_are_not_immortal(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
409 |
breezy.tests.test__static_tuple.TestStaticTuple.test__c_keys_are_not_immortal(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
410 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_all_different_same_width(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
411 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_all_different_same_width(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
412 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_cross_class(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
413 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_cross_class(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
414 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_different_types(C) |
415 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_different_types(python) |
|
416 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_diff_width(C) |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
417 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_diff_width(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
418 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_equivalent_obj(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
419 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_equivalent_obj(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
420 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_mixed_depths(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
421 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_mixed_depths(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
422 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_same_obj(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
423 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_same_obj(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
424 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_similar_obj(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
425 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_similar_obj(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
426 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_some_different(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
427 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_some_different(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
428 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_to_tuples(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
429 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_to_tuples(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
430 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_vs_none(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
431 |
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_vs_none(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
432 |
breezy.tests.test__static_tuple.TestStaticTuple.test_concat(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
433 |
breezy.tests.test__static_tuple.TestStaticTuple.test_concat(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
434 |
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_bad_tuple(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
435 |
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_bad_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
436 |
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_non_tuple(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
437 |
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_non_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
438 |
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_tuple(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
439 |
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
440 |
breezy.tests.test__static_tuple.TestStaticTuple.test_create_bad_args(C) |
441 |
breezy.tests.test__static_tuple.TestStaticTuple.test_create_bad_args(python) |
|
442 |
breezy.tests.test__static_tuple.TestStaticTuple.test_create(C) |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
443 |
breezy.tests.test__static_tuple.TestStaticTuple.test_create(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
444 |
breezy.tests.test__static_tuple.TestStaticTuple.test_empty_is_singleton(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
445 |
breezy.tests.test__static_tuple.TestStaticTuple.test_empty_is_singleton(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
446 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_generator(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
447 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_generator(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
448 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_incorrect_args(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
449 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_incorrect_args(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
450 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_iterable(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
451 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_iterable(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
452 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_list(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
453 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_list(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
454 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_not_sequence(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
455 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_not_sequence(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
456 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_static_tuple(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
457 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_static_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
458 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_str(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
459 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_str(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
460 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_tuple(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
461 |
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_tuple(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
462 |
breezy.tests.test__static_tuple.TestStaticTuple.test_getitem(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
463 |
breezy.tests.test__static_tuple.TestStaticTuple.test_getitem(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
464 |
breezy.tests.test__static_tuple.TestStaticTuple.test_hash(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
465 |
breezy.tests.test__static_tuple.TestStaticTuple.test_hash(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
466 |
breezy.tests.test__static_tuple.TestStaticTuple.test_hold_bool(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
467 |
breezy.tests.test__static_tuple.TestStaticTuple.test_hold_bool(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
468 |
breezy.tests.test__static_tuple.TestStaticTuple.test_hold_other_static_tuples(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
469 |
breezy.tests.test__static_tuple.TestStaticTuple.test_hold_other_static_tuples(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
470 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_bytes(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
471 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_bytes(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
472 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_float(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
473 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_float(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
474 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_int(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
475 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_int(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
476 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_long(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
477 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_long(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
478 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_None(C) |
479 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_None(python) |
|
480 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_unicode(C) |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
481 |
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_unicode(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
482 |
breezy.tests.test__static_tuple.TestStaticTuple.test_intern(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
483 |
breezy.tests.test__static_tuple.TestStaticTuple.test_intern(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
484 |
breezy.tests.test__static_tuple.TestStaticTuple.test_len(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
485 |
breezy.tests.test__static_tuple.TestStaticTuple.test_len(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
486 |
breezy.tests.test__static_tuple.TestStaticTuple.test_nested_referents(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
487 |
breezy.tests.test__static_tuple.TestStaticTuple.test_nested_referents(python) |
488 |
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle(C) |
|
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
489 |
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle_empty(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
490 |
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle_empty(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
491 |
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle_nested(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
492 |
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle_nested(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
493 |
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle(python) |
494 |
breezy.tests.test__static_tuple.TestStaticTuple.test_refcount(C) |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
495 |
breezy.tests.test__static_tuple.TestStaticTuple.test_refcount(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
496 |
breezy.tests.test__static_tuple.TestStaticTuple.test_referents(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
497 |
breezy.tests.test__static_tuple.TestStaticTuple.test_referents(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
498 |
breezy.tests.test__static_tuple.TestStaticTuple.test__repr__(C) |
499 |
breezy.tests.test__static_tuple.TestStaticTuple.test__repr__(python) |
|
500 |
breezy.tests.test__static_tuple.TestStaticTuple.test_slice(C) |
|
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
501 |
breezy.tests.test__static_tuple.TestStaticTuple.test_slice(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
502 |
breezy.tests.test__static_tuple.TestStaticTuple.test_static_tuple_thunk(C) |
|
6754.4.3
by Jelmer Vernooij
Add whitelist of tests known to pass with python3. |
503 |
breezy.tests.test__static_tuple.TestStaticTuple.test_static_tuple_thunk(python) |
|
6763.1.1
by Martin
Add to the list of tests we expect to pass on Python 3 |
504 |
breezy.tests.test_trace.TestBzrLog.test_log_rollover |
505 |
breezy.tests.test_trace.TestLogging.test_log |
|
506 |
breezy.tests.test_trace.TestLogging.test_log_bytes_arg |
|
507 |
breezy.tests.test_trace.TestLogging.test_log_bytes_msg |
|
508 |
breezy.tests.test_trace.TestLogging.test_log_mixed_strings |
|
509 |
breezy.tests.test_trace.TestLogging.test_log_repr_broken |
|
510 |
breezy.tests.test_trace.TestLogging.test_log_sub |
|
511 |
breezy.tests.test_trace.TestLogging.test_log_unicode_arg |
|
512 |
breezy.tests.test_trace.TestLogging.test_log_unicode_msg |
|
513 |
breezy.tests.test_trace.TestLogging.test_log_utf8_arg |
|
514 |
breezy.tests.test_trace.TestLogging.test_log_utf8_msg |
|
515 |
breezy.tests.test_trace.TestLogging.test_note |
|
516 |
breezy.tests.test_trace.TestLogging.test_warning |
|
517 |
breezy.tests.test_trace.TestTraceConfiguration.test_default_config |
|
518 |
breezy.tests.test_trace.TestTrace.test_format_exception |
|
519 |
breezy.tests.test_trace.TestTrace.test_format_interrupt_exception |
|
520 |
breezy.tests.test_trace.TestTrace.test_format_io_error |
|
521 |
breezy.tests.test_trace.TestTrace.test_format_mem_dump |
|
522 |
breezy.tests.test_trace.TestTrace.test_format_memory_error |
|
523 |
breezy.tests.test_trace.TestTrace.test_format_os_error |
|
524 |
breezy.tests.test_trace.TestTrace.test_format_pywintypes_error |
|
525 |
breezy.tests.test_trace.TestTrace.test_format_sockets_error |
|
526 |
breezy.tests.test_trace.TestTrace.test_format_sys_exception |
|
527 |
breezy.tests.test_trace.TestTrace.test_format_unicode_error |
|
528 |
breezy.tests.test_trace.TestTrace.test_mutter_callsite_1 |
|
529 |
breezy.tests.test_trace.TestTrace.test_mutter_callsite_2 |
|
530 |
breezy.tests.test_trace.TestTrace.test_mutter_never_fails |
|
531 |
breezy.tests.test_trace.TestTrace.test__open_brz_log_uses_stderr_for_failures |
|
532 |
breezy.tests.test_trace.TestTrace.test_push_log_file |
|
533 |
breezy.tests.test_trace.TestTrace.test_report_broken_pipe |
|
534 |
breezy.tests.test_trace.TestTrace.test_report_external_import_error |
|
535 |
breezy.tests.test_trace.TestTrace.test_report_import_syntax_error |
|
536 |
breezy.tests.test_trace.TestTrace.test_show_error |
|
537 |
breezy.tests.test_trace.TestTrace.test_trace_argument_unicode |
|
538 |
breezy.tests.test_trace.TestTrace.test_trace_argument_utf8 |
|
539 |
breezy.tests.test_trace.TestTrace.test_trace_unicode |
|
540 |
breezy.tests.test_trace.TestVerbosityLevel.test_be_quiet |
|
541 |
breezy.tests.test_trace.TestVerbosityLevel.test_verbosity_level |
|
542 |
breezy.tests.test_tuned_gzip.TestToGzip.test_enormous_chunks |
|
543 |
breezy.tests.test_tuned_gzip.TestToGzip.test_large_chunks |
|
544 |
breezy.tests.test_tuned_gzip.TestToGzip.test_simple_text |
|
545 |
breezy.tests.test_tuned_gzip.TestToGzip.test_single_chunk |
|
546 |
breezy.tests.test_ui.CannedInputUIFactoryTests.test_canned_input_get_input |
|
547 |
breezy.tests.test_ui.SilentUITests.test_silent_factory_get_password |
|
548 |
breezy.tests.test_ui.SilentUITests.test_silent_ui_getbool |
|
549 |
breezy.tests.test_ui.TestBoolFromString.test_invalid_values |
|
550 |
breezy.tests.test_ui.TestBoolFromString.test_know_valid_values |
|
551 |
breezy.tests.test_ui.TestBoolFromString.test_provided_values |
|
552 |
breezy.tests.test_ui.TestConfirmationUserInterfacePolicy.test_confirm_action_default |
|
553 |
breezy.tests.test_ui.TestConfirmationUserInterfacePolicy.test_confirm_action_specific |
|
554 |
breezy.tests.test_ui.TestConfirmationUserInterfacePolicy.test_repr |
|
555 |
breezy.tests.test_ui.TestProgressRecordingUI.test_nested_ignore_depth_beyond_one |
|
556 |
breezy.tests.test_ui.TestTextUIFactory.test_quietness |
|
557 |
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_ascii_password |
|
558 |
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_confirm |
|
559 |
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_prompt |
|
560 |
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_prompts_and_clears |
|
561 |
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_unicode_password |
|
562 |
breezy.tests.test_ui.TestTextUIFactory.test_text_tick_after_update |
|
563 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_bad_parameters |
|
564 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_no_default |
|
565 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_prompt_automatic |
|
566 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_prompt_explicit |
|
567 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_return_values |
|
568 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_get_boolean |
|
569 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_get_integer |
|
570 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_getusername |
|
571 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_getusername_unicode |
|
572 |
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_show_user_warning |
|
573 |
breezy.tests.test_ui.TestTextUIOutputStream.test_output_clears_terminal |
|
574 |
breezy.tests.test_ui.TestUIConfiguration.test_output_encoding_configuration |
|
575 |
breezy.tests.test_ui.TestUIFactoryTests.test_test_ui_factory_progress |
|
576 |
breezy.tests.test_ui.UITests.test_progress_construction |
|
577 |
breezy.tests.test_ui.UITests.test_text_ui_non_terminal |