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

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

Issue 560153004: Telemetry: Fix exact_matches in telemetry.test_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move memory.py to memory_test.py to make the autogenerated name match the 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 | « content/test/gpu/gpu_tests/memory_test_expectations.py ('k') | tools/telemetry/telemetry/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/pixel.py
diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py
index 90fcaa619dc263f5d8b4b598b6380eaf0b6c69b6..d1dbc2a82f2017fc94148fd6cda2714eaf50b5eb 100644
--- a/content/test/gpu/gpu_tests/pixel.py
+++ b/content/test/gpu/gpu_tests/pixel.py
@@ -148,7 +148,6 @@ class _PixelValidator(cloud_storage_test_base.ValidatorBase):
class Pixel(cloud_storage_test_base.TestBase):
test = _PixelValidator
- page_set = page_sets.PixelTestsPageSet
@classmethod
def AddTestCommandLineArgs(cls, group):
@@ -159,7 +158,7 @@ class Pixel(cloud_storage_test_base.TestBase):
default=default_reference_image_dir)
def CreatePageSet(self, options):
- page_set = super(Pixel, self).CreatePageSet(options)
+ page_set = page_sets.PixelTestsPageSet()
for page in page_set.pages:
page.script_to_evaluate_on_commit = test_harness_script
return page_set
« no previous file with comments | « content/test/gpu/gpu_tests/memory_test_expectations.py ('k') | tools/telemetry/telemetry/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698