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

Side by Side Diff: scripts/slave/recipes/flutter/engine.expected/linux.json

Issue 2260133003: Change the host_debug sky_shell used for testing to build with assertions enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "rmcontents everything", 9 "name": "rmcontents everything",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "cmd": [ 129 "cmd": [
130 "[SLAVE_BUILD]/src/tools/android/download_android_tools.py" 130 "[SLAVE_BUILD]/src/tools/android/download_android_tools.py"
131 ], 131 ],
132 "env": { 132 "env": {
133 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 133 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
134 }, 134 },
135 "name": "download android tools" 135 "name": "download android tools"
136 }, 136 },
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "[SLAVE_BUILD]/src/flutter/tools/gn" 139 "[SLAVE_BUILD]/src/flutter/tools/gn",
140 "--unoptimized"
140 ], 141 ],
141 "env": { 142 "env": {
142 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 143 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
143 }, 144 },
144 "name": "gn " 145 "name": "gn --unoptimized (2)"
eseidel 2016/08/19 19:44:40 When names are not unique they get (2) appended, e
145 }, 146 },
146 { 147 {
147 "cmd": [ 148 "cmd": [
148 "ninja", 149 "ninja",
149 "-C", 150 "-C",
150 "[SLAVE_BUILD]/src/out/host_debug" 151 "[SLAVE_BUILD]/src/out/host_debug_unopt"
151 ], 152 ],
152 "env": { 153 "env": {
153 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 154 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
154 }, 155 },
155 "name": "build host_debug" 156 "name": "build host_debug_unopt"
156 }, 157 },
157 { 158 {
158 "cmd": [ 159 "cmd": [
159 "python", 160 "python",
160 "-u", 161 "-u",
161 "RECIPE_MODULE[build::zip]/resources/zip.py" 162 "RECIPE_MODULE[build::zip]/resources/zip.py"
162 ], 163 ],
163 "env": { 164 "env": {
164 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 165 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
165 }, 166 },
166 "name": "Zip linux-x64 artifacts.zip", 167 "name": "Zip linux-x64 artifacts.zip",
167 "stdin": "{\"entries\": [{\"archive_name\": \"icudtl.dat\", \"path\": \"[SLA VE_BUILD]/src/out/host_debug/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\ ": \"sky_shell\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug/sky_shell\", \"ty pe\": \"file\"}, {\"archive_name\": \"sky_snapshot\", \"path\": \"[SLAVE_BUILD]/ src/out/host_debug/sky_snapshot\", \"type\": \"file\"}], \"output\": \"[TMP_BASE ]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 168 "stdin": "{\"entries\": [{\"archive_name\": \"icudtl.dat\", \"path\": \"[SLA VE_BUILD]/src/out/host_debug_unopt/icudtl.dat\", \"type\": \"file\"}, {\"archive _name\": \"sky_shell\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug_unopt/sky_s hell\", \"type\": \"file\"}, {\"archive_name\": \"sky_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/host_debug_unopt/sky_snapshot\", \"type\": \"file\"}], \"out put\": \"[TMP_BASE]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
168 }, 169 },
169 { 170 {
170 "cmd": [ 171 "cmd": [
171 "python", 172 "python",
172 "-u", 173 "-u",
173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 174 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
174 "--", 175 "--",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 176 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
176 "----", 177 "----",
177 "cp", 178 "cp",
(...skipping 27 matching lines...) Expand all
205 "@@@STEP_LOG_LINE@python.inline@@@@", 206 "@@@STEP_LOG_LINE@python.inline@@@@",
206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 207 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 208 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
208 "@@@STEP_LOG_END@python.inline@@@" 209 "@@@STEP_LOG_END@python.inline@@@"
209 ] 210 ]
210 }, 211 },
211 { 212 {
212 "cmd": [ 213 "cmd": [
213 "dart", 214 "dart",
214 "[SLAVE_BUILD]/src/flutter/sky/shell/testing/observatory/test.dart", 215 "[SLAVE_BUILD]/src/flutter/sky/shell/testing/observatory/test.dart",
215 "[SLAVE_BUILD]/src/out/host_debug/sky_shell", 216 "[SLAVE_BUILD]/src/out/host_debug_unopt/sky_shell",
216 "[SLAVE_BUILD]/src/flutter/sky/shell/testing/observatory/empty_main.dart" 217 "[SLAVE_BUILD]/src/flutter/sky/shell/testing/observatory/empty_main.dart"
217 ], 218 ],
218 "cwd": "[SLAVE_BUILD]/src", 219 "cwd": "[SLAVE_BUILD]/src",
219 "env": { 220 "env": {
220 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 221 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
221 }, 222 },
222 "name": "test observatory and service protocol" 223 "name": "test observatory and service protocol"
223 }, 224 },
224 { 225 {
225 "cmd": [ 226 "cmd": [
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 1098 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
1098 "@@@STEP_LOG_END@python.inline@@@" 1099 "@@@STEP_LOG_END@python.inline@@@"
1099 ] 1100 ]
1100 }, 1101 },
1101 { 1102 {
1102 "name": "$result", 1103 "name": "$result",
1103 "recipe_result": null, 1104 "recipe_result": null,
1104 "status_code": 0 1105 "status_code": 0
1105 } 1106 }
1106 ] 1107 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698