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

Unified Diff: telemetry/telemetry/internal/results/html2_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/html2_output_formatter.py
diff --git a/telemetry/telemetry/internal/results/html2_output_formatter.py b/telemetry/telemetry/internal/results/html2_output_formatter.py
index 7935265d30cc8548d9bac32ba87632ff7b50ef9d..9acf8272d888325ab7a8c257b85f672f3b73759f 100644
--- a/telemetry/telemetry/internal/results/html2_output_formatter.py
+++ b/telemetry/telemetry/internal/results/html2_output_formatter.py
@@ -37,3 +37,6 @@ class Html2OutputFormatter(output_formatter.OutputFormatter):
logging.error('Cannot upload profiling files to cloud storage due ' +
'to permission error: ' + e.message)
print 'View result at file://' + file_path
+
+ def FormatDisabled(self):
+ pass

Powered by Google App Engine
This is Rietveld 408576698