Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: chrome/angle_deqp_gles2_tests.isolate

Issue 1249693003: Rename angle_deqp_tests to angle_deqp_gles2_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include both expectations files temporarily Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/angle_deqp_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/angle_deqp_gles2_tests.isolate
diff --git a/chrome/angle_deqp_tests.isolate b/chrome/angle_deqp_gles2_tests.isolate
similarity index 70%
rename from chrome/angle_deqp_tests.isolate
rename to chrome/angle_deqp_gles2_tests.isolate
index 1dd7a20881b88fce99814b6d3468f4a9fc57248b..d45f0fb2c073494f868a41ba944b2a271b636e46 100644
--- a/chrome/angle_deqp_tests.isolate
+++ b/chrome/angle_deqp_gles2_tests.isolate
@@ -11,12 +11,14 @@
['OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/angle_deqp_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/angle_deqp_gles2_tests<(EXECUTABLE_SUFFIX)',
'--test-launcher-batch-limit=400',
],
'files': [
'<(PRODUCT_DIR)/angle_deqp_libgles2.dll',
- '<(PRODUCT_DIR)/angle_deqp_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/angle_deqp_gles2_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/deqp_support/deqp_gles2_test_expectations.txt',
+ # TODO(jmadill): Remove this once we can switch over in ANGLE.
'<(PRODUCT_DIR)/deqp_support/deqp_test_expectations.txt',
'<(PRODUCT_DIR)/deqp_support/dEQP-GLES2-cases.txt.gz',
'../third_party/deqp/src/data/',
« no previous file with comments | « no previous file | chrome/angle_deqp_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698