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

Issue 2680283003: Switch mash_browser_tests to Ozone X11 platform. (Closed)

Created:
3 years, 10 months ago by kylechar
Modified:
3 years, 10 months ago
Reviewers:
sky, fwang
CC:
chromium-reviews, kalyank, sadrul, jonross, rjkroege, Tom Anderson, tonikitoo
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch mash_browser_tests to Ozone X11 platform. Run with mash_browser_tests with Ozone X11 platform instead of Ozone headless. Move most of the test arguments into the gn_isolate_map.pyl file so they don't have to be repeated. Also add a proper dependency on mash_service_overrides.json so that isolate knows the file is required for mash_browser_tests. Original review in http://crrev.com/2675443002 was reverted due to breaking the Windows waterfall bots. The waterfall trybots build target all but CQ trybots do not. GN learns about //chrome/app/mash and tries to build all targets in it. Those targets are not suitable for Windows currently. Guard the compilation of mash_browser_tests and //chrome/app/mash related code on GN arg enable_package_mash_services. The inclusion of //chrome/app/mash already happens based on enable_package_mash_services anyways. Remove mash_browser_tests from 'Mojo Windows' trybot as the mash part of browser_tests isn't compiled anyways. BUG=664570 Review-Url: https://codereview.chromium.org/2680283003 Cr-Commit-Position: refs/heads/master@{#449673} Committed: https://chromium.googlesource.com/chromium/src/+/309364b3ec8f63807d91ce0eb1985df300155c1a

Patch Set 1 #

Patch Set 2 : Only compile mash_browser_tests if mash_package_services. #

Patch Set 3 : Drop --use-test-config, it's added automatically. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -54 lines) Patch
M chrome/app/mash/BUILD.gn View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 chunks +19 lines, -18 lines 1 comment Download
M testing/buildbot/chromium.chromiumos.json View 2 chunks +10 lines, -16 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 2 chunks +4 lines, -20 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (18 generated)
kylechar
3 years, 10 months ago (2017-02-09 21:24:18 UTC) #12
sky
LGTM
3 years, 10 months ago (2017-02-09 23:55:53 UTC) #15
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/2680283003/60001
3 years, 10 months ago (2017-02-10 18:44:35 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:60001) as https://chromium.googlesource.com/chromium/src/+/309364b3ec8f63807d91ce0eb1985df300155c1a
3 years, 10 months ago (2017-02-10 18:53:05 UTC) #20
fwang
https://codereview.chromium.org/2680283003/diff/60001/chrome/test/BUILD.gn File chrome/test/BUILD.gn (right): https://codereview.chromium.org/2680283003/diff/60001/chrome/test/BUILD.gn#newcode5112 chrome/test/BUILD.gn:5112: if (enable_package_mash_services) { Quick note: This and/or the one ...
3 years, 10 months ago (2017-02-11 10:43:21 UTC) #23
fwang
3 years, 10 months ago (2017-02-13 08:37:03 UTC) #24
Message was sent while issue was closed.
On 2017/02/11 10:43:21, fwang wrote:
> https://codereview.chromium.org/2680283003/diff/60001/chrome/test/BUILD.gn
> File chrome/test/BUILD.gn (right):
> 
>
https://codereview.chromium.org/2680283003/diff/60001/chrome/test/BUILD.gn#ne...
> chrome/test/BUILD.gn:5112: if (enable_package_mash_services) {
> Quick note: This and/or the one above have caused "Failed steps failed
> generate_build_files" on the LinuxOS Ozone Bot
> (https://build.chromium.org/p/chromium.fyi/builders/Ozone%20Linux/) for which
> enable_package_mash_services  = true and is_chromeos = false. At least that
one
> definitely adds //ash dependencies for LinuxOS, which it should not.

I opened https://codereview.chromium.org/2694683002

Powered by Google App Engine
This is Rietveld 408576698