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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json

Issue 1365683002: chromium_tests: fix crash in deapply_patch on got_webkit_revision (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "name": "gclient sync", 86 "name": "gclient sync",
87 "~followup_annotations": [ 87 "~followup_annotations": [
88 "@@@STEP_LOG_LINE@json.output@{@@@", 88 "@@@STEP_LOG_LINE@json.output@{@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
92 "@@@STEP_LOG_LINE@json.output@ }, @@@", 92 "@@@STEP_LOG_LINE@json.output@ }, @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", 93 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
94 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", 94 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
95 "@@@STEP_LOG_LINE@json.output@ }, @@@", 95 "@@@STEP_LOG_LINE@json.output@ }, @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@",
97 "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@",
98 "@@@STEP_LOG_LINE@json.output@ }, @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@", 96 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@",
100 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@", 97 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@",
101 "@@@STEP_LOG_LINE@json.output@ }, @@@", 98 "@@@STEP_LOG_LINE@json.output@ }, @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@", 99 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@",
103 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@", 100 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@",
104 "@@@STEP_LOG_LINE@json.output@ }, @@@", 101 "@@@STEP_LOG_LINE@json.output@ }, @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"src/v8/\": {@@@", 102 "@@@STEP_LOG_LINE@json.output@ \"src/v8/\": {@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"revision\": 43426@@@", 103 "@@@STEP_LOG_LINE@json.output@ \"revision\": 43426@@@",
107 "@@@STEP_LOG_LINE@json.output@ }@@@", 104 "@@@STEP_LOG_LINE@json.output@ }@@@",
108 "@@@STEP_LOG_LINE@json.output@ }@@@", 105 "@@@STEP_LOG_LINE@json.output@ }@@@",
109 "@@@STEP_LOG_LINE@json.output@}@@@", 106 "@@@STEP_LOG_LINE@json.output@}@@@",
110 "@@@STEP_LOG_END@json.output@@@", 107 "@@@STEP_LOG_END@json.output@@@",
108 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@",
109 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@",
110 "@@@SET_BUILD_PROPERTY@got_src_revision@170242@@@",
111 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@", 111 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@",
112 "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@", 112 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@"
113 "@@@SET_BUILD_PROPERTY@got_src_revision@170242@@@",
114 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@",
115 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@",
116 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@"
117 ] 113 ]
118 }, 114 },
119 { 115 {
120 "cmd": [ 116 "cmd": [
121 "python", 117 "python",
122 "-u", 118 "-u",
123 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 119 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
124 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", 120 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps",
125 "[SLAVE_BUILD]/src/out/Release/test_logs", 121 "[SLAVE_BUILD]/src/out/Release/test_logs",
126 "[SLAVE_BUILD]/src/out/build_product.zip", 122 "[SLAVE_BUILD]/src/out/build_product.zip",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "[BUILD]/scripts/slave/chromium/sizes.py", 203 "[BUILD]/scripts/slave/chromium/sizes.py",
208 "--target", 204 "--target",
209 "Release", 205 "Release",
210 "--platform", 206 "--platform",
211 "android-cronet" 207 "android-cronet"
212 ], 208 ],
213 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
214 "name": "sizes" 210 "name": "sizes"
215 } 211 }
216 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698