diff options
author | maruel <maruel@chromium.org> | 2015-09-09 05:27:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-09 12:27:45 +0000 |
commit | 63a4d153f18719fba84e2ce15d03cd2de64e4656 (patch) | |
tree | 7e29874ec77005cbb2206514d4f93ca2091074b1 /chrome/angle_deqp_gles2_tests.isolate | |
parent | b5b622e0108d73658a9df7b8ecc13b6b15b82a36 (diff) | |
download | chromium_src-63a4d153f18719fba84e2ce15d03cd2de64e4656.zip chromium_src-63a4d153f18719fba84e2ce15d03cd2de64e4656.tar.gz chromium_src-63a4d153f18719fba84e2ce15d03cd2de64e4656.tar.bz2 |
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
This is a redo of https://codereview.chromium.org/1245873002 c6649f2e014a24a909
with fix for Official build.
Further reduce the boilerplate in .isolate files and is necessary to add debug
symbols, to be done in a follow up.
Slightly accelerate ninja file parsing by blacklisting more extensions.
sbox_validation_tests wasn't run on Windows since
https://codereview.chromium.org/1212003003/ (~2 months ago). Thankfully this CL
uncovered this copy-paste error.
TBR=jam@chromium.org
BUG=98637
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1320793004
Cr-Commit-Position: refs/heads/master@{#347912}
Diffstat (limited to 'chrome/angle_deqp_gles2_tests.isolate')
-rw-r--r-- | chrome/angle_deqp_gles2_tests.isolate | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/angle_deqp_gles2_tests.isolate b/chrome/angle_deqp_gles2_tests.isolate index 782ffde..caa4edf 100644 --- a/chrome/angle_deqp_gles2_tests.isolate +++ b/chrome/angle_deqp_gles2_tests.isolate @@ -15,7 +15,6 @@ '--test-launcher-batch-limit=400', ], 'files': [ - '<(PRODUCT_DIR)/angle_deqp_gles2_tests<(EXECUTABLE_SUFFIX)', '<(PRODUCT_DIR)/deqp_support/deqp_gles2_test_expectations.txt', '<(PRODUCT_DIR)/deqp_support/dEQP-GLES2-cases.txt.gz', '../third_party/deqp/src/data/', |