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

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

Issue 1372723002: Empty per_page_values shouldn't imply test success (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove dead code Created 5 years, 2 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
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 303 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
304 "--test-machine-name", 304 "--test-machine-name",
305 "TestBuilder", 305 "TestBuilder",
306 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 306 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
307 "--output-format", 307 "--output-format",
308 "json", 308 "json",
309 "--output-dir", 309 "--output-dir",
310 "/path/to/tmp/" 310 "/path/to/tmp/"
311 ], 311 ],
312 "cwd": "[SLAVE_BUILD]", 312 "cwd": "[SLAVE_BUILD]",
313 "name": "maps_pixel_test", 313 "name": "maps_pixel_test"
314 "~followup_annotations": [
315 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
316 ]
317 }, 314 },
318 { 315 {
319 "allow_subannotations": true, 316 "allow_subannotations": true,
320 "cmd": [ 317 "cmd": [
321 "python", 318 "python",
322 "-u", 319 "-u",
323 "[BUILD]\\scripts\\slave\\runtest.py", 320 "[BUILD]\\scripts\\slave\\runtest.py",
324 "--target", 321 "--target",
325 "Release", 322 "Release",
326 "--factory-properties", 323 "--factory-properties",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "win", 356 "win",
360 "--test-machine-name", 357 "--test-machine-name",
361 "TestBuilder", 358 "TestBuilder",
362 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 359 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
363 "--output-format", 360 "--output-format",
364 "json", 361 "json",
365 "--output-dir", 362 "--output-dir",
366 "/path/to/tmp/" 363 "/path/to/tmp/"
367 ], 364 ],
368 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
369 "name": "pixel_test", 366 "name": "pixel_test"
370 "~followup_annotations": [
371 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
372 ]
373 }, 367 },
374 { 368 {
375 "allow_subannotations": true, 369 "allow_subannotations": true,
376 "cmd": [ 370 "cmd": [
377 "python", 371 "python",
378 "-u", 372 "-u",
379 "[BUILD]\\scripts\\slave\\runtest.py", 373 "[BUILD]\\scripts\\slave\\runtest.py",
380 "--target", 374 "--target",
381 "Release", 375 "Release",
382 "--factory-properties", 376 "--factory-properties",
(...skipping 23 matching lines...) Expand all
406 "--browser=release", 400 "--browser=release",
407 "-v", 401 "-v",
408 "--use-devtools-active-port", 402 "--use-devtools-active-port",
409 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 403 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
410 "--output-format", 404 "--output-format",
411 "json", 405 "json",
412 "--output-dir", 406 "--output-dir",
413 "/path/to/tmp/" 407 "/path/to/tmp/"
414 ], 408 ],
415 "cwd": "[SLAVE_BUILD]", 409 "cwd": "[SLAVE_BUILD]",
416 "name": "webgl_conformance_tests", 410 "name": "webgl_conformance_tests"
417 "~followup_annotations": [
418 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
419 ]
420 }, 411 },
421 { 412 {
422 "allow_subannotations": true, 413 "allow_subannotations": true,
423 "cmd": [ 414 "cmd": [
424 "python", 415 "python",
425 "-u", 416 "-u",
426 "[BUILD]\\scripts\\slave\\runtest.py", 417 "[BUILD]\\scripts\\slave\\runtest.py",
427 "--target", 418 "--target",
428 "Release", 419 "Release",
429 "--factory-properties", 420 "--factory-properties",
(...skipping 23 matching lines...) Expand all
453 "--browser=release", 444 "--browser=release",
454 "-v", 445 "-v",
455 "--use-devtools-active-port", 446 "--use-devtools-active-port",
456 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 447 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
457 "--output-format", 448 "--output-format",
458 "json", 449 "json",
459 "--output-dir", 450 "--output-dir",
460 "/path/to/tmp/" 451 "/path/to/tmp/"
461 ], 452 ],
462 "cwd": "[SLAVE_BUILD]", 453 "cwd": "[SLAVE_BUILD]",
463 "name": "context_lost_tests", 454 "name": "context_lost_tests"
464 "~followup_annotations": [
465 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
466 ]
467 }, 455 },
468 { 456 {
469 "allow_subannotations": true, 457 "allow_subannotations": true,
470 "cmd": [ 458 "cmd": [
471 "python", 459 "python",
472 "-u", 460 "-u",
473 "[BUILD]\\scripts\\slave\\runtest.py", 461 "[BUILD]\\scripts\\slave\\runtest.py",
474 "--target", 462 "--target",
475 "Release", 463 "Release",
476 "--factory-properties", 464 "--factory-properties",
(...skipping 23 matching lines...) Expand all
500 "--browser=release", 488 "--browser=release",
501 "-v", 489 "-v",
502 "--use-devtools-active-port", 490 "--use-devtools-active-port",
503 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 491 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
504 "--output-format", 492 "--output-format",
505 "json", 493 "json",
506 "--output-dir", 494 "--output-dir",
507 "/path/to/tmp/" 495 "/path/to/tmp/"
508 ], 496 ],
509 "cwd": "[SLAVE_BUILD]", 497 "cwd": "[SLAVE_BUILD]",
510 "name": "memory_test", 498 "name": "memory_test"
511 "~followup_annotations": [
512 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
513 ]
514 }, 499 },
515 { 500 {
516 "allow_subannotations": true, 501 "allow_subannotations": true,
517 "cmd": [ 502 "cmd": [
518 "python", 503 "python",
519 "-u", 504 "-u",
520 "[BUILD]\\scripts\\slave\\runtest.py", 505 "[BUILD]\\scripts\\slave\\runtest.py",
521 "--target", 506 "--target",
522 "Release", 507 "Release",
523 "--factory-properties", 508 "--factory-properties",
(...skipping 23 matching lines...) Expand all
547 "--browser=release", 532 "--browser=release",
548 "-v", 533 "-v",
549 "--use-devtools-active-port", 534 "--use-devtools-active-port",
550 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 535 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
551 "--output-format", 536 "--output-format",
552 "json", 537 "json",
553 "--output-dir", 538 "--output-dir",
554 "/path/to/tmp/" 539 "/path/to/tmp/"
555 ], 540 ],
556 "cwd": "[SLAVE_BUILD]", 541 "cwd": "[SLAVE_BUILD]",
557 "name": "trace_test", 542 "name": "trace_test"
558 "~followup_annotations": [
559 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
560 ]
561 }, 543 },
562 { 544 {
563 "allow_subannotations": true, 545 "allow_subannotations": true,
564 "cmd": [ 546 "cmd": [
565 "python", 547 "python",
566 "-u", 548 "-u",
567 "[BUILD]\\scripts\\slave\\runtest.py", 549 "[BUILD]\\scripts\\slave\\runtest.py",
568 "--target", 550 "--target",
569 "Release", 551 "Release",
570 "--factory-properties", 552 "--factory-properties",
(...skipping 23 matching lines...) Expand all
594 "--browser=release", 576 "--browser=release",
595 "-v", 577 "-v",
596 "--use-devtools-active-port", 578 "--use-devtools-active-port",
597 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 579 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
598 "--output-format", 580 "--output-format",
599 "json", 581 "json",
600 "--output-dir", 582 "--output-dir",
601 "/path/to/tmp/" 583 "/path/to/tmp/"
602 ], 584 ],
603 "cwd": "[SLAVE_BUILD]", 585 "cwd": "[SLAVE_BUILD]",
604 "name": "screenshot_sync_tests", 586 "name": "screenshot_sync_tests"
605 "~followup_annotations": [
606 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
607 ]
608 }, 587 },
609 { 588 {
610 "allow_subannotations": true, 589 "allow_subannotations": true,
611 "cmd": [ 590 "cmd": [
612 "python", 591 "python",
613 "-u", 592 "-u",
614 "[BUILD]\\scripts\\slave\\runtest.py", 593 "[BUILD]\\scripts\\slave\\runtest.py",
615 "--target", 594 "--target",
616 "Release", 595 "Release",
617 "--factory-properties", 596 "--factory-properties",
(...skipping 23 matching lines...) Expand all
641 "--browser=release", 620 "--browser=release",
642 "-v", 621 "-v",
643 "--use-devtools-active-port", 622 "--use-devtools-active-port",
644 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 623 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
645 "--output-format", 624 "--output-format",
646 "json", 625 "json",
647 "--output-dir", 626 "--output-dir",
648 "/path/to/tmp/" 627 "/path/to/tmp/"
649 ], 628 ],
650 "cwd": "[SLAVE_BUILD]", 629 "cwd": "[SLAVE_BUILD]",
651 "name": "hardware_accelerated_feature_tests", 630 "name": "hardware_accelerated_feature_tests"
652 "~followup_annotations": [
653 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
654 ]
655 }, 631 },
656 { 632 {
657 "allow_subannotations": true, 633 "allow_subannotations": true,
658 "cmd": [ 634 "cmd": [
659 "python", 635 "python",
660 "-u", 636 "-u",
661 "[BUILD]\\scripts\\slave\\runtest.py", 637 "[BUILD]\\scripts\\slave\\runtest.py",
662 "--target", 638 "--target",
663 "Release", 639 "Release",
664 "--factory-properties", 640 "--factory-properties",
(...skipping 23 matching lines...) Expand all
688 "--browser=release", 664 "--browser=release",
689 "-v", 665 "-v",
690 "--use-devtools-active-port", 666 "--use-devtools-active-port",
691 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 667 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
692 "--output-format", 668 "--output-format",
693 "json", 669 "json",
694 "--output-dir", 670 "--output-dir",
695 "/path/to/tmp/" 671 "/path/to/tmp/"
696 ], 672 ],
697 "cwd": "[SLAVE_BUILD]", 673 "cwd": "[SLAVE_BUILD]",
698 "name": "gpu_process_launch_tests", 674 "name": "gpu_process_launch_tests"
699 "~followup_annotations": [
700 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
701 ]
702 }, 675 },
703 { 676 {
704 "allow_subannotations": true, 677 "allow_subannotations": true,
705 "cmd": [ 678 "cmd": [
706 "python", 679 "python",
707 "-u", 680 "-u",
708 "[BUILD]\\scripts\\slave\\runtest.py", 681 "[BUILD]\\scripts\\slave\\runtest.py",
709 "--target", 682 "--target",
710 "Release", 683 "Release",
711 "--factory-properties", 684 "--factory-properties",
(...skipping 27 matching lines...) Expand all
739 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 712 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
740 "--test-machine-name", 713 "--test-machine-name",
741 "TestBuilder", 714 "TestBuilder",
742 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 715 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
743 "--output-format", 716 "--output-format",
744 "json", 717 "json",
745 "--output-dir", 718 "--output-dir",
746 "/path/to/tmp/" 719 "/path/to/tmp/"
747 ], 720 ],
748 "cwd": "[SLAVE_BUILD]", 721 "cwd": "[SLAVE_BUILD]",
749 "name": "gpu_rasterization_tests", 722 "name": "gpu_rasterization_tests"
750 "~followup_annotations": [
751 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
752 ]
753 }, 723 },
754 { 724 {
755 "allow_subannotations": true, 725 "allow_subannotations": true,
756 "cmd": [ 726 "cmd": [
757 "python", 727 "python",
758 "-u", 728 "-u",
759 "[BUILD]\\scripts\\slave\\runtest.py", 729 "[BUILD]\\scripts\\slave\\runtest.py",
760 "--target", 730 "--target",
761 "Release", 731 "Release",
762 "--factory-properties", 732 "--factory-properties",
(...skipping 17 matching lines...) Expand all
780 "--isolated", 750 "--isolated",
781 "[dummy hash for tab_capture_end2end_tests]", 751 "[dummy hash for tab_capture_end2end_tests]",
782 "-I", 752 "-I",
783 "https://isolateserver.appspot.com", 753 "https://isolateserver.appspot.com",
784 "--" 754 "--"
785 ], 755 ],
786 "cwd": "[SLAVE_BUILD]", 756 "cwd": "[SLAVE_BUILD]",
787 "name": "tab_capture_end2end_tests" 757 "name": "tab_capture_end2end_tests"
788 } 758 }
789 ] 759 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698