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

Unified Diff: content/test/gpu/run_gpu_integration_test.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
Index: content/test/gpu/run_gpu_integration_test.py
diff --git a/content/test/gpu/run_gpu_integration_test.py b/content/test/gpu/run_gpu_integration_test.py
index 27bf30cf854ea3a0e797e0ad2f7de86d2a7c84bc..16deb3aef05a349d991e865b92729043670239f9 100755
--- a/content/test/gpu/run_gpu_integration_test.py
+++ b/content/test/gpu/run_gpu_integration_test.py
@@ -26,10 +26,9 @@ def PostprocessJSON(file_name, run_test_args):
json.dump(test_result, f)
def main():
- options = browser_test_runner.TestRunOptions()
rest_args = sys.argv[1:]
retval = browser_test_runner.Run(
- gpu_project_config.CONFIG, options, rest_args)
+ gpu_project_config.CONFIG, rest_args)
# Postprocess the outputted JSON to trim all of the prefixes from
# the test names, to keep them as similar to the old form as
# possible -- and keep them from getting crazily long.
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_integration_test.py ('k') | content/test/gpu/unittest_data/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698