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

Issue 813363003: Use Xvfb in isolated testing only if use_x11 is set (Closed)

Created:
5 years, 11 months ago by spang
Modified:
5 years, 11 months ago
Reviewers:
jam, M-A Ruel
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, sadrul, tdresser+watch_chromium.org, tfarina, mlamouri+watch-notifications_chromium.org, jam, darin-cc_chromium.org, kalyank, peter+watch_chromium.org, erikwright+watch_chromium.org, jdduke+watch_chromium.org, dnj, alexst (slow to review)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use Xvfb in isolated testing only if use_x11 is set We don't need a virtual X server for ozone testing, and it is causing problems running the tests with swarming. This changes all isolate files to only run Xvfb if use_x11==1 is set in GYP_DEFINES, and merges ozone with Windows & Mac (none of which need to run their own display server). BUG=440882 TEST=isolate.py run -s out_ozone/Debug/<various> TBR=maruel@chromium.org Committed: https://crrev.com/8a7be0714892c0c6360c45d0d602c119873b468e Cr-Commit-Position: refs/heads/master@{#310434}

Patch Set 1 #

Total comments: 2

Patch Set 2 : typofix #

Patch Set 3 : rearrange per maruel #

Patch Set 4 : update isolator.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -213 lines) Patch
M ash/ash_unittests.isolate View 1 2 2 chunks +14 lines, -10 lines 0 comments Download
M base/base_unittests.isolate View 1 2 2 chunks +13 lines, -19 lines 0 comments Download
M build/android/pylib/utils/isolator.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/isolate.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser_tests.isolate View 1 2 3 chunks +17 lines, -17 lines 0 comments Download
M chrome/interactive_ui_tests.isolate View 1 2 3 chunks +18 lines, -18 lines 0 comments Download
M chrome/sync_integration_tests.isolate View 1 2 3 chunks +13 lines, -13 lines 0 comments Download
M chrome/unit_tests.isolate View 1 2 3 chunks +18 lines, -18 lines 0 comments Download
M content/content_browsertests.isolate View 1 2 3 chunks +18 lines, -18 lines 0 comments Download
M content/content_unittests.isolate View 1 2 3 chunks +17 lines, -21 lines 0 comments Download
M ui/app_list/app_list_unittests.isolate View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M ui/base/ui_base_unittests.isolate View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M ui/events/events_unittests.isolate View 1 2 3 chunks +15 lines, -15 lines 0 comments Download
M ui/message_center/message_center_unittests.isolate View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M ui/touch_selection/ui_touch_selection_unittests.isolate View 1 2 3 chunks +16 lines, -16 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
spang
5 years, 11 months ago (2015-01-07 19:41:41 UTC) #2
spang
5 years, 11 months ago (2015-01-07 19:42:12 UTC) #3
spang
+jam
5 years, 11 months ago (2015-01-07 21:16:57 UTC) #5
M-A Ruel
https://codereview.chromium.org/813363003/diff/1/ash/ash_unittests.isolate File ash/ash_unittests.isolate (right): https://codereview.chromium.org/813363003/diff/1/ash/ash_unittests.isolate#newcode18 ash/ash_unittests.isolate:18: ['OS=="linux" and use_x11==1', { I'd prefer to simplify the ...
5 years, 11 months ago (2015-01-07 21:43:08 UTC) #6
spang
https://codereview.chromium.org/813363003/diff/1/ash/ash_unittests.isolate File ash/ash_unittests.isolate (right): https://codereview.chromium.org/813363003/diff/1/ash/ash_unittests.isolate#newcode18 ash/ash_unittests.isolate:18: ['OS=="linux" and use_x11==1', { On 2015/01/07 21:43:07, M-A Ruel ...
5 years, 11 months ago (2015-01-07 21:59:17 UTC) #7
M-A Ruel
Good, the only thing missing is updating src/build/android/pylib/utils/isolator.py to specify use_x11=0. Then the patch is ...
5 years, 11 months ago (2015-01-07 22:39:45 UTC) #8
spang
On 2015/01/07 22:39:45, M-A Ruel wrote: > Good, the only thing missing is updating > ...
5 years, 11 months ago (2015-01-07 22:52:14 UTC) #9
M-A Ruel
lgtm
5 years, 11 months ago (2015-01-07 23:04:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/813363003/60001
5 years, 11 months ago (2015-01-07 23:05:04 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/33810)
5 years, 11 months ago (2015-01-07 23:13:15 UTC) #14
M-A Ruel
On 2015/01/07 23:13:15, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 11 months ago (2015-01-07 23:14:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/813363003/60001
5 years, 11 months ago (2015-01-07 23:16:05 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-08 01:42:46 UTC) #18
commit-bot: I haz the power
5 years, 11 months ago (2015-01-08 01:43:40 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8a7be0714892c0c6360c45d0d602c119873b468e
Cr-Commit-Position: refs/heads/master@{#310434}

Powered by Google App Engine
This is Rietveld 408576698