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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webrtc", 8 "chromium.webrtc",
9 "--builder", 9 "--builder",
10 "Linux Tester", 10 "Linux Tester",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245} \"@@@", 66 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245} \"@@@",
67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
68 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@", 68 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@",
69 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@" 69 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@"
70 ] 70 ]
71 }, 71 },
72 { 72 {
73 "cmd": [ 73 "cmd": [
74 "python", 74 "python",
75 "-u", 75 "-u",
76 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", 76 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
77 "[SLAVE_BUILD]/src/out" 77 "[SLAVE_BUILD]/src/out"
78 ], 78 ],
79 "name": "clean test output files" 79 "name": "clean test output files"
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "[BUILD]/scripts/slave/cleanup_temp.py" 85 "[BUILD]/scripts/slave/cleanup_temp.py"
86 ], 86 ],
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "content_unittests" 292 "content_unittests"
293 ], 293 ],
294 "name": "content_unittests" 294 "name": "content_unittests"
295 }, 295 },
296 { 296 {
297 "name": "$final_result", 297 "name": "$final_result",
298 "reason": "1 out of 3 aggregated steps failed. Failures: Step('browser_tests ') failed with return_code 1", 298 "reason": "1 out of 3 aggregated steps failed. Failures: Step('browser_tests ') failed with return_code 1",
299 "status_code": 1 299 "status_code": 1
300 } 300 }
301 ] 301 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698