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

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

Issue 2149823002: Not for commit: force failure in the first WebGL conformance test. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | content/test/gpu/gpu_tests/webgl_conformance.py » ('j') | 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 21a283be021fd1b200f1974ed6ae2319de4bd986..e28a24494f8452890060ae2e0e0c272e63153397 100644
--- a/content/test/gpu/gpu_tests/gpu_integration_test.py
+++ b/content/test/gpu/gpu_tests/gpu_integration_test.py
@@ -37,6 +37,7 @@ class GpuIntegrationTest(
self.tab = self.browser.tabs[0]
def _RunGpuTest(self, url, test_name, args):
+ print 'ENTERING _RunGpuTest for ' + test_name
temp_page = _EmulatedPage(url, test_name)
expectations = self.__class__.GetExpectations()
expectation = expectations.GetExpectationForPage(
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698