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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_harness_failure.json

Issue 2375663003: Add json test results format support for SwarmingIsolatedScriptTest (Closed)
Patch Set: Add no cover 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "~followup_annotations": [ 423 "~followup_annotations": [
424 "step returned non-zero exit code: 1", 424 "step returned non-zero exit code: 1",
425 "@@@STEP_LOG_LINE@outdir_json@{@@@", 425 "@@@STEP_LOG_LINE@outdir_json@{@@@",
426 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [ \\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"failures\\\": [], \\\"valid\\\": true, \\\"times\\\": {\\\"test2.Test2\\\": 0.1, \\\"test1.Test1\\\": 0.1}}\", @@ @", 426 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [ \\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"failures\\\": [], \\\"valid\\\": true, \\\"times\\\": {\\\"test2.Test2\\\": 0.1, \\\"test1.Test1\\\": 0.1}}\", @@ @",
427 "@@@STEP_LOG_LINE@outdir_json@ \"1/output.json\": \"\", @@@", 427 "@@@STEP_LOG_LINE@outdir_json@ \"1/output.json\": \"\", @@@",
428 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false, \\\"exit_code\\\": \\\"0\\ \"}, {\\\"internal_failure\\\": false, \\\"failure\\\": false, \\\"exit_code\\\" : \\\"0\\\"}]}\"@@@", 428 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false, \\\"exit_code\\\": \\\"0\\ \"}, {\\\"internal_failure\\\": false, \\\"failure\\\": false, \\\"exit_code\\\" : \\\"0\\\"}]}\"@@@",
429 "@@@STEP_LOG_LINE@outdir_json@}@@@", 429 "@@@STEP_LOG_LINE@outdir_json@}@@@",
430 "@@@STEP_LOG_END@outdir_json@@@", 430 "@@@STEP_LOG_END@outdir_json@@@",
431 "@@@STEP_LOG_LINE@no_results_exc@error decoding JSON results from shard #1 @@@", 431 "@@@STEP_LOG_LINE@no_results_exc@error decoding JSON results from shard #1 @@@",
432 "@@@STEP_LOG_END@no_results_exc@@@", 432 "@@@STEP_LOG_END@no_results_exc@@@",
433 "@@@STEP_LOG_LINE@invalid_results_exc@'failures'@@@", 433 "@@@STEP_LOG_LINE@invalid_results_exc@KeyError('valid',)@@@",
434 "@@@STEP_LOG_END@invalid_results_exc@@@", 434 "@@@STEP_LOG_END@invalid_results_exc@@@",
435 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 435 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
436 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@", 436 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@",
437 "@@@STEP_FAILURE@@@" 437 "@@@STEP_FAILURE@@@"
438 ] 438 ]
439 }, 439 },
440 { 440 {
441 "name": "$result", 441 "name": "$result",
442 "reason": "1 tests failed: ['telemetry_gpu_unittests']", 442 "reason": "1 tests failed: ['telemetry_gpu_unittests']",
443 "recipe_result": null, 443 "recipe_result": null,
444 "status_code": 1 444 "status_code": 1
445 } 445 }
446 ] 446 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698