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

Unified Diff: tools/perf/core/benchmark_finders_unittest.py

Issue 2254473002: Disable TestGetBenchmarkNamesForFile.testListSimpleBenchmarksDefinedInOneFileComplex on chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/benchmark_finders_unittest.py
diff --git a/tools/perf/core/benchmark_finders_unittest.py b/tools/perf/core/benchmark_finders_unittest.py
index 3043d7fcbcc898608401904192382d9ccb3717eb..1018592c8c88bf75ed862e5d855bd3b703db6e7c 100644
--- a/tools/perf/core/benchmark_finders_unittest.py
+++ b/tools/perf/core/benchmark_finders_unittest.py
@@ -5,6 +5,7 @@ import os
import unittest
from core import benchmark_finders
+from telemetry import decorators
class TestGetBenchmarkNamesForFile(unittest.TestCase):
@@ -23,6 +24,7 @@ class TestGetBenchmarkNamesForFile(unittest.TestCase):
['test_benchmark_1', 'test_benchmark_2', 'test_benchmark_subclass_1',
'test_benchmark_subclass_2'])
+ @decorators.Disabled('chromeos') # http://crbug.com/637938
def testListSimpleBenchmarksDefinedInOneFileComplex(self):
self.assertEquals(
benchmark_finders.GetBenchmarkNamesForFile(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698