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

Issue 3540002: Exclude ChromeOS directories from Mac coverage lines.... (Closed)

Created:
10 years, 2 months ago by John Grabowski
Modified:
9 years, 5 months ago
Reviewers:
joth, bulach
CC:
chromium-reviews, James Hawkins
Visibility:
Public.

Description

Exclude ChromeOS directories and files from mac win linux. Extension of this change, applied more liberally: http://src.chromium.org/viewvc/chrome/trunk/src/build/linux/chrome_linux.croc?r1=44710&r2=46647 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=61430

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -6 lines) Patch
M build/linux/chrome_linux.croc View 1 chunk +2 lines, -2 lines 0 comments Download
M build/mac/chrome_mac.croc View 1 1 chunk +7 lines, -2 lines 2 comments Download
M build/win/chrome_win.croc View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
John Grabowski
10 years, 2 months ago (2010-09-29 18:41:19 UTC) #1
joth
lgtm Thanks!
10 years, 2 months ago (2010-09-30 08:35:22 UTC) #2
bulach
LGTM fantastic, thanks John! :) not sure how the regexp work in this context, but ...
10 years, 2 months ago (2010-09-30 09:18:09 UTC) #3
joth
On 30 September 2010 10:18, <bulach@chromium.org> wrote: > LGTM > > fantastic, thanks John! :) ...
10 years, 2 months ago (2010-09-30 09:28:57 UTC) #4
John Grabowski
Made more inclusive; applies to both files and directories (e.g. *_chromeos.* and */chromeos/*). Apply to ...
10 years, 2 months ago (2010-10-01 23:43:26 UTC) #5
bulach
LGTM great stuff, thanks John! one suggestion below, not sure if valid: http://codereview.chromium.org/3540002/diff/6001/7002 File build/mac/chrome_mac.croc ...
10 years, 2 months ago (2010-10-04 09:42:04 UTC) #6
John Grabowski
http://codereview.chromium.org/3540002/diff/6001/7002 File build/mac/chrome_mac.croc (right): http://codereview.chromium.org/3540002/diff/6001/7002#newcode16 build/mac/chrome_mac.croc:16: 'regexp' : '.*/chromeos/', On 2010/10/04 09:42:05, bulach wrote: > ...
10 years, 2 months ago (2010-10-04 20:21:39 UTC) #7
John Grabowski
10 years, 2 months ago (2010-10-04 23:00:28 UTC) #8
I've landed this.  It may take a little while to cycle in (depends on lkgr
changes, but it could be days).
Please help me keep an eye on things in case this chokes the bots.

jrg


On Mon, Oct 4, 2010 at 1:21 PM, <jrg@chromium.org> wrote:

>
> http://codereview.chromium.org/3540002/diff/6001/7002
> File build/mac/chrome_mac.croc (right):
>
> http://codereview.chromium.org/3540002/diff/6001/7002#newcode16
> build/mac/chrome_mac.croc:16: 'regexp' : '.*/chromeos/',
> On 2010/10/04 09:42:05, bulach wrote:
>
>> you may want to add this rule to chrome_linux.croc, or perhaps change
>>
> the regexp
>
>> above to add trailing slash and remove this entirely:
>> .*(_|/)(chromeos|linux|win|views)(\\.|_|/)
>>
>
> I would prefer to have 2 regexps which are marginally simpler.
> E.g. one for filenames, one for directories.
> regexps are hard enough to parse as it is.
>
> Note chrome_linux.croc excludes both /chromeos/ and *_chromeos* with
> this CL.  (But linux also ignores views directories, so the regexp
> doesn't match exactly.)
>
> Thanks for the scrutiny.
>
>
> http://codereview.chromium.org/3540002/show
>

Powered by Google App Engine
This is Rietveld 408576698