| OLD | NEW |
| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux ASAN", | 10 "WebKit Linux ASAN", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 ] | 76 ] |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "cmd": [ | 79 "cmd": [ |
| 80 "python", | 80 "python", |
| 81 "-u", | 81 "-u", |
| 82 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
| 83 "runhooks" | 83 "runhooks" |
| 84 ], | 84 ], |
| 85 "env": { | 85 "env": { |
| 86 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g
oma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_allocator=none use_g
oma=1" | 86 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g
oma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 87 }, | 87 }, |
| 88 "name": "gclient runhooks" | 88 "name": "gclient runhooks" |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 "cmd": [ | 91 "cmd": [ |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| 94 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 94 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 95 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 95 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
| 96 "/path/to/tmp/json" | 96 "/path/to/tmp/json" |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 "name": "[collect error] browser_tests", | 324 "name": "[collect error] browser_tests", |
| 325 "~followup_annotations": [ | 325 "~followup_annotations": [ |
| 326 "@@@STEP_LOG_LINE@python.inline@@@@", | 326 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 327 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 327 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 328 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 328 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 329 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 329 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 330 "@@@STEP_LOG_END@python.inline@@@" | 330 "@@@STEP_LOG_END@python.inline@@@" |
| 331 ] | 331 ] |
| 332 } | 332 } |
| 333 ] | 333 ] |
| OLD | NEW |