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

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

Issue 2842623002: Remove whitelist from generate_perf_data (Closed)
Patch Set: Created 3 years, 8 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 | « tools/perf/core/perf_data_generator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_data_generator_unittest.py
diff --git a/tools/perf/core/perf_data_generator_unittest.py b/tools/perf/core/perf_data_generator_unittest.py
index 4301ffa9d78a992f54a6a7650cd51684688f91b6..c6dfee05409135b9d62a079f4570dbd912374d27 100644
--- a/tools/perf/core/perf_data_generator_unittest.py
+++ b/tools/perf/core/perf_data_generator_unittest.py
@@ -134,7 +134,7 @@ class PerfDataGeneratorTest(unittest.TestCase):
}
benchmarks = [BlacklistedBenchmark, NotBlacklistedBenchmark]
tests = perf_data_generator.generate_telemetry_tests(
- test_config, benchmarks, None, False, ['blacklisted'])
+ test_config, benchmarks, None, ['blacklisted'])
generated_test_names = set(t['name'] for t in tests)
self.assertEquals(
« no previous file with comments | « tools/perf/core/perf_data_generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698