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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_compile.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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 214 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
215 "--test-machine-name", 215 "--test-machine-name",
216 "TestBuilder", 216 "TestBuilder",
217 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 217 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
218 "--output-format", 218 "--output-format",
219 "json", 219 "json",
220 "--output-dir", 220 "--output-dir",
221 "/path/to/tmp/" 221 "/path/to/tmp/"
222 ], 222 ],
223 "cwd": "[SLAVE_BUILD]", 223 "cwd": "[SLAVE_BUILD]",
224 "name": "maps_pixel_test", 224 "name": "maps_pixel_test"
225 "~followup_annotations": [
226 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
227 ]
228 }, 225 },
229 { 226 {
230 "allow_subannotations": true, 227 "allow_subannotations": true,
231 "cmd": [ 228 "cmd": [
232 "python", 229 "python",
233 "-u", 230 "-u",
234 "[BUILD]/scripts/slave/runtest.py", 231 "[BUILD]/scripts/slave/runtest.py",
235 "--target", 232 "--target",
236 "Release", 233 "Release",
237 "--factory-properties", 234 "--factory-properties",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "mac", 267 "mac",
271 "--test-machine-name", 268 "--test-machine-name",
272 "TestBuilder", 269 "TestBuilder",
273 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 270 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
274 "--output-format", 271 "--output-format",
275 "json", 272 "json",
276 "--output-dir", 273 "--output-dir",
277 "/path/to/tmp/" 274 "/path/to/tmp/"
278 ], 275 ],
279 "cwd": "[SLAVE_BUILD]", 276 "cwd": "[SLAVE_BUILD]",
280 "name": "pixel_test", 277 "name": "pixel_test"
281 "~followup_annotations": [
282 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
283 ]
284 }, 278 },
285 { 279 {
286 "allow_subannotations": true, 280 "allow_subannotations": true,
287 "cmd": [ 281 "cmd": [
288 "python", 282 "python",
289 "-u", 283 "-u",
290 "[BUILD]/scripts/slave/runtest.py", 284 "[BUILD]/scripts/slave/runtest.py",
291 "--target", 285 "--target",
292 "Release", 286 "Release",
293 "--factory-properties", 287 "--factory-properties",
(...skipping 23 matching lines...) Expand all
317 "--browser=release", 311 "--browser=release",
318 "-v", 312 "-v",
319 "--use-devtools-active-port", 313 "--use-devtools-active-port",
320 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 314 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
321 "--output-format", 315 "--output-format",
322 "json", 316 "json",
323 "--output-dir", 317 "--output-dir",
324 "/path/to/tmp/" 318 "/path/to/tmp/"
325 ], 319 ],
326 "cwd": "[SLAVE_BUILD]", 320 "cwd": "[SLAVE_BUILD]",
327 "name": "webgl_conformance_tests", 321 "name": "webgl_conformance_tests"
328 "~followup_annotations": [
329 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
330 ]
331 }, 322 },
332 { 323 {
333 "allow_subannotations": true, 324 "allow_subannotations": true,
334 "cmd": [ 325 "cmd": [
335 "python", 326 "python",
336 "-u", 327 "-u",
337 "[BUILD]/scripts/slave/runtest.py", 328 "[BUILD]/scripts/slave/runtest.py",
338 "--target", 329 "--target",
339 "Release", 330 "Release",
340 "--factory-properties", 331 "--factory-properties",
(...skipping 23 matching lines...) Expand all
364 "--browser=release", 355 "--browser=release",
365 "-v", 356 "-v",
366 "--use-devtools-active-port", 357 "--use-devtools-active-port",
367 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 358 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
368 "--output-format", 359 "--output-format",
369 "json", 360 "json",
370 "--output-dir", 361 "--output-dir",
371 "/path/to/tmp/" 362 "/path/to/tmp/"
372 ], 363 ],
373 "cwd": "[SLAVE_BUILD]", 364 "cwd": "[SLAVE_BUILD]",
374 "name": "context_lost_tests", 365 "name": "context_lost_tests"
375 "~followup_annotations": [
376 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
377 ]
378 }, 366 },
379 { 367 {
380 "allow_subannotations": true, 368 "allow_subannotations": true,
381 "cmd": [ 369 "cmd": [
382 "python", 370 "python",
383 "-u", 371 "-u",
384 "[BUILD]/scripts/slave/runtest.py", 372 "[BUILD]/scripts/slave/runtest.py",
385 "--target", 373 "--target",
386 "Release", 374 "Release",
387 "--factory-properties", 375 "--factory-properties",
(...skipping 23 matching lines...) Expand all
411 "--browser=release", 399 "--browser=release",
412 "-v", 400 "-v",
413 "--use-devtools-active-port", 401 "--use-devtools-active-port",
414 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 402 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
415 "--output-format", 403 "--output-format",
416 "json", 404 "json",
417 "--output-dir", 405 "--output-dir",
418 "/path/to/tmp/" 406 "/path/to/tmp/"
419 ], 407 ],
420 "cwd": "[SLAVE_BUILD]", 408 "cwd": "[SLAVE_BUILD]",
421 "name": "memory_test", 409 "name": "memory_test"
422 "~followup_annotations": [
423 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
424 ]
425 }, 410 },
426 { 411 {
427 "allow_subannotations": true, 412 "allow_subannotations": true,
428 "cmd": [ 413 "cmd": [
429 "python", 414 "python",
430 "-u", 415 "-u",
431 "[BUILD]/scripts/slave/runtest.py", 416 "[BUILD]/scripts/slave/runtest.py",
432 "--target", 417 "--target",
433 "Release", 418 "Release",
434 "--factory-properties", 419 "--factory-properties",
(...skipping 23 matching lines...) Expand all
458 "--browser=release", 443 "--browser=release",
459 "-v", 444 "-v",
460 "--use-devtools-active-port", 445 "--use-devtools-active-port",
461 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 446 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
462 "--output-format", 447 "--output-format",
463 "json", 448 "json",
464 "--output-dir", 449 "--output-dir",
465 "/path/to/tmp/" 450 "/path/to/tmp/"
466 ], 451 ],
467 "cwd": "[SLAVE_BUILD]", 452 "cwd": "[SLAVE_BUILD]",
468 "name": "trace_test", 453 "name": "trace_test"
469 "~followup_annotations": [
470 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
471 ]
472 }, 454 },
473 { 455 {
474 "allow_subannotations": true, 456 "allow_subannotations": true,
475 "cmd": [ 457 "cmd": [
476 "python", 458 "python",
477 "-u", 459 "-u",
478 "[BUILD]/scripts/slave/runtest.py", 460 "[BUILD]/scripts/slave/runtest.py",
479 "--target", 461 "--target",
480 "Release", 462 "Release",
481 "--factory-properties", 463 "--factory-properties",
(...skipping 23 matching lines...) Expand all
505 "--browser=release", 487 "--browser=release",
506 "-v", 488 "-v",
507 "--use-devtools-active-port", 489 "--use-devtools-active-port",
508 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 490 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
509 "--output-format", 491 "--output-format",
510 "json", 492 "json",
511 "--output-dir", 493 "--output-dir",
512 "/path/to/tmp/" 494 "/path/to/tmp/"
513 ], 495 ],
514 "cwd": "[SLAVE_BUILD]", 496 "cwd": "[SLAVE_BUILD]",
515 "name": "screenshot_sync_tests", 497 "name": "screenshot_sync_tests"
516 "~followup_annotations": [
517 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
518 ]
519 }, 498 },
520 { 499 {
521 "allow_subannotations": true, 500 "allow_subannotations": true,
522 "cmd": [ 501 "cmd": [
523 "python", 502 "python",
524 "-u", 503 "-u",
525 "[BUILD]/scripts/slave/runtest.py", 504 "[BUILD]/scripts/slave/runtest.py",
526 "--target", 505 "--target",
527 "Release", 506 "Release",
528 "--factory-properties", 507 "--factory-properties",
(...skipping 23 matching lines...) Expand all
552 "--browser=release", 531 "--browser=release",
553 "-v", 532 "-v",
554 "--use-devtools-active-port", 533 "--use-devtools-active-port",
555 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 534 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
556 "--output-format", 535 "--output-format",
557 "json", 536 "json",
558 "--output-dir", 537 "--output-dir",
559 "/path/to/tmp/" 538 "/path/to/tmp/"
560 ], 539 ],
561 "cwd": "[SLAVE_BUILD]", 540 "cwd": "[SLAVE_BUILD]",
562 "name": "hardware_accelerated_feature_tests", 541 "name": "hardware_accelerated_feature_tests"
563 "~followup_annotations": [
564 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
565 ]
566 }, 542 },
567 { 543 {
568 "allow_subannotations": true, 544 "allow_subannotations": true,
569 "cmd": [ 545 "cmd": [
570 "python", 546 "python",
571 "-u", 547 "-u",
572 "[BUILD]/scripts/slave/runtest.py", 548 "[BUILD]/scripts/slave/runtest.py",
573 "--target", 549 "--target",
574 "Release", 550 "Release",
575 "--factory-properties", 551 "--factory-properties",
(...skipping 23 matching lines...) Expand all
599 "--browser=release", 575 "--browser=release",
600 "-v", 576 "-v",
601 "--use-devtools-active-port", 577 "--use-devtools-active-port",
602 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 578 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
603 "--output-format", 579 "--output-format",
604 "json", 580 "json",
605 "--output-dir", 581 "--output-dir",
606 "/path/to/tmp/" 582 "/path/to/tmp/"
607 ], 583 ],
608 "cwd": "[SLAVE_BUILD]", 584 "cwd": "[SLAVE_BUILD]",
609 "name": "gpu_process_launch_tests", 585 "name": "gpu_process_launch_tests"
610 "~followup_annotations": [
611 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
612 ]
613 }, 586 },
614 { 587 {
615 "allow_subannotations": true, 588 "allow_subannotations": true,
616 "cmd": [ 589 "cmd": [
617 "python", 590 "python",
618 "-u", 591 "-u",
619 "[BUILD]/scripts/slave/runtest.py", 592 "[BUILD]/scripts/slave/runtest.py",
620 "--target", 593 "--target",
621 "Release", 594 "Release",
622 "--factory-properties", 595 "--factory-properties",
(...skipping 27 matching lines...) Expand all
650 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 623 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
651 "--test-machine-name", 624 "--test-machine-name",
652 "TestBuilder", 625 "TestBuilder",
653 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 626 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
654 "--output-format", 627 "--output-format",
655 "json", 628 "json",
656 "--output-dir", 629 "--output-dir",
657 "/path/to/tmp/" 630 "/path/to/tmp/"
658 ], 631 ],
659 "cwd": "[SLAVE_BUILD]", 632 "cwd": "[SLAVE_BUILD]",
660 "name": "gpu_rasterization_tests", 633 "name": "gpu_rasterization_tests"
661 "~followup_annotations": [
662 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
663 ]
664 }, 634 },
665 { 635 {
666 "allow_subannotations": true, 636 "allow_subannotations": true,
667 "cmd": [ 637 "cmd": [
668 "python", 638 "python",
669 "-u", 639 "-u",
670 "[BUILD]/scripts/slave/runtest.py", 640 "[BUILD]/scripts/slave/runtest.py",
671 "--target", 641 "--target",
672 "Release", 642 "Release",
673 "--factory-properties", 643 "--factory-properties",
(...skipping 17 matching lines...) Expand all
691 "--isolated", 661 "--isolated",
692 "[dummy hash for tab_capture_end2end_tests]", 662 "[dummy hash for tab_capture_end2end_tests]",
693 "-I", 663 "-I",
694 "https://isolateserver.appspot.com", 664 "https://isolateserver.appspot.com",
695 "--" 665 "--"
696 ], 666 ],
697 "cwd": "[SLAVE_BUILD]", 667 "cwd": "[SLAVE_BUILD]",
698 "name": "tab_capture_end2end_tests" 668 "name": "tab_capture_end2end_tests"
699 } 669 }
700 ] 670 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698