/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): Martin
  • Date: 2018-07-12 09:48:13 UTC
  • mfrom: (7032.2.2 chk_map_pyx_py3)
  • Revision ID: breezy.the.bot@gmail.com-20180712094813-9wrz8x5twprjtp46
Make _chk_map_pyx module work on Python 3

Merged from https://code.launchpad.net/~gz/brz/chk_map_pyx_py3/+merge/349385

Show diffs side-by-side

added added

removed removed

Lines of Context:
18577
18577
breezy.tests.test_cethread.TestCatchingExceptionThread.test_start_and_join_smoke_test
18578
18578
breezy.tests.test_cethread.TestCatchingExceptionThread.test_switch_and_set
18579
18579
breezy.tests.test_cethread.TestCatchingExceptionThread.test_sync_event
 
18580
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(C)
18580
18581
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(python)
 
18582
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(C)
18581
18583
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(python)
 
18584
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(C)
18582
18585
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(python)
 
18586
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(C)
18583
18587
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(python)
 
18588
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(C)
18584
18589
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(python)
 
18590
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(C)
18585
18591
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(python)
 
18592
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(C)
18586
18593
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(python)
18587
18594
breezy.tests.test_chk_map.TestCHKMapDifference.test__init__
18588
18595
breezy.tests.test_chk_map.TestCHKMapDifference.test__process_next_old_batched_no_dupes
18599
18606
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_prepares_queues
18600
18607
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_skips_known_old
18601
18608
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_yields_extra_deep_records
 
18609
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(C)
18602
18610
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(python)
 
18611
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(C)
18603
18612
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(python)
 
18613
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(C)
18604
18614
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(python)
 
18615
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(C)
18605
18616
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(python)
 
18617
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(C)
18606
18618
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(python)
 
18619
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(C)
18607
18620
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(python)
 
18621
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(C)
18608
18622
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(python)
 
18623
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(C)
18609
18624
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(python)
 
18625
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(C)
18610
18626
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(python)
 
18627
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(C)
18611
18628
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(python)
 
18629
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(C)
18612
18630
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(python)
 
18631
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(C)
18613
18632
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(python)
 
18633
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(C)
18614
18634
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(python)
 
18635
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(C)
18615
18636
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(python)
 
18637
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(C)
18616
18638
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(python)
18617
18639
breezy.tests.test_chk_map.TestInternalNode.test_add_node_empty_new
18618
18640
breezy.tests.test_chk_map.TestInternalNode.test_add_node_resets_key_new
18716
18738
breezy.tests.test_chk_map.TestNode.test_equal
18717
18739
breezy.tests.test_chk_map.TestNode.test_no_common_prefix
18718
18740
breezy.tests.test_chk_map.TestNode.test_not_a_prefix
 
18741
breezy.tests.test__chk_map.TestSearchKeys.test_255_does_not_include_newline(C)
 
18742
breezy.tests.test__chk_map.TestSearchKeys.test_255_does_not_include_newline(python)
 
18743
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(C)
18719
18744
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(python)
 
18745
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(C)
18720
18746
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(python)
18721
18747
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_16
18722
18748
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_plain