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

Unified Diff: testing/scripts/run_gpu_integration_test_as_googletest.py

Issue 2663813003: Roll out framework change & update gpu tests to conform to the API changes (Closed)
Patch Set: Roll DEPS to 42d9cffaa797712c58d7b5fb59820f0aa3e82138 Created 3 years, 10 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 | « content/test/gpu/unittest_data/integration_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/run_gpu_integration_test_as_googletest.py
diff --git a/testing/scripts/run_gpu_integration_test_as_googletest.py b/testing/scripts/run_gpu_integration_test_as_googletest.py
index fd48e06cf36e76e43993ac311afc1ebc78cd1992..765bdd1da0ff66b1d832b54e743c36b9212f3a1d 100755
--- a/testing/scripts/run_gpu_integration_test_as_googletest.py
+++ b/testing/scripts/run_gpu_integration_test_as_googletest.py
@@ -87,7 +87,7 @@ def main():
rc = 0
try:
rc = common.run_command([sys.executable] + rest_args + sharding_args + [
- '--write-abbreviated-json-results-to', args.isolated_script_test_output,
+ '--write-full-results-to', args.isolated_script_test_output
], env=env)
except Exception:
traceback.print_exc()
« no previous file with comments | « content/test/gpu/unittest_data/integration_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698