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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/linux_release.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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 317 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
318 "--output-format", 318 "--output-format",
319 "json", 319 "json",
320 "--output-dir", 320 "--output-dir",
321 "/path/to/tmp/" 321 "/path/to/tmp/"
322 ], 322 ],
323 "cwd": "[SLAVE_BUILD]", 323 "cwd": "[SLAVE_BUILD]",
324 "env": { 324 "env": {
325 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 325 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
326 }, 326 },
327 "name": "maps_pixel_test", 327 "name": "maps_pixel_test"
328 "~followup_annotations": [
329 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
330 ]
331 }, 328 },
332 { 329 {
333 "allow_subannotations": true, 330 "allow_subannotations": true,
334 "cmd": [ 331 "cmd": [
335 "python", 332 "python",
336 "-u", 333 "-u",
337 "[BUILD]/scripts/slave/runtest.py", 334 "[BUILD]/scripts/slave/runtest.py",
338 "--target", 335 "--target",
339 "Release", 336 "Release",
340 "--no-xvfb", 337 "--no-xvfb",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 374 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
378 "--output-format", 375 "--output-format",
379 "json", 376 "json",
380 "--output-dir", 377 "--output-dir",
381 "/path/to/tmp/" 378 "/path/to/tmp/"
382 ], 379 ],
383 "cwd": "[SLAVE_BUILD]", 380 "cwd": "[SLAVE_BUILD]",
384 "env": { 381 "env": {
385 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 382 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
386 }, 383 },
387 "name": "pixel_test", 384 "name": "pixel_test"
388 "~followup_annotations": [
389 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
390 ]
391 }, 385 },
392 { 386 {
393 "allow_subannotations": true, 387 "allow_subannotations": true,
394 "cmd": [ 388 "cmd": [
395 "python", 389 "python",
396 "-u", 390 "-u",
397 "[BUILD]/scripts/slave/runtest.py", 391 "[BUILD]/scripts/slave/runtest.py",
398 "--target", 392 "--target",
399 "Release", 393 "Release",
400 "--no-xvfb", 394 "--no-xvfb",
(...skipping 27 matching lines...) Expand all
428 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 422 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
429 "--output-format", 423 "--output-format",
430 "json", 424 "json",
431 "--output-dir", 425 "--output-dir",
432 "/path/to/tmp/" 426 "/path/to/tmp/"
433 ], 427 ],
434 "cwd": "[SLAVE_BUILD]", 428 "cwd": "[SLAVE_BUILD]",
435 "env": { 429 "env": {
436 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 430 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
437 }, 431 },
438 "name": "webgl_conformance_tests", 432 "name": "webgl_conformance_tests"
439 "~followup_annotations": [
440 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
441 ]
442 }, 433 },
443 { 434 {
444 "allow_subannotations": true, 435 "allow_subannotations": true,
445 "cmd": [ 436 "cmd": [
446 "python", 437 "python",
447 "-u", 438 "-u",
448 "[BUILD]/scripts/slave/runtest.py", 439 "[BUILD]/scripts/slave/runtest.py",
449 "--target", 440 "--target",
450 "Release", 441 "Release",
451 "--no-xvfb", 442 "--no-xvfb",
(...skipping 27 matching lines...) Expand all
479 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 470 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
480 "--output-format", 471 "--output-format",
481 "json", 472 "json",
482 "--output-dir", 473 "--output-dir",
483 "/path/to/tmp/" 474 "/path/to/tmp/"
484 ], 475 ],
485 "cwd": "[SLAVE_BUILD]", 476 "cwd": "[SLAVE_BUILD]",
486 "env": { 477 "env": {
487 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 478 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
488 }, 479 },
489 "name": "context_lost_tests", 480 "name": "context_lost_tests"
490 "~followup_annotations": [
491 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
492 ]
493 }, 481 },
494 { 482 {
495 "allow_subannotations": true, 483 "allow_subannotations": true,
496 "cmd": [ 484 "cmd": [
497 "python", 485 "python",
498 "-u", 486 "-u",
499 "[BUILD]/scripts/slave/runtest.py", 487 "[BUILD]/scripts/slave/runtest.py",
500 "--target", 488 "--target",
501 "Release", 489 "Release",
502 "--no-xvfb", 490 "--no-xvfb",
(...skipping 27 matching lines...) Expand all
530 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 518 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
531 "--output-format", 519 "--output-format",
532 "json", 520 "json",
533 "--output-dir", 521 "--output-dir",
534 "/path/to/tmp/" 522 "/path/to/tmp/"
535 ], 523 ],
536 "cwd": "[SLAVE_BUILD]", 524 "cwd": "[SLAVE_BUILD]",
537 "env": { 525 "env": {
538 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 526 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
539 }, 527 },
540 "name": "memory_test", 528 "name": "memory_test"
541 "~followup_annotations": [
542 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
543 ]
544 }, 529 },
545 { 530 {
546 "allow_subannotations": true, 531 "allow_subannotations": true,
547 "cmd": [ 532 "cmd": [
548 "python", 533 "python",
549 "-u", 534 "-u",
550 "[BUILD]/scripts/slave/runtest.py", 535 "[BUILD]/scripts/slave/runtest.py",
551 "--target", 536 "--target",
552 "Release", 537 "Release",
553 "--no-xvfb", 538 "--no-xvfb",
(...skipping 27 matching lines...) Expand all
581 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 566 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
582 "--output-format", 567 "--output-format",
583 "json", 568 "json",
584 "--output-dir", 569 "--output-dir",
585 "/path/to/tmp/" 570 "/path/to/tmp/"
586 ], 571 ],
587 "cwd": "[SLAVE_BUILD]", 572 "cwd": "[SLAVE_BUILD]",
588 "env": { 573 "env": {
589 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 574 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
590 }, 575 },
591 "name": "trace_test", 576 "name": "trace_test"
592 "~followup_annotations": [
593 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
594 ]
595 }, 577 },
596 { 578 {
597 "allow_subannotations": true, 579 "allow_subannotations": true,
598 "cmd": [ 580 "cmd": [
599 "python", 581 "python",
600 "-u", 582 "-u",
601 "[BUILD]/scripts/slave/runtest.py", 583 "[BUILD]/scripts/slave/runtest.py",
602 "--target", 584 "--target",
603 "Release", 585 "Release",
604 "--no-xvfb", 586 "--no-xvfb",
(...skipping 27 matching lines...) Expand all
632 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 614 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
633 "--output-format", 615 "--output-format",
634 "json", 616 "json",
635 "--output-dir", 617 "--output-dir",
636 "/path/to/tmp/" 618 "/path/to/tmp/"
637 ], 619 ],
638 "cwd": "[SLAVE_BUILD]", 620 "cwd": "[SLAVE_BUILD]",
639 "env": { 621 "env": {
640 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 622 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
641 }, 623 },
642 "name": "screenshot_sync_tests", 624 "name": "screenshot_sync_tests"
643 "~followup_annotations": [
644 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
645 ]
646 }, 625 },
647 { 626 {
648 "allow_subannotations": true, 627 "allow_subannotations": true,
649 "cmd": [ 628 "cmd": [
650 "python", 629 "python",
651 "-u", 630 "-u",
652 "[BUILD]/scripts/slave/runtest.py", 631 "[BUILD]/scripts/slave/runtest.py",
653 "--target", 632 "--target",
654 "Release", 633 "Release",
655 "--no-xvfb", 634 "--no-xvfb",
(...skipping 27 matching lines...) Expand all
683 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 662 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
684 "--output-format", 663 "--output-format",
685 "json", 664 "json",
686 "--output-dir", 665 "--output-dir",
687 "/path/to/tmp/" 666 "/path/to/tmp/"
688 ], 667 ],
689 "cwd": "[SLAVE_BUILD]", 668 "cwd": "[SLAVE_BUILD]",
690 "env": { 669 "env": {
691 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 670 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
692 }, 671 },
693 "name": "hardware_accelerated_feature_tests", 672 "name": "hardware_accelerated_feature_tests"
694 "~followup_annotations": [
695 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
696 ]
697 }, 673 },
698 { 674 {
699 "allow_subannotations": true, 675 "allow_subannotations": true,
700 "cmd": [ 676 "cmd": [
701 "python", 677 "python",
702 "-u", 678 "-u",
703 "[BUILD]/scripts/slave/runtest.py", 679 "[BUILD]/scripts/slave/runtest.py",
704 "--target", 680 "--target",
705 "Release", 681 "Release",
706 "--no-xvfb", 682 "--no-xvfb",
(...skipping 27 matching lines...) Expand all
734 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 710 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
735 "--output-format", 711 "--output-format",
736 "json", 712 "json",
737 "--output-dir", 713 "--output-dir",
738 "/path/to/tmp/" 714 "/path/to/tmp/"
739 ], 715 ],
740 "cwd": "[SLAVE_BUILD]", 716 "cwd": "[SLAVE_BUILD]",
741 "env": { 717 "env": {
742 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 718 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
743 }, 719 },
744 "name": "gpu_process_launch_tests", 720 "name": "gpu_process_launch_tests"
745 "~followup_annotations": [
746 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
747 ]
748 }, 721 },
749 { 722 {
750 "allow_subannotations": true, 723 "allow_subannotations": true,
751 "cmd": [ 724 "cmd": [
752 "python", 725 "python",
753 "-u", 726 "-u",
754 "[BUILD]/scripts/slave/runtest.py", 727 "[BUILD]/scripts/slave/runtest.py",
755 "--target", 728 "--target",
756 "Release", 729 "Release",
757 "--no-xvfb", 730 "--no-xvfb",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 762 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
790 "--output-format", 763 "--output-format",
791 "json", 764 "json",
792 "--output-dir", 765 "--output-dir",
793 "/path/to/tmp/" 766 "/path/to/tmp/"
794 ], 767 ],
795 "cwd": "[SLAVE_BUILD]", 768 "cwd": "[SLAVE_BUILD]",
796 "env": { 769 "env": {
797 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 770 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
798 }, 771 },
799 "name": "gpu_rasterization_tests", 772 "name": "gpu_rasterization_tests"
800 "~followup_annotations": [
801 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
802 ]
803 }, 773 },
804 { 774 {
805 "allow_subannotations": true, 775 "allow_subannotations": true,
806 "cmd": [ 776 "cmd": [
807 "python", 777 "python",
808 "-u", 778 "-u",
809 "[BUILD]/scripts/slave/runtest.py", 779 "[BUILD]/scripts/slave/runtest.py",
810 "--target", 780 "--target",
811 "Release", 781 "Release",
812 "--no-xvfb", 782 "--no-xvfb",
(...skipping 18 matching lines...) Expand all
831 "--isolated", 801 "--isolated",
832 "[dummy hash for tab_capture_end2end_tests]", 802 "[dummy hash for tab_capture_end2end_tests]",
833 "-I", 803 "-I",
834 "https://isolateserver.appspot.com", 804 "https://isolateserver.appspot.com",
835 "--" 805 "--"
836 ], 806 ],
837 "cwd": "[SLAVE_BUILD]", 807 "cwd": "[SLAVE_BUILD]",
838 "name": "tab_capture_end2end_tests" 808 "name": "tab_capture_end2end_tests"
839 } 809 }
840 ] 810 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698