summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_unittests.isolate
diff options
context:
space:
mode:
authorspang <spang@chromium.org>2015-03-11 13:51:53 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-11 20:53:05 +0000
commitc88a0abfe3d8ce136bdcef4b6f7f537df89bf72d (patch)
tree6fe367486910a82c5cef2fe9216c24f7bcf07922 /crypto/crypto_unittests.isolate
parent8235d84d7493f31b23f54c67d92a7115edaf4c8d (diff)
downloadchromium_src-c88a0abfe3d8ce136bdcef4b6f7f537df89bf72d.zip
chromium_src-c88a0abfe3d8ce136bdcef4b6f7f537df89bf72d.tar.gz
chromium_src-c88a0abfe3d8ce136bdcef4b6f7f537df89bf72d.tar.bz2
Convert more isolate files to respect use_x11 for Xvfb usage
This is a followup to the update to disable Xvfb for OS=="linux" use_x11==0 that converts additional targets. BUG=440882 TEST=isolate.py run -s out_ozone/Debug/<various> TBR=maruel Review URL: https://codereview.chromium.org/996173004 Cr-Commit-Position: refs/heads/master@{#320143}
Diffstat (limited to 'crypto/crypto_unittests.isolate')
-rw-r--r--crypto/crypto_unittests.isolate28
1 files changed, 14 insertions, 14 deletions
diff --git a/crypto/crypto_unittests.isolate b/crypto/crypto_unittests.isolate
index 68ac6fa..93272b4 100644
--- a/crypto/crypto_unittests.isolate
+++ b/crypto/crypto_unittests.isolate
@@ -3,7 +3,20 @@
# found in the LICENSE file.
{
'conditions': [
- ['OS=="linux"', {
+ ['use_x11==0', {
+ 'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)',
+ '--brave-new-test-launcher',
+ '--test-launcher-bot-mode',
+ '--asan=<(asan)',
+ '--msan=<(msan)',
+ '--tsan=<(tsan)',
+ ],
+ },
+ }],
+ ['use_x11==1', {
'variables': {
'command': [
'../testing/xvfb.py',
@@ -36,19 +49,6 @@
'read_only': 1,
},
}],
- ['OS=="mac" or OS=="win"', {
- 'variables': {
- 'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)',
- '--brave-new-test-launcher',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--msan=<(msan)',
- '--tsan=<(tsan)',
- ],
- },
- }],
['OS=="mac" and asan==1 and fastbuild==0', {
'variables': {
'files': [