Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Issue 1150663002: Disable tests that break because of git 2.4 (Closed)

Created:
5 years, 7 months ago by Adrian Kuegel
Modified:
5 years, 7 months ago
Reviewers:
iannucci
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/remotes/origin/master
Project:
tools
Visibility:
Public.

Description

Disable tests that break because of git 2.4 BUG=487172 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295375

Patch Set 1 #

Total comments: 1

Patch Set 2 : Replace double quotes by single quotes. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -6 lines) Patch
M testing_support/coverage_utils.py View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/git_common_test.py View 1 5 chunks +8 lines, -1 line 2 comments Download
M tests/git_number_test.py View 1 chunk +1 line, -1 line 0 comments Download
M tests/git_rebase_update_test.py View 1 4 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 11 (2 generated)
Adrian Kuegel
Robbie, can you please review this CL? https://codereview.chromium.org/1150663002/diff/1/tests/git_number_test.py File tests/git_number_test.py (right): https://codereview.chromium.org/1150663002/diff/1/tests/git_number_test.py#newcode86 tests/git_number_test.py:86: )) Looks ...
5 years, 7 months ago (2015-05-20 14:28:36 UTC) #2
Adrian Kuegel
Robbie, friendly ping?
5 years, 7 months ago (2015-05-22 09:19:25 UTC) #3
iannucci
lgtm, though it seems pretty clear to me that the branches() function just isn't WAI ...
5 years, 7 months ago (2015-05-22 09:59:56 UTC) #4
Adrian Kuegel
https://codereview.chromium.org/1150663002/diff/20001/tests/git_common_test.py File tests/git_common_test.py (right): https://codereview.chromium.org/1150663002/diff/20001/tests/git_common_test.py#newcode236 tests/git_common_test.py:236: self.assertEqual(self.repo.run(set, self.gc.branches()), On 2015/05/22 09:59:56, iannucci wrote: > looks ...
5 years, 7 months ago (2015-05-22 10:08:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1150663002/20001
5 years, 7 months ago (2015-05-22 10:08:42 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=295375
5 years, 7 months ago (2015-05-22 10:12:07 UTC) #8
iannucci
On 2015/05/22 10:12:07, I haz the power (commit-bot) wrote: > Committed patchset #2 (id:20001) as ...
5 years, 7 months ago (2015-05-22 10:40:37 UTC) #9
iannucci
On 2015/05/22 10:40:37, iannucci wrote: > On 2015/05/22 10:12:07, I haz the power (commit-bot) wrote: ...
5 years, 7 months ago (2015-05-22 10:41:58 UTC) #10
Adrian Kuegel
5 years, 7 months ago (2015-05-22 11:07:58 UTC) #11
Message was sent while issue was closed.
On 2015/05/22 10:41:58, iannucci wrote:
> On 2015/05/22 10:40:37, iannucci wrote:
> > On 2015/05/22 10:12:07, I haz the power (commit-bot) wrote:
> > > Committed patchset #2 (id:20001) as
> > > http://src.chromium.org/viewvc/chrome?view=rev&revision=295375
> > 
> > I suspect that the output of the git-branch command changed. This is the
> > implementation of the branches() function:
> > 
> >
>
https://chromium.googlesource.com/chromium/tools/depot_tools/+/a1bf72dd1e6128...
> > 
> > It looks like 2.4 changed the wording of the git-branch output:
> > 
> > https://github.com/git/git/blob/v2.4.0/Documentation/RelNotes/2.4.0.txt
> > 
> > I suspect that you can fix the bug by adding the string "* (detached at " to
> the
> > NO_BRANCH tuple, but I don't have a machine with 2.4 handy to verify.
> 
> or, just remove the " from" part of the string that's already there

Ok, I will try that on the CQ host.

Powered by Google App Engine
This is Rietveld 408576698