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

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

Issue 2291523002: Disable testListSimpleBenchmarksDefinedInOneFileComplex. (Closed)
Patch Set: rebase 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 1018592c8c88bf75ed862e5d855bd3b703db6e7c..c1efeeeb4e935b4381ad515f234e92c3a0c9e721 100644
--- a/tools/perf/core/benchmark_finders_unittest.py
+++ b/tools/perf/core/benchmark_finders_unittest.py
@@ -24,7 +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
+ @decorators.Disabled('all') # 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