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

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_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
« no previous file with comments | « content/test/gpu/gpu_tests/trace_integration_test.py ('k') | content/test/gpu/run_gpu_integration_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
index a593790791de60f5cc3a255a9147599278665174..ba31b00f3640af8b8e5cbea3b4945cc70a36f6c5 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
@@ -313,8 +313,8 @@ class WebGLConformanceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
is_asan=cls._is_asan)
@classmethod
- def setUpClass(cls):
- super(WebGLConformanceIntegrationTest, cls).setUpClass()
+ def SetUpProcess(cls):
+ super(WebGLConformanceIntegrationTest, cls).SetUpProcess()
cls.CustomizeOptions()
cls.SetBrowserOptions(cls._finder_options)
cls.StartBrowser()
@@ -399,6 +399,7 @@ class WebGLConformanceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
return test_paths
+
def load_tests(loader, tests, pattern):
del loader, tests, pattern # Unused.
return gpu_integration_test.LoadAllTestsInModule(sys.modules[__name__])
« no previous file with comments | « content/test/gpu/gpu_tests/trace_integration_test.py ('k') | content/test/gpu/run_gpu_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698