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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json

Issue 1890093002: V8: Add mozilla test to win dbg. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 212 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
213 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 213 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
214 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 214 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
215 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 215 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
216 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 216 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
217 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 217 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
218 "@@@STEP_LOG_END@durations@@@" 218 "@@@STEP_LOG_END@durations@@@"
219 ] 219 ]
220 }, 220 },
221 { 221 {
222 "cmd": [
223 "python",
224 "-u",
225 "[SLAVE_BUILD]\\v8\\tools\\run-tests.py",
226 "--progress=verbose",
227 "--mode",
228 "Debug",
229 "--arch",
230 "ia32",
231 "--outdir",
232 "out",
233 "--buildbot",
234 "--timeout=200",
235 "--random-seed=-358114921",
236 "mozilla",
237 "--exhaustive-variants",
238 "--dcheck-always-on",
239 "--rerun-failures-count=2",
240 "--json-test-results",
241 "/path/to/tmp/json"
242 ],
243 "cwd": "[SLAVE_BUILD]\\v8",
244 "name": "Mozilla",
245 "~followup_annotations": [
246 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
247 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
248 "@@@STEP_LOG_LINE@durations@@@@",
249 "@@@STEP_LOG_LINE@durations@Details:@@@",
250 "@@@STEP_LOG_LINE@durations@@@@",
251 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
252 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
253 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
254 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
255 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
256 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
257 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
258 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
259 "@@@STEP_LOG_END@durations@@@"
260 ]
261 },
262 {
222 "name": "$result", 263 "name": "$result",
223 "recipe_result": null, 264 "recipe_result": null,
224 "status_code": 0 265 "status_code": 0
225 } 266 }
226 ] 267 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698