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

Unified Diff: build/android/pylib/results/json_results.py

Issue 2183053004: Add stack as output_snippet in result. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: build/android/pylib/results/json_results.py
diff --git a/build/android/pylib/results/json_results.py b/build/android/pylib/results/json_results.py
index b0b95928057ac79bf4b1d18aa0911489343b3851..80b3c32074f09a6e39c1254a4f74d3538b44296f 100644
--- a/build/android/pylib/results/json_results.py
+++ b/build/android/pylib/results/json_results.py
@@ -99,7 +99,7 @@ def GenerateResultsDict(test_run_results):
iteration_data[r.GetName()].append({
'status': status_as_string(r.GetType()),
'elapsed_time_ms': r.GetDuration(),
- 'output_snippet': '',
+ 'output_snippet': r.GetLog(),
'losless_snippet': '',
'output_snippet_base64:': '',
})
« 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