From de540953570e2c6fe38271ff07f63cc3b68148cf Mon Sep 17 00:00:00 2001 From: jmadill Date: Thu, 23 Jul 2015 06:25:32 -0700 Subject: Add ANGLE dEQP-GLES3 tests. This will allow us to put the GLES3 tests on the GPU FYI bots. Also remove the old expectations file from the isolate. BUG=510822 Review URL: https://codereview.chromium.org/1249623006 Cr-Commit-Position: refs/heads/master@{#340082} --- chrome/chrome_tests.gypi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chrome/chrome_tests.gypi') diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 9de0536..c162164 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -3342,6 +3342,17 @@ 'angle_deqp_gles2_tests.isolate', ], }, + { + 'target_name': 'angle_deqp_gles3_tests_run', + 'type': 'none', + 'dependencies': [ + '../gpu/gpu.gyp:angle_deqp_gles3_tests', + 'gpu_tests_base', + ], + 'sources': [ + 'angle_deqp_gles3_tests.isolate', + ], + }, ], }], ], -- cgit v1.1