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

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

Issue 2271543002: Port context_lost test to new GpuIntegrationTest harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More refactorings suggested by eyaich. Created 4 years, 4 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/gpu_tests/context_lost_integration_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f345f1cd6afa574e9b11859333e44ea06ebe6d9f..4ad6af24708143a9344431a6f67645db5bbf6945 100644
--- a/content/test/gpu/gpu_tests/gpu_integration_test.py
+++ b/content/test/gpu/gpu_tests/gpu_integration_test.py
@@ -58,7 +58,7 @@ class GpuIntegrationTest(
self.StartBrowser()
self.tab = self.browser.tabs[0]
- def _RunGpuTest(self, url, test_name, args):
+ def _RunGpuTest(self, url, test_name, *args):
temp_page = _EmulatedPage(url, test_name)
expectations = self.__class__.GetExpectations()
expectation = expectations.GetExpectationForPage(
« no previous file with comments | « content/test/gpu/gpu_tests/context_lost_integration_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698