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

Unified Diff: content/test/gpu/gpu_tests/gpu_process.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
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/gpu_rasterization.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_process.py
diff --git a/content/test/gpu/gpu_tests/gpu_process.py b/content/test/gpu/gpu_tests/gpu_process.py
index 531319cf6a0c81a08eabfe27e93b922097a66fdf..f0f25b6348f824a1ed30c1a00a68ce4c66874ff9 100644
--- a/content/test/gpu/gpu_tests/gpu_process.py
+++ b/content/test/gpu/gpu_tests/gpu_process.py
@@ -38,6 +38,10 @@ class GpuProcess(benchmark.Benchmark):
test = _GpuProcessValidator
page_set = page_sets.GpuProcessTestsPageSet
Ken Russell (switch to Gerrit) 2014/09/13 05:57:12 Could you please instead just delete the page_set
jbroman 2014/09/13 18:57:34 FYI, this will also require changing the name of t
+ @classmethod
+ def Name(cls):
+ return "gpu_process"
+
def CreateExpectations(self, page_set):
return expectations.GpuProcessExpectations()
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/gpu_rasterization.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698