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

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

Issue 2663813003: Roll out framework change & update gpu tests to conform to the API changes (Closed)
Patch Set: roll DEPS to 28f88ea6031634caa160d6c9ef720c8c1d9a30df 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/gpu_tests/context_lost_integration_test.py
diff --git a/content/test/gpu/gpu_tests/context_lost_integration_test.py b/content/test/gpu/gpu_tests/context_lost_integration_test.py
index 3c97ca5f6c8fcfc0eac259eb4e3178af8e6ce110..670f8509fc9c07b32da43a4864f38e6bfdfc971d 100644
--- a/content/test/gpu/gpu_tests/context_lost_integration_test.py
+++ b/content/test/gpu/gpu_tests/context_lost_integration_test.py
@@ -97,8 +97,8 @@ class ContextLostIntegrationTest(gpu_integration_test.GpuIntegrationTest):
return context_lost_expectations.ContextLostExpectations()
@classmethod
- def setUpClass(cls):
- super(cls, ContextLostIntegrationTest).setUpClass()
+ def SetUpProcess(cls):
+ super(cls, ContextLostIntegrationTest).SetUpProcess()
cls.CustomizeOptions()
cls.SetBrowserOptions(cls._finder_options)
cls.StartBrowser()

Powered by Google App Engine
This is Rietveld 408576698