Use Xvfb in isolated testing only if use_x11 is set (reland)
commit386febffff89e5b08b7dc0a5d6bd992df385e0b8
authorspang <spang@chromium.org>
Tue, 10 Mar 2015 18:01:07 +0000 (10 11:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Mar 2015 18:01:59 +0000 (10 18:01 +0000)
tree6f0ec5b396b5d67ca737ed7283d455264ae57364
parent0c7df61f0cfe38fa7832f0d53f57a4642cdd0fcd
Use Xvfb in isolated testing only if use_x11 is set (reland)

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

Review URL: https://codereview.chromium.org/908313004

Cr-Commit-Position: refs/heads/master@{#319919}
15 files changed:
ash/ash_unittests.isolate
base/base_unittests.isolate
build/android/pylib/utils/isolator.py
build/isolate.gypi
chrome/browser_tests.isolate
chrome/interactive_ui_tests.isolate
chrome/sync_integration_tests.isolate
chrome/unit_tests.isolate
content/content_browsertests.isolate
content/content_unittests.isolate
ui/app_list/app_list_unittests.isolate
ui/base/ui_base_unittests.isolate
ui/events/events_unittests.isolate
ui/message_center/message_center_unittests.isolate
ui/touch_selection/ui_touch_selection_unittests.isolate