Commit ceca415b authored by jam's avatar jam Committed by Commit bot

Swarm gpu_unittests.

BUG=448877

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

Cr-Commit-Position: refs/heads/master@{#311755}
parent c97a0288
......@@ -673,5 +673,22 @@
},
],
}],
['test_isolation_mode != "noop"', {
'targets': [
{
'target_name': 'gpu_unittests_run',
'type': 'none',
'dependencies': [
'gpu_unittests',
],
'includes': [
'../build/isolate.gypi',
],
'sources': [
'gpu_unittests.isolate',
],
},
],
}],
],
}
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'conditions': [
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'files': [
'../testing/test_env.py',
'<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
['OS=="linux"', {
'variables': {
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
'<(PRODUCT_DIR)/gpu_unittests',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--lsan=<(lsan)',
],
'files': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)/xdisplaycheck',
],
},
}],
['OS=="mac"', {
'variables': {
'command': [
'../testing/test_env.py',
'<(PRODUCT_DIR)/gpu_unittests',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--lsan=<(lsan)',
],
},
}],
['OS=="win"', {
'variables': {
'command': [
'../testing/test_env.py',
'<(PRODUCT_DIR)/gpu_unittests.exe',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--lsan=<(lsan)',
],
},
}],
['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'files': [
'<(PRODUCT_DIR)/gpu_unittests.exe.pdb',
],
},
}],
],
'includes': [
'../base/base.isolate',
],
}
......@@ -66,7 +66,12 @@
}
},
"google_apis_unittests",
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"test": "interactive_ui_tests",
"swarming": {
......@@ -211,7 +216,12 @@
}
},
"google_apis_unittests",
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"test": "interactive_ui_tests",
"swarming": {
......@@ -344,7 +354,12 @@
}
},
"google_apis_unittests",
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"test": "interactive_ui_tests",
"swarming": {
......
......@@ -52,7 +52,12 @@
"can_use_on_swarming_builders": true
}
},
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
"google_apis_unittests",
{
"test": "interactive_ui_tests",
......@@ -176,7 +181,12 @@
"can_use_on_swarming_builders": true
}
},
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
"google_apis_unittests",
{
"test": "interactive_ui_tests",
......@@ -300,7 +310,12 @@
"can_use_on_swarming_builders": true
}
},
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
"google_apis_unittests",
{
"test": "interactive_ui_tests",
......@@ -424,7 +439,12 @@
"can_use_on_swarming_builders": true
}
},
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
"google_apis_unittests",
{
"test": "interactive_ui_tests",
......
......@@ -39,7 +39,12 @@
"gcm_unit_tests",
"gfx_unittests",
"google_apis_unittests",
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"test": "interactive_ui_tests",
"swarming": {
......
......@@ -112,7 +112,12 @@
}
},
"google_apis_unittests",
"gpu_unittests",
{
"test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"test": "interactive_ui_tests",
"swarming": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment