/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: Martin
  • Date: 2018-07-12 01:47:36 UTC
  • mto: This revision was merged to the branch mainline in revision 7035.
  • Revision ID: gzlist@googlemail.com-20180712014736-xfx2yedvitbscu0d
Update python3.passing for test__chk_map

Show diffs side-by-side

added added

removed removed

Lines of Context:
18543
18543
breezy.tests.test_cethread.TestCatchingExceptionThread.test_start_and_join_smoke_test
18544
18544
breezy.tests.test_cethread.TestCatchingExceptionThread.test_switch_and_set
18545
18545
breezy.tests.test_cethread.TestCatchingExceptionThread.test_sync_event
 
18546
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(C)
18546
18547
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(python)
 
18548
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(C)
18547
18549
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(python)
 
18550
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(C)
18548
18551
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(python)
 
18552
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(C)
18549
18553
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(python)
 
18554
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(C)
18550
18555
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(python)
 
18556
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(C)
18551
18557
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(python)
 
18558
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(C)
18552
18559
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(python)
18553
18560
breezy.tests.test_chk_map.TestCHKMapDifference.test__init__
18554
18561
breezy.tests.test_chk_map.TestCHKMapDifference.test__process_next_old_batched_no_dupes
18565
18572
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_prepares_queues
18566
18573
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_skips_known_old
18567
18574
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_yields_extra_deep_records
 
18575
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(C)
18568
18576
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(python)
 
18577
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(C)
18569
18578
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(python)
 
18579
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(C)
18570
18580
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(python)
 
18581
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(C)
18571
18582
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(python)
 
18583
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(C)
18572
18584
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(python)
 
18585
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(C)
18573
18586
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(python)
 
18587
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(C)
18574
18588
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(python)
 
18589
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(C)
18575
18590
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(python)
 
18591
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(C)
18576
18592
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(python)
 
18593
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(C)
18577
18594
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(python)
 
18595
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(C)
18578
18596
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(python)
 
18597
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(C)
18579
18598
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(python)
 
18599
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(C)
18580
18600
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(python)
 
18601
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(C)
18581
18602
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(python)
 
18603
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(C)
18582
18604
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(python)
18583
18605
breezy.tests.test_chk_map.TestInternalNode.test_add_node_empty_new
18584
18606
breezy.tests.test_chk_map.TestInternalNode.test_add_node_resets_key_new
18682
18704
breezy.tests.test_chk_map.TestNode.test_equal
18683
18705
breezy.tests.test_chk_map.TestNode.test_no_common_prefix
18684
18706
breezy.tests.test_chk_map.TestNode.test_not_a_prefix
 
18707
breezy.tests.test__chk_map.TestSearchKeys.test_255_does_not_include_newline(C)
 
18708
breezy.tests.test__chk_map.TestSearchKeys.test_255_does_not_include_newline(python)
 
18709
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(C)
18685
18710
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(python)
 
18711
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(C)
18686
18712
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(python)
18687
18713
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_16
18688
18714
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_plain