summaryrefslogtreecommitdiffstats
path: root/chrome/gles2_conform_test.isolate
diff options
context:
space:
mode:
authorkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-07 21:40:22 +0000
committerkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-07 21:40:22 +0000
commit7d0c37fb428f99cfefd35546f8394d6de9a5d921 (patch)
tree89ae1f28a6057a9f8416384aab0fbe5cd5a10a7c /chrome/gles2_conform_test.isolate
parenta0c9526084c70a3a8cd2f94ec9623fd1a3e919e6 (diff)
downloadchromium_src-7d0c37fb428f99cfefd35546f8394d6de9a5d921.zip
chromium_src-7d0c37fb428f99cfefd35546f8394d6de9a5d921.tar.gz
chromium_src-7d0c37fb428f99cfefd35546f8394d6de9a5d921.tar.bz2
Added isolates for remaining tests on GPU bots.
These represent the non-Telemetry tests currently running on these bots. Tested locally on Linux. Will test on other platforms after the initial commit and update the isolates as necessary. BUG=321878 R=maruel@chromium.org TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/101783011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gles2_conform_test.isolate')
-rw-r--r--chrome/gles2_conform_test.isolate39
1 files changed, 39 insertions, 0 deletions
diff --git a/chrome/gles2_conform_test.isolate b/chrome/gles2_conform_test.isolate
new file mode 100644
index 0000000..b2711bb
--- /dev/null
+++ b/chrome/gles2_conform_test.isolate
@@ -0,0 +1,39 @@
+# Copyright 2013 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': [
+ # TODO(kbr): add Android when these tests are run on those bots.
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'command': [
+ '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)',
+ '../gpu/gles2_conform_support/gles2_conform_test_expectations.txt',
+ ],
+ },
+ }],
+ # .isolate format doesn't support nested conditions.
+ ['(OS=="linux" or OS=="mac" or OS=="win") and internal_gles2_conform_tests==1', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/gles2_conform_test_windowless<(EXECUTABLE_SUFFIX)',
+ # Could add gles2_conform_test_angle or
+ # gles2_conform_test_chromeos if the bots were testing those.
+ ],
+ 'isolate_dependency_untracked': [
+ '../third_party/gles2_conform/GTF_ES/',
+ ],
+ },
+ }],
+ # This no-op branch should not be necessary but seems to be.
+ ['(OS=="linux" or OS=="mac" or OS=="win") and internal_gles2_conform_tests==0', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ ],
+ },
+ }],
+ ],
+}