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

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

Powered by Google App Engine
This is Rietveld 408576698