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

Unified Diff: telemetry/telemetry/internal/results/html_output_formatter.py

Issue 2342023005: Outputting chart json for disabled tests. (Closed)
Patch Set: Chaing the right json_output_formatter Created 4 years, 3 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: telemetry/telemetry/internal/results/html_output_formatter.py
diff --git a/telemetry/telemetry/internal/results/html_output_formatter.py b/telemetry/telemetry/internal/results/html_output_formatter.py
index f325ef28eb603c78ab6cb902173bd85d52e793ff..7e520d745d313aababdd24b508056c42adc4ded6 100644
--- a/telemetry/telemetry/internal/results/html_output_formatter.py
+++ b/telemetry/telemetry/internal/results/html_output_formatter.py
@@ -188,3 +188,6 @@ class HtmlOutputFormatter(output_formatter.OutputFormatter):
print
print 'View result at file://%s' % os.path.abspath(
self._output_stream.name)
+
+ def FormatDisabled(self):
+ pass

Powered by Google App Engine
This is Rietveld 408576698