~jelmer/brz-git/extras-badfileenc

« back to all changes in this revision

Viewing changes to xfail

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-03-08 02:41:04 UTC
  • mfrom: (1823.1.7 no-zero-sha)
  • Revision ID: breezy.the.bot@gmail.com-20180308024104-zfocryfsn779t2bz
Don't use ZERO_SHA in on-disk files to represent empty branch history, as this is not supported by git.

Merged from https://code.launchpad.net/~jelmer/brz-git/no-zero-sha/+merge/341079

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_open_by_url(LocalGitControlDirFormat)
12
12
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_unicode(BareLocalGitControlDirFormat)
13
13
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_unicode(LocalGitControlDirFormat)
14
 
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(BareLocalGitControlDirFormat)
15
 
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(LocalGitControlDirFormat)
16
14
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branch_reference_on_non_reference(BareLocalGitControlDirFormat)
17
15
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branch_reference_on_non_reference(LocalGitControlDirFormat)
18
 
breezy.tests.per_controldir.test_controldir.TestControlDir.test_list_branches(BareLocalGitControlDirFormat)
19
 
breezy.tests.per_controldir.test_controldir.TestControlDir.test_list_branches(LocalGitControlDirFormat)
20
16
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
21
17
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
22
18
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)