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

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

Issue 560153004: Telemetry: Fix exact_matches in telemetry.test_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename gpu tests to match buildbot config Created 6 years, 3 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/memory.py
diff --git a/content/test/gpu/gpu_tests/memory.py b/content/test/gpu/gpu_tests/memory.py
index c8eadc426c25257d8e0153dea2f6e44297906c5a..7f712274f34dc31c9c7b86e4c4a4d19fd068c7d2 100644
--- a/content/test/gpu/gpu_tests/memory.py
+++ b/content/test/gpu/gpu_tests/memory.py
@@ -104,6 +104,10 @@ class Memory(benchmark.Benchmark):
test = _MemoryValidator
page_set = page_sets.MemoryTestsPageSet
+ @classmethod
+ def Name(cls):
+ return "memory_test"
+
def CreateExpectations(self, page_set):
return memory_expectations.MemoryExpectations()

Powered by Google App Engine
This is Rietveld 408576698