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

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

Powered by Google App Engine
This is Rietveld 408576698