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

Unified Diff: content/test/gpu/gpu_tests/gpu_integration_test.py

Issue 2077443002: Switch webgl2_conformance_tests to new harness, and shard them. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-fetch current tab after browser restart. Created 4 years, 6 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/gpu_tests/gpu_integration_test.py
diff --git a/content/test/gpu/gpu_tests/gpu_integration_test.py b/content/test/gpu/gpu_tests/gpu_integration_test.py
index 4b4778972b0741b7fc9ffaa64f990f322471c3d9..60df92e761ac400e1fa933bfd17c6e05696f0f8a 100644
--- a/content/test/gpu/gpu_tests/gpu_integration_test.py
+++ b/content/test/gpu/gpu_tests/gpu_integration_test.py
@@ -33,6 +33,7 @@ class GpuIntegrationTest(
logging.warning('Restarting browser due to ' + reason)
self.StopBrowser()
self.StartBrowser(self._finder_options)
+ self.tab = self.browser.tabs[0]
def _RunGpuTest(self, url, test_name, args):
temp_page = _EmulatedPage(url, test_name)
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | content/test/gpu/gpu_tests/webgl2_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698