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

Issue 2560633004: Run native_theme unittests everywhere we run views_unittests. (Closed)

Created:
4 years ago by tapted
Modified:
4 years ago
Reviewers:
sky
CC:
chromium-reviews, tfarina, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Run native_theme unittests everywhere we run views_unittests. Created by adding the following to testing/buildbot/manage.py in def process_file(..): if 'views_unittests' in seen and 'native_theme_unittests' not in seen: data = [d for d in gtest_tests if d['test'] == 'views_unittests'][0].copy() data['test'] = 'native_theme_unittests' gtest_tests.append(data) Then running manage.py --write. It told me to put an entry in gn_isolate_map.pyl as well. BUG=398316 Committed: https://crrev.com/5f112f29f443bd65c36300272e0f1b89955a0d25 Cr-Commit-Position: refs/heads/master@{#437807}

Patch Set 1 #

Patch Set 2 : "rebase" (actually trunk should be fixed now) #

Patch Set 3 : hack manage.py #

Total comments: 1

Patch Set 4 : Un-edit manage.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+358 lines, -0 lines) Patch
M testing/buildbot/chromium.chromiumos.json View 1 2 3 chunks +18 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.full.json View 1 2 3 chunks +18 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 35 chunks +210 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 1 2 4 chunks +24 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.full.json View 1 2 3 chunks +18 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 1 2 3 chunks +18 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 2 4 chunks +24 lines, -0 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (22 generated)
tapted
Hi sky, wdyt? This feels a bit dirty, but I'll claim precedent from, e.g., things ...
4 years ago (2016-12-08 08:11:50 UTC) #11
sky
On 2016/12/08 08:11:50, tapted wrote: > Hi sky, wdyt? This feels a bit dirty, but ...
4 years ago (2016-12-08 16:09:23 UTC) #12
tapted
On 2016/12/08 16:09:23, sky wrote: > On 2016/12/08 08:11:50, tapted wrote: > > Hi sky, ...
4 years ago (2016-12-09 03:51:18 UTC) #21
sky
LGTM https://codereview.chromium.org/2560633004/diff/40001/testing/buildbot/manage.py File testing/buildbot/manage.py (right): https://codereview.chromium.org/2560633004/diff/40001/testing/buildbot/manage.py#newcode319 testing/buildbot/manage.py:319: if 'views_unittests' in seen and 'native_theme_unittests' not in ...
4 years ago (2016-12-09 16:03:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2560633004/60001
4 years ago (2016-12-11 22:51:22 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-12 00:00:11 UTC) #27
commit-bot: I haz the power
4 years ago (2016-12-12 15:10:11 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5f112f29f443bd65c36300272e0f1b89955a0d25
Cr-Commit-Position: refs/heads/master@{#437807}

Powered by Google App Engine
This is Rietveld 408576698