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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 323 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
324 "--test-machine-name", 324 "--test-machine-name",
325 "TestBuilder", 325 "TestBuilder",
326 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 326 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
327 "--output-format", 327 "--output-format",
328 "json", 328 "json",
329 "--output-dir", 329 "--output-dir",
330 "/path/to/tmp/" 330 "/path/to/tmp/"
331 ], 331 ],
332 "cwd": "[SLAVE_BUILD]", 332 "cwd": "[SLAVE_BUILD]",
333 "name": "maps_pixel_test", 333 "name": "maps_pixel_test"
334 "~followup_annotations": [
335 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
336 ]
337 }, 334 },
338 { 335 {
339 "allow_subannotations": true, 336 "allow_subannotations": true,
340 "cmd": [ 337 "cmd": [
341 "python", 338 "python",
342 "-u", 339 "-u",
343 "[BUILD]/scripts/slave/runtest.py", 340 "[BUILD]/scripts/slave/runtest.py",
344 "--target", 341 "--target",
345 "Release", 342 "Release",
346 "--factory-properties", 343 "--factory-properties",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "mac", 376 "mac",
380 "--test-machine-name", 377 "--test-machine-name",
381 "TestBuilder", 378 "TestBuilder",
382 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 379 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
383 "--output-format", 380 "--output-format",
384 "json", 381 "json",
385 "--output-dir", 382 "--output-dir",
386 "/path/to/tmp/" 383 "/path/to/tmp/"
387 ], 384 ],
388 "cwd": "[SLAVE_BUILD]", 385 "cwd": "[SLAVE_BUILD]",
389 "name": "pixel_test", 386 "name": "pixel_test"
390 "~followup_annotations": [
391 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
392 ]
393 }, 387 },
394 { 388 {
395 "allow_subannotations": true, 389 "allow_subannotations": true,
396 "cmd": [ 390 "cmd": [
397 "python", 391 "python",
398 "-u", 392 "-u",
399 "[BUILD]/scripts/slave/runtest.py", 393 "[BUILD]/scripts/slave/runtest.py",
400 "--target", 394 "--target",
401 "Release", 395 "Release",
402 "--factory-properties", 396 "--factory-properties",
(...skipping 23 matching lines...) Expand all
426 "--browser=release", 420 "--browser=release",
427 "-v", 421 "-v",
428 "--use-devtools-active-port", 422 "--use-devtools-active-port",
429 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 423 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
430 "--output-format", 424 "--output-format",
431 "json", 425 "json",
432 "--output-dir", 426 "--output-dir",
433 "/path/to/tmp/" 427 "/path/to/tmp/"
434 ], 428 ],
435 "cwd": "[SLAVE_BUILD]", 429 "cwd": "[SLAVE_BUILD]",
436 "name": "webgl_conformance_tests", 430 "name": "webgl_conformance_tests"
437 "~followup_annotations": [
438 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
439 ]
440 }, 431 },
441 { 432 {
442 "allow_subannotations": true, 433 "allow_subannotations": true,
443 "cmd": [ 434 "cmd": [
444 "python", 435 "python",
445 "-u", 436 "-u",
446 "[BUILD]/scripts/slave/runtest.py", 437 "[BUILD]/scripts/slave/runtest.py",
447 "--target", 438 "--target",
448 "Release", 439 "Release",
449 "--factory-properties", 440 "--factory-properties",
(...skipping 23 matching lines...) Expand all
473 "--browser=release", 464 "--browser=release",
474 "-v", 465 "-v",
475 "--use-devtools-active-port", 466 "--use-devtools-active-port",
476 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 467 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
477 "--output-format", 468 "--output-format",
478 "json", 469 "json",
479 "--output-dir", 470 "--output-dir",
480 "/path/to/tmp/" 471 "/path/to/tmp/"
481 ], 472 ],
482 "cwd": "[SLAVE_BUILD]", 473 "cwd": "[SLAVE_BUILD]",
483 "name": "context_lost_tests", 474 "name": "context_lost_tests"
484 "~followup_annotations": [
485 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
486 ]
487 }, 475 },
488 { 476 {
489 "allow_subannotations": true, 477 "allow_subannotations": true,
490 "cmd": [ 478 "cmd": [
491 "python", 479 "python",
492 "-u", 480 "-u",
493 "[BUILD]/scripts/slave/runtest.py", 481 "[BUILD]/scripts/slave/runtest.py",
494 "--target", 482 "--target",
495 "Release", 483 "Release",
496 "--factory-properties", 484 "--factory-properties",
(...skipping 23 matching lines...) Expand all
520 "--browser=release", 508 "--browser=release",
521 "-v", 509 "-v",
522 "--use-devtools-active-port", 510 "--use-devtools-active-port",
523 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 511 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
524 "--output-format", 512 "--output-format",
525 "json", 513 "json",
526 "--output-dir", 514 "--output-dir",
527 "/path/to/tmp/" 515 "/path/to/tmp/"
528 ], 516 ],
529 "cwd": "[SLAVE_BUILD]", 517 "cwd": "[SLAVE_BUILD]",
530 "name": "memory_test", 518 "name": "memory_test"
531 "~followup_annotations": [
532 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
533 ]
534 }, 519 },
535 { 520 {
536 "allow_subannotations": true, 521 "allow_subannotations": true,
537 "cmd": [ 522 "cmd": [
538 "python", 523 "python",
539 "-u", 524 "-u",
540 "[BUILD]/scripts/slave/runtest.py", 525 "[BUILD]/scripts/slave/runtest.py",
541 "--target", 526 "--target",
542 "Release", 527 "Release",
543 "--factory-properties", 528 "--factory-properties",
(...skipping 23 matching lines...) Expand all
567 "--browser=release", 552 "--browser=release",
568 "-v", 553 "-v",
569 "--use-devtools-active-port", 554 "--use-devtools-active-port",
570 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 555 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
571 "--output-format", 556 "--output-format",
572 "json", 557 "json",
573 "--output-dir", 558 "--output-dir",
574 "/path/to/tmp/" 559 "/path/to/tmp/"
575 ], 560 ],
576 "cwd": "[SLAVE_BUILD]", 561 "cwd": "[SLAVE_BUILD]",
577 "name": "trace_test", 562 "name": "trace_test"
578 "~followup_annotations": [
579 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
580 ]
581 }, 563 },
582 { 564 {
583 "allow_subannotations": true, 565 "allow_subannotations": true,
584 "cmd": [ 566 "cmd": [
585 "python", 567 "python",
586 "-u", 568 "-u",
587 "[BUILD]/scripts/slave/runtest.py", 569 "[BUILD]/scripts/slave/runtest.py",
588 "--target", 570 "--target",
589 "Release", 571 "Release",
590 "--factory-properties", 572 "--factory-properties",
(...skipping 23 matching lines...) Expand all
614 "--browser=release", 596 "--browser=release",
615 "-v", 597 "-v",
616 "--use-devtools-active-port", 598 "--use-devtools-active-port",
617 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 599 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
618 "--output-format", 600 "--output-format",
619 "json", 601 "json",
620 "--output-dir", 602 "--output-dir",
621 "/path/to/tmp/" 603 "/path/to/tmp/"
622 ], 604 ],
623 "cwd": "[SLAVE_BUILD]", 605 "cwd": "[SLAVE_BUILD]",
624 "name": "screenshot_sync_tests", 606 "name": "screenshot_sync_tests"
625 "~followup_annotations": [
626 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
627 ]
628 }, 607 },
629 { 608 {
630 "allow_subannotations": true, 609 "allow_subannotations": true,
631 "cmd": [ 610 "cmd": [
632 "python", 611 "python",
633 "-u", 612 "-u",
634 "[BUILD]/scripts/slave/runtest.py", 613 "[BUILD]/scripts/slave/runtest.py",
635 "--target", 614 "--target",
636 "Release", 615 "Release",
637 "--factory-properties", 616 "--factory-properties",
(...skipping 23 matching lines...) Expand all
661 "--browser=release", 640 "--browser=release",
662 "-v", 641 "-v",
663 "--use-devtools-active-port", 642 "--use-devtools-active-port",
664 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 643 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
665 "--output-format", 644 "--output-format",
666 "json", 645 "json",
667 "--output-dir", 646 "--output-dir",
668 "/path/to/tmp/" 647 "/path/to/tmp/"
669 ], 648 ],
670 "cwd": "[SLAVE_BUILD]", 649 "cwd": "[SLAVE_BUILD]",
671 "name": "hardware_accelerated_feature_tests", 650 "name": "hardware_accelerated_feature_tests"
672 "~followup_annotations": [
673 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
674 ]
675 }, 651 },
676 { 652 {
677 "allow_subannotations": true, 653 "allow_subannotations": true,
678 "cmd": [ 654 "cmd": [
679 "python", 655 "python",
680 "-u", 656 "-u",
681 "[BUILD]/scripts/slave/runtest.py", 657 "[BUILD]/scripts/slave/runtest.py",
682 "--target", 658 "--target",
683 "Release", 659 "Release",
684 "--factory-properties", 660 "--factory-properties",
(...skipping 23 matching lines...) Expand all
708 "--browser=release", 684 "--browser=release",
709 "-v", 685 "-v",
710 "--use-devtools-active-port", 686 "--use-devtools-active-port",
711 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 687 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
712 "--output-format", 688 "--output-format",
713 "json", 689 "json",
714 "--output-dir", 690 "--output-dir",
715 "/path/to/tmp/" 691 "/path/to/tmp/"
716 ], 692 ],
717 "cwd": "[SLAVE_BUILD]", 693 "cwd": "[SLAVE_BUILD]",
718 "name": "gpu_process_launch_tests", 694 "name": "gpu_process_launch_tests"
719 "~followup_annotations": [
720 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
721 ]
722 }, 695 },
723 { 696 {
724 "allow_subannotations": true, 697 "allow_subannotations": true,
725 "cmd": [ 698 "cmd": [
726 "python", 699 "python",
727 "-u", 700 "-u",
728 "[BUILD]/scripts/slave/runtest.py", 701 "[BUILD]/scripts/slave/runtest.py",
729 "--target", 702 "--target",
730 "Release", 703 "Release",
731 "--factory-properties", 704 "--factory-properties",
(...skipping 27 matching lines...) Expand all
759 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 732 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
760 "--test-machine-name", 733 "--test-machine-name",
761 "TestBuilder", 734 "TestBuilder",
762 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 735 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
763 "--output-format", 736 "--output-format",
764 "json", 737 "json",
765 "--output-dir", 738 "--output-dir",
766 "/path/to/tmp/" 739 "/path/to/tmp/"
767 ], 740 ],
768 "cwd": "[SLAVE_BUILD]", 741 "cwd": "[SLAVE_BUILD]",
769 "name": "gpu_rasterization_tests", 742 "name": "gpu_rasterization_tests"
770 "~followup_annotations": [
771 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
772 ]
773 }, 743 },
774 { 744 {
775 "allow_subannotations": true, 745 "allow_subannotations": true,
776 "cmd": [ 746 "cmd": [
777 "python", 747 "python",
778 "-u", 748 "-u",
779 "[BUILD]/scripts/slave/runtest.py", 749 "[BUILD]/scripts/slave/runtest.py",
780 "--target", 750 "--target",
781 "Release", 751 "Release",
782 "--factory-properties", 752 "--factory-properties",
(...skipping 17 matching lines...) Expand all
800 "--isolated", 770 "--isolated",
801 "[dummy hash for tab_capture_end2end_tests]", 771 "[dummy hash for tab_capture_end2end_tests]",
802 "-I", 772 "-I",
803 "https://isolateserver.appspot.com", 773 "https://isolateserver.appspot.com",
804 "--" 774 "--"
805 ], 775 ],
806 "cwd": "[SLAVE_BUILD]", 776 "cwd": "[SLAVE_BUILD]",
807 "name": "tab_capture_end2end_tests" 777 "name": "tab_capture_end2end_tests"
808 } 778 }
809 ] 779 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698