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

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

Issue 1414983005: Test swarm telemetry_gpu_unittests on "Windows Tests", "Mac tests", "Linux tests" and FYI bot Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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_expectations_unittest.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_test_base_unittest.py
diff --git a/content/test/gpu/gpu_tests/gpu_test_base_unittest.py b/content/test/gpu/gpu_tests/gpu_test_base_unittest.py
index 37d615493d76dfb83ddb85affcb1e45bb13c9e3a..8554534eea52ad8a4e12568aba93b5953fd30217 100644
--- a/content/test/gpu/gpu_tests/gpu_test_base_unittest.py
+++ b/content/test/gpu/gpu_tests/gpu_test_base_unittest.py
@@ -130,6 +130,7 @@ class PageWhichFailsNTimes(FakePage):
class PageRunExecutionTest(unittest.TestCase):
def testNoGarbageCollectionCalls(self):
+ assert False
mock_shared_state = mock.Mock()
p = gpu_test_base.PageBase('file://foo.html')
p.Run(mock_shared_state)
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698