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

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: 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
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):
Ken Russell (switch to Gerrit) 2016/08/23 02:59:17 This bug fix was necessary in order to be able to
temp_page = _EmulatedPage(url, test_name)
expectations = self.__class__.GetExpectations()
expectation = expectations.GetExpectationForPage(

Powered by Google App Engine
This is Rietveld 408576698