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

Unified Diff: content/test/gpu/gpu_tests/gpu_rasterization.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/gpu_rasterization.py
diff --git a/content/test/gpu/gpu_tests/gpu_rasterization.py b/content/test/gpu/gpu_tests/gpu_rasterization.py
index 0e4fd06643979f1ee6593762d978a6e3c1cc6bc3..ac5dcfa40486ad52603b6fe631b3079fb1d21c45 100644
--- a/content/test/gpu/gpu_tests/gpu_rasterization.py
+++ b/content/test/gpu/gpu_tests/gpu_rasterization.py
@@ -67,6 +67,10 @@ class GpuRasterization(cloud_storage_test_base.TestBase):
test = _GpuRasterizationValidator
page_set = page_sets.GpuRasterizationTestsPageSet
+ @classmethod
+ def Name(cls):
+ return "gpu_rasterization"
+
def CreatePageSet(self, options):
page_set = super(GpuRasterization, self).CreatePageSet(options)
for page in page_set.pages:

Powered by Google App Engine
This is Rietveld 408576698