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

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.json

Issue 2410613002: Change SwarmingIsolatedScriptTest to upload json format results (Closed)
Patch Set: Created 4 years, 2 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: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.json b/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.json
index 03b87e61679b9571905637c22f055164beeba97a..2d908f998cc8a006b6777d84c8a00418edfaf4bd 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.json
@@ -579,8 +579,8 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py",
- "--input-gtest-json",
+ "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
+ "--input-json",
"{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}",
"--master-name",
"chromium.android",

Powered by Google App Engine
This is Rietveld 408576698