/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-08-22 00:34:58 UTC
  • mfrom: (7067.12.5 python3-atomic)
  • Revision ID: breezy.the.bot@gmail.com-20180822003458-t8a5tmvru4yq9ou2
Fix an ignore test on Python 3.

Make AtomicFile a context manager.

Merged from https://code.launchpad.net/~jelmer/brz/python3-atomic/+merge/353125

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This is the list of tests that are known to pass with Python3.
2
2
# "make check-nodocs3" verifies that these pass.
 
3
breezy.git.tests.test_workingtree.GitWorkingTreeTests.test_is_ignored_directory
3
4
breezy.git.tests.test_blackbox.ShallowTests.test_log_shallow
4
5
breezy.git.tests.test_blackbox.ShallowTests.test_version_info_custom_without_revno
5
6
breezy.git.tests.test_blackbox.ShallowTests.test_version_info_custom_with_revno
22557
22558
breezy.tests.test_atomicfile.TestAtomicFile.test_abort
22558
22559
breezy.tests.test_atomicfile.TestAtomicFile.test_close
22559
22560
breezy.tests.test_atomicfile.TestAtomicFile.test_commit
 
22561
breezy.tests.test_atomicfile.TestAtomicFile.test_context_manager_abort
 
22562
breezy.tests.test_atomicfile.TestAtomicFile.test_context_manager_commit
22560
22563
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0400
22561
22564
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0600
22562
22565
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0640
25623
25626
breezy.tests.test_ignores.TestRuntimeIgnores.test_add_duplicate
25624
25627
breezy.tests.test_ignores.TestTreeIgnores.test_adds_ending_newline
25625
25628
breezy.tests.test_ignores.TestTreeIgnores.test_add_to_existing
 
25629
breezy.tests.test_ignores.TestTreeIgnores.test_crlf
25626
25630
breezy.tests.test_ignores.TestTreeIgnores.test_does_not_add_dupe
25627
25631
breezy.tests.test_ignores.TestTreeIgnores.test_new_file
25628
25632
breezy.tests.test_ignores.TestTreeIgnores.test_non_ascii