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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_tryserver_blink.json

Issue 1515933004: Rename telemetry_gpu_new_test back to telemetry_gpu_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "@@@STEP_LOG_LINE@json.output@}@@@", 171 "@@@STEP_LOG_LINE@json.output@}@@@",
172 "@@@STEP_LOG_END@json.output@@@" 172 "@@@STEP_LOG_END@json.output@@@"
173 ] 173 ]
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "[SLAVE_BUILD]/src/build/gyp_chromium", 179 "[SLAVE_BUILD]/src/build/gyp_chromium",
180 "--analyzer", 180 "--analyzer",
181 "{\"additional_compile_targets\": [], \"files\": [\"third_party/WebKit/foo .cc\"], \"test_targets\": [\"angle_unittests_run\", \"content_gl_tests_run\", \" gl_tests_run\", \"gl_unittests_run\", \"gles2_conform_test_run\", \"gpu_unittest s_run\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_new_test_run\"]}", 181 "{\"additional_compile_targets\": [], \"files\": [\"third_party/WebKit/foo .cc\"], \"test_targets\": [\"angle_unittests_run\", \"content_gl_tests_run\", \" gl_tests_run\", \"gl_unittests_run\", \"gles2_conform_test_run\", \"gpu_unittest s_run\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
182 "/path/to/tmp/json" 182 "/path/to/tmp/json"
183 ], 183 ],
184 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
185 "env": { 185 "env": {
186 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding= Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs= 1 target_arch=x64 test_isolation_mode=prepare use_goma=1" 186 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding= Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs= 1 target_arch=x64 test_isolation_mode=prepare use_goma=1"
187 }, 187 },
188 "name": "analyze", 188 "name": "analyze",
189 "~followup_annotations": [ 189 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@json.output@{@@@", 190 "@@@STEP_LOG_LINE@json.output@{@@@",
191 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", 191 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@",
192 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", 192 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@",
193 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", 193 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@",
194 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", 194 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"app_list_unittests\", @@@", 195 "@@@STEP_LOG_LINE@json.output@ \"app_list_unittests\", @@@",
196 "@@@STEP_LOG_LINE@json.output@ \"app_shell\", @@@", 196 "@@@STEP_LOG_LINE@json.output@ \"app_shell\", @@@",
197 "@@@STEP_LOG_LINE@json.output@ \"chrome_initial\", @@@", 197 "@@@STEP_LOG_LINE@json.output@ \"chrome_initial\", @@@",
198 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\", @@@", 198 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\", @@@",
199 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\", @@@", 199 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\", @@@",
200 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\", @@@", 200 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\", @@@",
201 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\", @@@", 201 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\", @@@",
202 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\", @@@", 202 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\", @@@",
203 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\", @@@", 203 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\", @@@",
204 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\"@@@", 204 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\"@@@",
205 "@@@STEP_LOG_LINE@json.output@ ], @@@", 205 "@@@STEP_LOG_LINE@json.output@ ], @@@",
206 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 206 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
207 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", 207 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@",
208 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", 208 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@",
209 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", 209 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@",
210 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", 210 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@",
211 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests_run\", @@@", 211 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests_run\", @@@",
212 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test_run\", @@@", 212 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test_run\", @@@",
213 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests_run\", @@@", 213 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests_run\", @@@",
214 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests_run\", @@@", 214 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests_run\", @@@",
215 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test_run\"@@@", 215 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test_run\"@@@",
216 "@@@STEP_LOG_LINE@json.output@ ]@@@", 216 "@@@STEP_LOG_LINE@json.output@ ]@@@",
217 "@@@STEP_LOG_LINE@json.output@}@@@", 217 "@@@STEP_LOG_LINE@json.output@}@@@",
218 "@@@STEP_LOG_END@json.output@@@" 218 "@@@STEP_LOG_END@json.output@@@"
219 ] 219 ]
220 }, 220 },
221 { 221 {
222 "allow_subannotations": true, 222 "allow_subannotations": true,
223 "cmd": [ 223 "cmd": [
224 "python", 224 "python",
225 "-u", 225 "-u",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "gl_tests", 270 "gl_tests",
271 "gl_tests_run", 271 "gl_tests_run",
272 "gl_unittests", 272 "gl_unittests",
273 "gl_unittests_run", 273 "gl_unittests_run",
274 "gles2_conform_test", 274 "gles2_conform_test",
275 "gles2_conform_test_run", 275 "gles2_conform_test_run",
276 "gpu_unittests", 276 "gpu_unittests",
277 "gpu_unittests_run", 277 "gpu_unittests_run",
278 "tab_capture_end2end_tests", 278 "tab_capture_end2end_tests",
279 "tab_capture_end2end_tests_run", 279 "tab_capture_end2end_tests_run",
280 "telemetry_gpu_new_test", 280 "telemetry_gpu_test",
281 "telemetry_gpu_new_test_run" 281 "telemetry_gpu_test_run"
282 ], 282 ],
283 "cwd": "[SLAVE_BUILD]", 283 "cwd": "[SLAVE_BUILD]",
284 "name": "compile (with patch)", 284 "name": "compile (with patch)",
285 "~followup_annotations": [ 285 "~followup_annotations": [
286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
287 "@@@STEP_LOG_END@json.output (invalid)@@@" 287 "@@@STEP_LOG_END@json.output (invalid)@@@"
288 ] 288 ]
289 }, 289 },
290 { 290 {
291 "cmd": [ 291 "cmd": [
292 "python", 292 "python",
293 "-u", 293 "-u",
294 "RECIPE_MODULE[isolate]/resources/isolate.py", 294 "RECIPE_MODULE[isolate]/resources/isolate.py",
295 "[SLAVE_BUILD]/src/tools/swarming_client", 295 "[SLAVE_BUILD]/src/tools/swarming_client",
296 "batcharchive", 296 "batcharchive",
297 "--dump-json", 297 "--dump-json",
298 "/path/to/tmp/json", 298 "/path/to/tmp/json",
299 "--isolate-server", 299 "--isolate-server",
300 "https://isolateserver.appspot.com", 300 "https://isolateserver.appspot.com",
301 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", 301 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json",
302 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", 302 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
303 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", 303 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
304 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", 304 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json",
305 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json", 305 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json",
306 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", 306 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json",
307 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ", 307 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ",
308 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_new_test.isolated.gen.json" 308 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json"
309 ], 309 ],
310 "cwd": "[SLAVE_BUILD]", 310 "cwd": "[SLAVE_BUILD]",
311 "name": "isolate tests", 311 "name": "isolate tests",
312 "~followup_annotations": [ 312 "~followup_annotations": [
313 "@@@STEP_LOG_LINE@json.output@{@@@", 313 "@@@STEP_LOG_LINE@json.output@{@@@",
314 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 314 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
315 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 315 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
316 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 316 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
317 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@", 317 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@",
318 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 318 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
319 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 319 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
320 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 320 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
321 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\"@@@", 321 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
322 "@@@STEP_LOG_LINE@json.output@}@@@", 322 "@@@STEP_LOG_LINE@json.output@}@@@",
323 "@@@STEP_LOG_END@json.output@@@", 323 "@@@STEP_LOG_END@json.output@@@",
324 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\ ", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_tes t]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2e nd_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_new_ test\": \"[dummy hash for telemetry_gpu_new_test]\"}@@@" 324 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\ ", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_tes t]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2e nd_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test \": \"[dummy hash for telemetry_gpu_test]\"}@@@"
325 ] 325 ]
326 }, 326 },
327 { 327 {
328 "allow_subannotations": true, 328 "allow_subannotations": true,
329 "cmd": [ 329 "cmd": [
330 "python", 330 "python",
331 "-u", 331 "-u",
332 "[BUILD]/scripts/slave/runtest.py", 332 "[BUILD]/scripts/slave/runtest.py",
333 "--target", 333 "--target",
334 "Release", 334 "Release",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ], 467 ],
468 "cwd": "[SLAVE_BUILD]", 468 "cwd": "[SLAVE_BUILD]",
469 "name": "gl_unittests" 469 "name": "gl_unittests"
470 }, 470 },
471 { 471 {
472 "cmd": [ 472 "cmd": [
473 "python", 473 "python",
474 "-u", 474 "-u",
475 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 475 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
476 "--isolated", 476 "--isolated",
477 "[dummy hash for telemetry_gpu_new_test]", 477 "[dummy hash for telemetry_gpu_test]",
478 "-I", 478 "-I",
479 "https://isolateserver.appspot.com", 479 "https://isolateserver.appspot.com",
480 "--verbose", 480 "--verbose",
481 "--", 481 "--",
482 "maps", 482 "maps",
483 "--show-stdout", 483 "--show-stdout",
484 "--browser=release", 484 "--browser=release",
485 "-v", 485 "-v",
486 "--build-revision", 486 "--build-revision",
487 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 487 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
(...skipping 12 matching lines...) Expand all
500 "@@@STEP_LOG_LINE@json.output@}@@@", 500 "@@@STEP_LOG_LINE@json.output@}@@@",
501 "@@@STEP_LOG_END@json.output@@@" 501 "@@@STEP_LOG_END@json.output@@@"
502 ] 502 ]
503 }, 503 },
504 { 504 {
505 "cmd": [ 505 "cmd": [
506 "python", 506 "python",
507 "-u", 507 "-u",
508 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 508 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
509 "--isolated", 509 "--isolated",
510 "[dummy hash for telemetry_gpu_new_test]", 510 "[dummy hash for telemetry_gpu_test]",
511 "-I", 511 "-I",
512 "https://isolateserver.appspot.com", 512 "https://isolateserver.appspot.com",
513 "--verbose", 513 "--verbose",
514 "--", 514 "--",
515 "pixel", 515 "pixel",
516 "--show-stdout", 516 "--show-stdout",
517 "--browser=release", 517 "--browser=release",
518 "-v", 518 "-v",
519 "--build-revision", 519 "--build-revision",
520 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 520 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
(...skipping 17 matching lines...) Expand all
538 "@@@STEP_LOG_LINE@json.output@}@@@", 538 "@@@STEP_LOG_LINE@json.output@}@@@",
539 "@@@STEP_LOG_END@json.output@@@" 539 "@@@STEP_LOG_END@json.output@@@"
540 ] 540 ]
541 }, 541 },
542 { 542 {
543 "cmd": [ 543 "cmd": [
544 "python", 544 "python",
545 "-u", 545 "-u",
546 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 546 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
547 "--isolated", 547 "--isolated",
548 "[dummy hash for telemetry_gpu_new_test]", 548 "[dummy hash for telemetry_gpu_test]",
549 "-I", 549 "-I",
550 "https://isolateserver.appspot.com", 550 "https://isolateserver.appspot.com",
551 "--verbose", 551 "--verbose",
552 "--", 552 "--",
553 "webgl_conformance", 553 "webgl_conformance",
554 "--show-stdout", 554 "--show-stdout",
555 "--browser=release", 555 "--browser=release",
556 "-v", 556 "-v",
557 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 557 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
558 "--isolated-script-test-output", 558 "--isolated-script-test-output",
559 "/path/to/tmp/json" 559 "/path/to/tmp/json"
560 ], 560 ],
561 "cwd": "[SLAVE_BUILD]", 561 "cwd": "[SLAVE_BUILD]",
562 "name": "webgl_conformance_tests", 562 "name": "webgl_conformance_tests",
563 "~followup_annotations": [ 563 "~followup_annotations": [
564 "@@@STEP_LOG_LINE@json.output@{@@@", 564 "@@@STEP_LOG_LINE@json.output@{@@@",
565 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 565 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
566 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 566 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
567 "@@@STEP_LOG_LINE@json.output@}@@@", 567 "@@@STEP_LOG_LINE@json.output@}@@@",
568 "@@@STEP_LOG_END@json.output@@@" 568 "@@@STEP_LOG_END@json.output@@@"
569 ] 569 ]
570 }, 570 },
571 { 571 {
572 "cmd": [ 572 "cmd": [
573 "python", 573 "python",
574 "-u", 574 "-u",
575 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 575 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
576 "--isolated", 576 "--isolated",
577 "[dummy hash for telemetry_gpu_new_test]", 577 "[dummy hash for telemetry_gpu_test]",
578 "-I", 578 "-I",
579 "https://isolateserver.appspot.com", 579 "https://isolateserver.appspot.com",
580 "--verbose", 580 "--verbose",
581 "--", 581 "--",
582 "context_lost", 582 "context_lost",
583 "--show-stdout", 583 "--show-stdout",
584 "--browser=release", 584 "--browser=release",
585 "-v", 585 "-v",
586 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 586 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
587 "--isolated-script-test-output", 587 "--isolated-script-test-output",
588 "/path/to/tmp/json" 588 "/path/to/tmp/json"
589 ], 589 ],
590 "cwd": "[SLAVE_BUILD]", 590 "cwd": "[SLAVE_BUILD]",
591 "name": "context_lost_tests", 591 "name": "context_lost_tests",
592 "~followup_annotations": [ 592 "~followup_annotations": [
593 "@@@STEP_LOG_LINE@json.output@{@@@", 593 "@@@STEP_LOG_LINE@json.output@{@@@",
594 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 594 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
595 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 595 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
596 "@@@STEP_LOG_LINE@json.output@}@@@", 596 "@@@STEP_LOG_LINE@json.output@}@@@",
597 "@@@STEP_LOG_END@json.output@@@" 597 "@@@STEP_LOG_END@json.output@@@"
598 ] 598 ]
599 }, 599 },
600 { 600 {
601 "cmd": [ 601 "cmd": [
602 "python", 602 "python",
603 "-u", 603 "-u",
604 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 604 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
605 "--isolated", 605 "--isolated",
606 "[dummy hash for telemetry_gpu_new_test]", 606 "[dummy hash for telemetry_gpu_test]",
607 "-I", 607 "-I",
608 "https://isolateserver.appspot.com", 608 "https://isolateserver.appspot.com",
609 "--verbose", 609 "--verbose",
610 "--", 610 "--",
611 "memory_test", 611 "memory_test",
612 "--show-stdout", 612 "--show-stdout",
613 "--browser=release", 613 "--browser=release",
614 "-v", 614 "-v",
615 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 615 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
616 "--isolated-script-test-output", 616 "--isolated-script-test-output",
617 "/path/to/tmp/json" 617 "/path/to/tmp/json"
618 ], 618 ],
619 "cwd": "[SLAVE_BUILD]", 619 "cwd": "[SLAVE_BUILD]",
620 "name": "memory_test", 620 "name": "memory_test",
621 "~followup_annotations": [ 621 "~followup_annotations": [
622 "@@@STEP_LOG_LINE@json.output@{@@@", 622 "@@@STEP_LOG_LINE@json.output@{@@@",
623 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 623 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
624 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 624 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
625 "@@@STEP_LOG_LINE@json.output@}@@@", 625 "@@@STEP_LOG_LINE@json.output@}@@@",
626 "@@@STEP_LOG_END@json.output@@@" 626 "@@@STEP_LOG_END@json.output@@@"
627 ] 627 ]
628 }, 628 },
629 { 629 {
630 "cmd": [ 630 "cmd": [
631 "python", 631 "python",
632 "-u", 632 "-u",
633 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 633 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
634 "--isolated", 634 "--isolated",
635 "[dummy hash for telemetry_gpu_new_test]", 635 "[dummy hash for telemetry_gpu_test]",
636 "-I", 636 "-I",
637 "https://isolateserver.appspot.com", 637 "https://isolateserver.appspot.com",
638 "--verbose", 638 "--verbose",
639 "--", 639 "--",
640 "trace_test", 640 "trace_test",
641 "--show-stdout", 641 "--show-stdout",
642 "--browser=release", 642 "--browser=release",
643 "-v", 643 "-v",
644 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 644 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
645 "--isolated-script-test-output", 645 "--isolated-script-test-output",
646 "/path/to/tmp/json" 646 "/path/to/tmp/json"
647 ], 647 ],
648 "cwd": "[SLAVE_BUILD]", 648 "cwd": "[SLAVE_BUILD]",
649 "name": "trace_test", 649 "name": "trace_test",
650 "~followup_annotations": [ 650 "~followup_annotations": [
651 "@@@STEP_LOG_LINE@json.output@{@@@", 651 "@@@STEP_LOG_LINE@json.output@{@@@",
652 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 652 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
653 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 653 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
654 "@@@STEP_LOG_LINE@json.output@}@@@", 654 "@@@STEP_LOG_LINE@json.output@}@@@",
655 "@@@STEP_LOG_END@json.output@@@" 655 "@@@STEP_LOG_END@json.output@@@"
656 ] 656 ]
657 }, 657 },
658 { 658 {
659 "cmd": [ 659 "cmd": [
660 "python", 660 "python",
661 "-u", 661 "-u",
662 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 662 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
663 "--isolated", 663 "--isolated",
664 "[dummy hash for telemetry_gpu_new_test]", 664 "[dummy hash for telemetry_gpu_test]",
665 "-I", 665 "-I",
666 "https://isolateserver.appspot.com", 666 "https://isolateserver.appspot.com",
667 "--verbose", 667 "--verbose",
668 "--", 668 "--",
669 "screenshot_sync", 669 "screenshot_sync",
670 "--show-stdout", 670 "--show-stdout",
671 "--browser=release", 671 "--browser=release",
672 "-v", 672 "-v",
673 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 673 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
674 "--isolated-script-test-output", 674 "--isolated-script-test-output",
675 "/path/to/tmp/json" 675 "/path/to/tmp/json"
676 ], 676 ],
677 "cwd": "[SLAVE_BUILD]", 677 "cwd": "[SLAVE_BUILD]",
678 "name": "screenshot_sync_tests", 678 "name": "screenshot_sync_tests",
679 "~followup_annotations": [ 679 "~followup_annotations": [
680 "@@@STEP_LOG_LINE@json.output@{@@@", 680 "@@@STEP_LOG_LINE@json.output@{@@@",
681 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 681 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
682 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 682 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
683 "@@@STEP_LOG_LINE@json.output@}@@@", 683 "@@@STEP_LOG_LINE@json.output@}@@@",
684 "@@@STEP_LOG_END@json.output@@@" 684 "@@@STEP_LOG_END@json.output@@@"
685 ] 685 ]
686 }, 686 },
687 { 687 {
688 "cmd": [ 688 "cmd": [
689 "python", 689 "python",
690 "-u", 690 "-u",
691 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 691 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
692 "--isolated", 692 "--isolated",
693 "[dummy hash for telemetry_gpu_new_test]", 693 "[dummy hash for telemetry_gpu_test]",
694 "-I", 694 "-I",
695 "https://isolateserver.appspot.com", 695 "https://isolateserver.appspot.com",
696 "--verbose", 696 "--verbose",
697 "--", 697 "--",
698 "hardware_accelerated_feature", 698 "hardware_accelerated_feature",
699 "--show-stdout", 699 "--show-stdout",
700 "--browser=release", 700 "--browser=release",
701 "-v", 701 "-v",
702 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 702 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
703 "--isolated-script-test-output", 703 "--isolated-script-test-output",
704 "/path/to/tmp/json" 704 "/path/to/tmp/json"
705 ], 705 ],
706 "cwd": "[SLAVE_BUILD]", 706 "cwd": "[SLAVE_BUILD]",
707 "name": "hardware_accelerated_feature_tests", 707 "name": "hardware_accelerated_feature_tests",
708 "~followup_annotations": [ 708 "~followup_annotations": [
709 "@@@STEP_LOG_LINE@json.output@{@@@", 709 "@@@STEP_LOG_LINE@json.output@{@@@",
710 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 710 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
711 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 711 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
712 "@@@STEP_LOG_LINE@json.output@}@@@", 712 "@@@STEP_LOG_LINE@json.output@}@@@",
713 "@@@STEP_LOG_END@json.output@@@" 713 "@@@STEP_LOG_END@json.output@@@"
714 ] 714 ]
715 }, 715 },
716 { 716 {
717 "cmd": [ 717 "cmd": [
718 "python", 718 "python",
719 "-u", 719 "-u",
720 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 720 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
721 "--isolated", 721 "--isolated",
722 "[dummy hash for telemetry_gpu_new_test]", 722 "[dummy hash for telemetry_gpu_test]",
723 "-I", 723 "-I",
724 "https://isolateserver.appspot.com", 724 "https://isolateserver.appspot.com",
725 "--verbose", 725 "--verbose",
726 "--", 726 "--",
727 "gpu_process", 727 "gpu_process",
728 "--show-stdout", 728 "--show-stdout",
729 "--browser=release", 729 "--browser=release",
730 "-v", 730 "-v",
731 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 731 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
732 "--isolated-script-test-output", 732 "--isolated-script-test-output",
733 "/path/to/tmp/json" 733 "/path/to/tmp/json"
734 ], 734 ],
735 "cwd": "[SLAVE_BUILD]", 735 "cwd": "[SLAVE_BUILD]",
736 "name": "gpu_process_launch_tests", 736 "name": "gpu_process_launch_tests",
737 "~followup_annotations": [ 737 "~followup_annotations": [
738 "@@@STEP_LOG_LINE@json.output@{@@@", 738 "@@@STEP_LOG_LINE@json.output@{@@@",
739 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 739 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
740 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 740 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
741 "@@@STEP_LOG_LINE@json.output@}@@@", 741 "@@@STEP_LOG_LINE@json.output@}@@@",
742 "@@@STEP_LOG_END@json.output@@@" 742 "@@@STEP_LOG_END@json.output@@@"
743 ] 743 ]
744 }, 744 },
745 { 745 {
746 "cmd": [ 746 "cmd": [
747 "python", 747 "python",
748 "-u", 748 "-u",
749 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 749 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
750 "--isolated", 750 "--isolated",
751 "[dummy hash for telemetry_gpu_new_test]", 751 "[dummy hash for telemetry_gpu_test]",
752 "-I", 752 "-I",
753 "https://isolateserver.appspot.com", 753 "https://isolateserver.appspot.com",
754 "--verbose", 754 "--verbose",
755 "--", 755 "--",
756 "gpu_rasterization", 756 "gpu_rasterization",
757 "--show-stdout", 757 "--show-stdout",
758 "--browser=release", 758 "--browser=release",
759 "-v", 759 "-v",
760 "--build-revision", 760 "--build-revision",
761 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 761 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 ], 809 ],
810 "cwd": "[SLAVE_BUILD]", 810 "cwd": "[SLAVE_BUILD]",
811 "name": "tab_capture_end2end_tests" 811 "name": "tab_capture_end2end_tests"
812 }, 812 },
813 { 813 {
814 "name": "$result", 814 "name": "$result",
815 "recipe_result": null, 815 "recipe_result": null,
816 "status_code": 0 816 "status_code": 0
817 } 817 }
818 ] 818 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698