From 4d11b74758d420a5a7ac3adaa1fbd3b9e375f469 Mon Sep 17 00:00:00 2001 From: aiolos Date: Mon, 1 Feb 2016 10:25:42 -0800 Subject: Delete tools/telemetry. Also make some whitespace changes in gpu_tests for client presubmit checks. NOPRESUBMIT=true BUG=478864 Review URL: https://codereview.chromium.org/1647513002 Cr-Commit-Position: refs/heads/master@{#372688} --- content/test/gpu/gpu_tests/maps.py | 1 + content/test/gpu/page_sets/pixel_tests.py | 2 ++ content/test/gpu/run_unittests.py | 1 + 3 files changed, 4 insertions(+) (limited to 'content') diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py index 21aafa5..c153e0e 100644 --- a/content/test/gpu/gpu_tests/maps.py +++ b/content/test/gpu/gpu_tests/maps.py @@ -19,6 +19,7 @@ from telemetry.page import page_test from telemetry import story as story_module from telemetry.story import story_set as story_set_module + class MapsValidator(cloud_storage_test_base.ValidatorBase): def __init__(self): super(MapsValidator, self).__init__() diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py index 3854df6..0f7ae64 100644 --- a/content/test/gpu/page_sets/pixel_tests.py +++ b/content/test/gpu/page_sets/pixel_tests.py @@ -1,12 +1,14 @@ # Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. + from telemetry.story import story_set as story_set_module import sys from gpu_tests import gpu_test_base + class PixelTestsPage(gpu_test_base.PageBase): def __init__(self, url, name, test_rect, revision, story_set, diff --git a/content/test/gpu/run_unittests.py b/content/test/gpu/run_unittests.py index 9f98f42..b874ce7 100755 --- a/content/test/gpu/run_unittests.py +++ b/content/test/gpu/run_unittests.py @@ -18,6 +18,7 @@ path_util.AddDirToPathIfNeeded(path_util.GetChromiumSrcDir(), 'tools', from telemetry.testing import unittest_runner + def main(): return unittest_runner.Run(gpu_project_config.CONFIG, no_browser=True) -- cgit v1.1