summaryrefslogtreecommitdiffstats
path: root/chrome/angle_deqp_egl_tests.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/angle_deqp_egl_tests.isolate')
-rw-r--r--chrome/angle_deqp_egl_tests.isolate39
1 files changed, 39 insertions, 0 deletions
diff --git a/chrome/angle_deqp_egl_tests.isolate b/chrome/angle_deqp_egl_tests.isolate
new file mode 100644
index 0000000..8b59ef3
--- /dev/null
+++ b/chrome/angle_deqp_egl_tests.isolate
@@ -0,0 +1,39 @@
+# 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.
+# TOOD(jmadill): disable gtest batching
+{
+ 'includes': [
+ '../base/base.isolate',
+ '../third_party/angle/angle_on_all_platforms.isolate',
+ ],
+ 'conditions': [
+ ['OS=="win" or OS=="linux"', {
+ 'variables': {
+ 'command': [
+ '<(PRODUCT_DIR)/angle_deqp_egl_tests<(EXECUTABLE_SUFFIX)',
+ '--test-launcher-batch-limit=400',
+ ],
+ 'files': [
+ '../third_party/angle/src/tests/deqp_support/deqp_egl_test_expectations.txt',
+ '../third_party/deqp/src/android/cts/master/egl-master.txt',
+ '../third_party/deqp/src/data/',
+ ],
+ },
+ }],
+ ['OS=="win"', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/angle_deqp_libegl.dll',
+ ],
+ },
+ }],
+ ['OS=="linux"', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/lib/libangle_deqp_libegl.so',
+ ],
+ },
+ }],
+ ],
+}