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

Unified Diff: tools/perf/measurements/loading_trace_unittest.py

Issue 208643007: Add cleanup for measurements that use tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
Index: tools/perf/measurements/loading_trace_unittest.py
diff --git a/tools/perf/measurements/loading_trace_unittest.py b/tools/perf/measurements/loading_trace_unittest.py
index 12c61b40d82b05c1fbc46551e8638b29d69c3485..b83d2becebb482c32d9da9382f4eb6f2ebb1e9b6 100644
--- a/tools/perf/measurements/loading_trace_unittest.py
+++ b/tools/perf/measurements/loading_trace_unittest.py
@@ -18,3 +18,6 @@ class LoadingTraceUnitTest(
trace_options = self._options
results = self.RunMeasurement(measurement, ps, options = trace_options)
self.assertEquals(0, len(results.failures))
+
+ def testCleanUpTrace(self):
+ self.TestTracingCleanedUp(loading_trace.LoadingTrace, self._options)

Powered by Google App Engine
This is Rietveld 408576698