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

Side by Side Diff: chrome/interactive_ui_tests.isolate

Issue 813363003: Use Xvfb in isolated testing only if use_x11 is set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update isolator.py Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['use_x11==0', {
7 'variables': {
8 'command': [
9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
11 '--test-launcher-bot-mode',
12 '--asan=<(asan)',
13 '--lsan=<(lsan)',
14 ],
15 },
16 }],
17 ['use_x11==1', {
7 'variables': { 18 'variables': {
8 'command': [ 19 'command': [
9 '../testing/xvfb.py', 20 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 21 '<(PRODUCT_DIR)',
11 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', 22 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
12 '--test-launcher-bot-mode', 23 '--test-launcher-bot-mode',
13 '--asan=<(asan)', 24 '--asan=<(asan)',
14 '--lsan=<(lsan)', 25 '--lsan=<(lsan)',
15 ], 26 ],
16 'files': [ 27 'files': [
17 '../testing/xvfb.py', 28 '../testing/xvfb.py',
29 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
30 ],
31 },
32 }],
33 ['OS=="linux"', {
34 'variables': {
35 'files': [
18 '<(PRODUCT_DIR)/libffmpegsumo.so', 36 '<(PRODUCT_DIR)/libffmpegsumo.so',
19 '<(PRODUCT_DIR)/libosmesa.so', 37 '<(PRODUCT_DIR)/libosmesa.so',
20 '<(PRODUCT_DIR)/libppapi_tests.so', 38 '<(PRODUCT_DIR)/libppapi_tests.so',
21 '<(PRODUCT_DIR)/pyproto/google/', 39 '<(PRODUCT_DIR)/pyproto/google/',
22 ], 40 ],
23 }, 41 },
24 }], 42 }],
25 ['OS=="linux" and use_ozone==0', {
26 'variables': {
27 'files': [
28 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
29 ],
30 },
31 }],
32 ['OS=="linux" or OS=="mac" or OS=="win"', { 43 ['OS=="linux" or OS=="mac" or OS=="win"', {
33 'variables': { 44 'variables': {
34 'files': [ 45 'files': [
35 '../net/data/ssl/certificates/', 46 '../net/data/ssl/certificates/',
36 '../net/tools/testserver/', 47 '../net/tools/testserver/',
37 '../ppapi/tests/test_case.html', 48 '../ppapi/tests/test_case.html',
38 '../ppapi/tests/test_page.css', 49 '../ppapi/tests/test_page.css',
39 '../testing/test_env.py', 50 '../testing/test_env.py',
40 '../third_party/pyftpdlib/', 51 '../third_party/pyftpdlib/',
41 '../third_party/pywebsocket/', 52 '../third_party/pywebsocket/',
(...skipping 19 matching lines...) Expand all
61 'variables': { 72 'variables': {
62 'files': [ 73 'files': [
63 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', 74 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
64 '<(PRODUCT_DIR)/<(mac_product_name).app/', 75 '<(PRODUCT_DIR)/<(mac_product_name).app/',
65 '<(PRODUCT_DIR)/ffmpegsumo.so', 76 '<(PRODUCT_DIR)/ffmpegsumo.so',
66 '<(PRODUCT_DIR)/osmesa.so', 77 '<(PRODUCT_DIR)/osmesa.so',
67 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 78 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
68 ], 79 ],
69 }, 80 },
70 }], 81 }],
71 ['OS=="mac" or OS=="win"', {
72 'variables': {
73 'command': [
74 '../testing/test_env.py',
75 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
76 '--test-launcher-bot-mode',
77 '--asan=<(asan)',
78 '--lsan=<(lsan)',
79 ],
80 },
81 }],
82 ['OS=="win"', { 82 ['OS=="win"', {
83 'variables': { 83 'variables': {
84 'files': [ 84 'files': [
85 '<(PRODUCT_DIR)/chrome_elf.dll', 85 '<(PRODUCT_DIR)/chrome_elf.dll',
86 '<(PRODUCT_DIR)/d3dcompiler_47.dll', 86 '<(PRODUCT_DIR)/d3dcompiler_47.dll',
87 '<(PRODUCT_DIR)/ffmpegsumo.dll', 87 '<(PRODUCT_DIR)/ffmpegsumo.dll',
88 '<(PRODUCT_DIR)/libEGL.dll', 88 '<(PRODUCT_DIR)/libEGL.dll',
89 '<(PRODUCT_DIR)/libGLESv2.dll', 89 '<(PRODUCT_DIR)/libGLESv2.dll',
90 '<(PRODUCT_DIR)/osmesa.dll', 90 '<(PRODUCT_DIR)/osmesa.dll',
91 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', 91 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
(...skipping 26 matching lines...) Expand all
118 '<(PRODUCT_DIR)/resources/chromeos/', 118 '<(PRODUCT_DIR)/resources/chromeos/',
119 ], 119 ],
120 }, 120 },
121 }], 121 }],
122 ], 122 ],
123 'includes': [ 123 'includes': [
124 '../base/base.isolate', 124 '../base/base.isolate',
125 '../gin/v8.isolate', 125 '../gin/v8.isolate',
126 ], 126 ],
127 } 127 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698