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

Side by Side Diff: scripts/slave/recipes/gpu/download_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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 254 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
255 "--output-format", 255 "--output-format",
256 "json", 256 "json",
257 "--output-dir", 257 "--output-dir",
258 "/path/to/tmp/" 258 "/path/to/tmp/"
259 ], 259 ],
260 "cwd": "[SLAVE_BUILD]", 260 "cwd": "[SLAVE_BUILD]",
261 "env": { 261 "env": {
262 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 262 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
263 }, 263 },
264 "name": "maps_pixel_test", 264 "name": "maps_pixel_test"
265 "~followup_annotations": [
266 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
267 ]
268 }, 265 },
269 { 266 {
270 "allow_subannotations": true, 267 "allow_subannotations": true,
271 "cmd": [ 268 "cmd": [
272 "python", 269 "python",
273 "-u", 270 "-u",
274 "[BUILD]/scripts/slave/runtest.py", 271 "[BUILD]/scripts/slave/runtest.py",
275 "--target", 272 "--target",
276 "Release", 273 "Release",
277 "--no-xvfb", 274 "--no-xvfb",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 312 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
316 "--output-format", 313 "--output-format",
317 "json", 314 "json",
318 "--output-dir", 315 "--output-dir",
319 "/path/to/tmp/" 316 "/path/to/tmp/"
320 ], 317 ],
321 "cwd": "[SLAVE_BUILD]", 318 "cwd": "[SLAVE_BUILD]",
322 "env": { 319 "env": {
323 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 320 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
324 }, 321 },
325 "name": "pixel_test", 322 "name": "pixel_test"
326 "~followup_annotations": [
327 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
328 ]
329 }, 323 },
330 { 324 {
331 "allow_subannotations": true, 325 "allow_subannotations": true,
332 "cmd": [ 326 "cmd": [
333 "python", 327 "python",
334 "-u", 328 "-u",
335 "[BUILD]/scripts/slave/runtest.py", 329 "[BUILD]/scripts/slave/runtest.py",
336 "--target", 330 "--target",
337 "Release", 331 "Release",
338 "--no-xvfb", 332 "--no-xvfb",
(...skipping 28 matching lines...) Expand all
367 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 361 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
368 "--output-format", 362 "--output-format",
369 "json", 363 "json",
370 "--output-dir", 364 "--output-dir",
371 "/path/to/tmp/" 365 "/path/to/tmp/"
372 ], 366 ],
373 "cwd": "[SLAVE_BUILD]", 367 "cwd": "[SLAVE_BUILD]",
374 "env": { 368 "env": {
375 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 369 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
376 }, 370 },
377 "name": "webgl_conformance_tests", 371 "name": "webgl_conformance_tests"
378 "~followup_annotations": [
379 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
380 ]
381 }, 372 },
382 { 373 {
383 "allow_subannotations": true, 374 "allow_subannotations": true,
384 "cmd": [ 375 "cmd": [
385 "python", 376 "python",
386 "-u", 377 "-u",
387 "[BUILD]/scripts/slave/runtest.py", 378 "[BUILD]/scripts/slave/runtest.py",
388 "--target", 379 "--target",
389 "Release", 380 "Release",
390 "--no-xvfb", 381 "--no-xvfb",
(...skipping 28 matching lines...) Expand all
419 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 410 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
420 "--output-format", 411 "--output-format",
421 "json", 412 "json",
422 "--output-dir", 413 "--output-dir",
423 "/path/to/tmp/" 414 "/path/to/tmp/"
424 ], 415 ],
425 "cwd": "[SLAVE_BUILD]", 416 "cwd": "[SLAVE_BUILD]",
426 "env": { 417 "env": {
427 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 418 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
428 }, 419 },
429 "name": "context_lost_tests", 420 "name": "context_lost_tests"
430 "~followup_annotations": [
431 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
432 ]
433 }, 421 },
434 { 422 {
435 "allow_subannotations": true, 423 "allow_subannotations": true,
436 "cmd": [ 424 "cmd": [
437 "python", 425 "python",
438 "-u", 426 "-u",
439 "[BUILD]/scripts/slave/runtest.py", 427 "[BUILD]/scripts/slave/runtest.py",
440 "--target", 428 "--target",
441 "Release", 429 "Release",
442 "--no-xvfb", 430 "--no-xvfb",
(...skipping 28 matching lines...) Expand all
471 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 459 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
472 "--output-format", 460 "--output-format",
473 "json", 461 "json",
474 "--output-dir", 462 "--output-dir",
475 "/path/to/tmp/" 463 "/path/to/tmp/"
476 ], 464 ],
477 "cwd": "[SLAVE_BUILD]", 465 "cwd": "[SLAVE_BUILD]",
478 "env": { 466 "env": {
479 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 467 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
480 }, 468 },
481 "name": "memory_test", 469 "name": "memory_test"
482 "~followup_annotations": [
483 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
484 ]
485 }, 470 },
486 { 471 {
487 "allow_subannotations": true, 472 "allow_subannotations": true,
488 "cmd": [ 473 "cmd": [
489 "python", 474 "python",
490 "-u", 475 "-u",
491 "[BUILD]/scripts/slave/runtest.py", 476 "[BUILD]/scripts/slave/runtest.py",
492 "--target", 477 "--target",
493 "Release", 478 "Release",
494 "--no-xvfb", 479 "--no-xvfb",
(...skipping 28 matching lines...) Expand all
523 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 508 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
524 "--output-format", 509 "--output-format",
525 "json", 510 "json",
526 "--output-dir", 511 "--output-dir",
527 "/path/to/tmp/" 512 "/path/to/tmp/"
528 ], 513 ],
529 "cwd": "[SLAVE_BUILD]", 514 "cwd": "[SLAVE_BUILD]",
530 "env": { 515 "env": {
531 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 516 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
532 }, 517 },
533 "name": "trace_test", 518 "name": "trace_test"
534 "~followup_annotations": [
535 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
536 ]
537 }, 519 },
538 { 520 {
539 "allow_subannotations": true, 521 "allow_subannotations": true,
540 "cmd": [ 522 "cmd": [
541 "python", 523 "python",
542 "-u", 524 "-u",
543 "[BUILD]/scripts/slave/runtest.py", 525 "[BUILD]/scripts/slave/runtest.py",
544 "--target", 526 "--target",
545 "Release", 527 "Release",
546 "--no-xvfb", 528 "--no-xvfb",
(...skipping 28 matching lines...) Expand all
575 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 557 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
576 "--output-format", 558 "--output-format",
577 "json", 559 "json",
578 "--output-dir", 560 "--output-dir",
579 "/path/to/tmp/" 561 "/path/to/tmp/"
580 ], 562 ],
581 "cwd": "[SLAVE_BUILD]", 563 "cwd": "[SLAVE_BUILD]",
582 "env": { 564 "env": {
583 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 565 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
584 }, 566 },
585 "name": "screenshot_sync_tests", 567 "name": "screenshot_sync_tests"
586 "~followup_annotations": [
587 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
588 ]
589 }, 568 },
590 { 569 {
591 "allow_subannotations": true, 570 "allow_subannotations": true,
592 "cmd": [ 571 "cmd": [
593 "python", 572 "python",
594 "-u", 573 "-u",
595 "[BUILD]/scripts/slave/runtest.py", 574 "[BUILD]/scripts/slave/runtest.py",
596 "--target", 575 "--target",
597 "Release", 576 "Release",
598 "--no-xvfb", 577 "--no-xvfb",
(...skipping 28 matching lines...) Expand all
627 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 606 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
628 "--output-format", 607 "--output-format",
629 "json", 608 "json",
630 "--output-dir", 609 "--output-dir",
631 "/path/to/tmp/" 610 "/path/to/tmp/"
632 ], 611 ],
633 "cwd": "[SLAVE_BUILD]", 612 "cwd": "[SLAVE_BUILD]",
634 "env": { 613 "env": {
635 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 614 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
636 }, 615 },
637 "name": "hardware_accelerated_feature_tests", 616 "name": "hardware_accelerated_feature_tests"
638 "~followup_annotations": [
639 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
640 ]
641 }, 617 },
642 { 618 {
643 "allow_subannotations": true, 619 "allow_subannotations": true,
644 "cmd": [ 620 "cmd": [
645 "python", 621 "python",
646 "-u", 622 "-u",
647 "[BUILD]/scripts/slave/runtest.py", 623 "[BUILD]/scripts/slave/runtest.py",
648 "--target", 624 "--target",
649 "Release", 625 "Release",
650 "--no-xvfb", 626 "--no-xvfb",
(...skipping 28 matching lines...) Expand all
679 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 655 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
680 "--output-format", 656 "--output-format",
681 "json", 657 "json",
682 "--output-dir", 658 "--output-dir",
683 "/path/to/tmp/" 659 "/path/to/tmp/"
684 ], 660 ],
685 "cwd": "[SLAVE_BUILD]", 661 "cwd": "[SLAVE_BUILD]",
686 "env": { 662 "env": {
687 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 663 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
688 }, 664 },
689 "name": "gpu_process_launch_tests", 665 "name": "gpu_process_launch_tests"
690 "~followup_annotations": [
691 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
692 ]
693 }, 666 },
694 { 667 {
695 "allow_subannotations": true, 668 "allow_subannotations": true,
696 "cmd": [ 669 "cmd": [
697 "python", 670 "python",
698 "-u", 671 "-u",
699 "[BUILD]/scripts/slave/runtest.py", 672 "[BUILD]/scripts/slave/runtest.py",
700 "--target", 673 "--target",
701 "Release", 674 "Release",
702 "--no-xvfb", 675 "--no-xvfb",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 708 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
736 "--output-format", 709 "--output-format",
737 "json", 710 "json",
738 "--output-dir", 711 "--output-dir",
739 "/path/to/tmp/" 712 "/path/to/tmp/"
740 ], 713 ],
741 "cwd": "[SLAVE_BUILD]", 714 "cwd": "[SLAVE_BUILD]",
742 "env": { 715 "env": {
743 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 716 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
744 }, 717 },
745 "name": "gpu_rasterization_tests", 718 "name": "gpu_rasterization_tests"
746 "~followup_annotations": [
747 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
748 ]
749 }, 719 },
750 { 720 {
751 "allow_subannotations": true, 721 "allow_subannotations": true,
752 "cmd": [ 722 "cmd": [
753 "python", 723 "python",
754 "-u", 724 "-u",
755 "[BUILD]/scripts/slave/runtest.py", 725 "[BUILD]/scripts/slave/runtest.py",
756 "--target", 726 "--target",
757 "Release", 727 "Release",
758 "--no-xvfb", 728 "--no-xvfb",
(...skipping 19 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