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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 1072483002: Pass --undefok to DM and nanobench for more graceful branch failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 8 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 { 372 {
373 "cmd": [ 373 "cmd": [
374 "valgrind", 374 "valgrind",
375 "--gen-suppressions=all", 375 "--gen-suppressions=all",
376 "--leak-check=full", 376 "--leak-check=full",
377 "--track-origins=yes", 377 "--track-origins=yes",
378 "--error-exitcode=1", 378 "--error-exitcode=1",
379 "--num-callers=40", 379 "--num-callers=40",
380 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 380 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
381 "[SLAVE_BUILD]/skia/out/Release/dm", 381 "[SLAVE_BUILD]/skia/out/Release/dm",
382 "--undefok",
382 "--verbose", 383 "--verbose",
383 "--resourcePath", 384 "--resourcePath",
384 "[SLAVE_BUILD]/skia/resources", 385 "[SLAVE_BUILD]/skia/resources",
385 "--skps", 386 "--skps",
386 "[SLAVE_BUILD]/playback/skps", 387 "[SLAVE_BUILD]/playback/skps",
387 "--images", 388 "--images",
388 "[SLAVE_BUILD]/images", 389 "[SLAVE_BUILD]/images",
389 "--writePath", 390 "--writePath",
390 "[SLAVE_BUILD]/dm", 391 "[SLAVE_BUILD]/dm",
391 "--nameByHash", 392 "--nameByHash",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 { 437 {
437 "cmd": [ 438 "cmd": [
438 "valgrind", 439 "valgrind",
439 "--gen-suppressions=all", 440 "--gen-suppressions=all",
440 "--leak-check=full", 441 "--leak-check=full",
441 "--track-origins=yes", 442 "--track-origins=yes",
442 "--error-exitcode=1", 443 "--error-exitcode=1",
443 "--num-callers=40", 444 "--num-callers=40",
444 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 445 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
445 "[SLAVE_BUILD]/skia/out/Release/dm", 446 "[SLAVE_BUILD]/skia/out/Release/dm",
447 "--undefok",
446 "--verbose", 448 "--verbose",
447 "--resourcePath", 449 "--resourcePath",
448 "[SLAVE_BUILD]/skia/resources", 450 "[SLAVE_BUILD]/skia/resources",
449 "--skps", 451 "--skps",
450 "[SLAVE_BUILD]/playback/skps", 452 "[SLAVE_BUILD]/playback/skps",
451 "--images", 453 "--images",
452 "[SLAVE_BUILD]/images", 454 "[SLAVE_BUILD]/images",
453 "--writePath", 455 "--writePath",
454 "[SLAVE_BUILD]/dm", 456 "[SLAVE_BUILD]/dm",
455 "--nameByHash", 457 "--nameByHash",
(...skipping 30 matching lines...) Expand all
486 { 488 {
487 "cmd": [ 489 "cmd": [
488 "valgrind", 490 "valgrind",
489 "--gen-suppressions=all", 491 "--gen-suppressions=all",
490 "--leak-check=full", 492 "--leak-check=full",
491 "--track-origins=yes", 493 "--track-origins=yes",
492 "--error-exitcode=1", 494 "--error-exitcode=1",
493 "--num-callers=40", 495 "--num-callers=40",
494 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 496 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
495 "[SLAVE_BUILD]/skia/out/Release/dm", 497 "[SLAVE_BUILD]/skia/out/Release/dm",
498 "--undefok",
496 "--verbose", 499 "--verbose",
497 "--resourcePath", 500 "--resourcePath",
498 "[SLAVE_BUILD]/skia/resources", 501 "[SLAVE_BUILD]/skia/resources",
499 "--skps", 502 "--skps",
500 "[SLAVE_BUILD]/playback/skps", 503 "[SLAVE_BUILD]/playback/skps",
501 "--images", 504 "--images",
502 "[SLAVE_BUILD]/images", 505 "[SLAVE_BUILD]/images",
503 "--nameByHash", 506 "--nameByHash",
504 "--properties", 507 "--properties",
505 "gitHash", 508 "gitHash",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 { 554 {
552 "cmd": [ 555 "cmd": [
553 "valgrind", 556 "valgrind",
554 "--gen-suppressions=all", 557 "--gen-suppressions=all",
555 "--leak-check=full", 558 "--leak-check=full",
556 "--track-origins=yes", 559 "--track-origins=yes",
557 "--error-exitcode=1", 560 "--error-exitcode=1",
558 "--num-callers=40", 561 "--num-callers=40",
559 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 562 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
560 "[SLAVE_BUILD]/skia/out/Release/nanobench", 563 "[SLAVE_BUILD]/skia/out/Release/nanobench",
564 "--undefok",
561 "-i", 565 "-i",
562 "[SLAVE_BUILD]/skia/resources", 566 "[SLAVE_BUILD]/skia/resources",
563 "--skps", 567 "--skps",
564 "[SLAVE_BUILD]/playback/skps", 568 "[SLAVE_BUILD]/playback/skps",
565 "--nocpu", 569 "--nocpu",
566 "--dummy-flags" 570 "--dummy-flags"
567 ], 571 ],
568 "name": "nanobench" 572 "name": "nanobench"
569 }, 573 },
570 { 574 {
571 "cmd": [ 575 "cmd": [
572 "valgrind", 576 "valgrind",
573 "--gen-suppressions=all", 577 "--gen-suppressions=all",
574 "--leak-check=full", 578 "--leak-check=full",
575 "--track-origins=yes", 579 "--track-origins=yes",
576 "--error-exitcode=1", 580 "--error-exitcode=1",
577 "--num-callers=40", 581 "--num-callers=40",
578 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 582 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
579 "[SLAVE_BUILD]/skia/out/Release/nanobench", 583 "[SLAVE_BUILD]/skia/out/Release/nanobench",
584 "--undefok",
580 "-i", 585 "-i",
581 "[SLAVE_BUILD]/skia/resources", 586 "[SLAVE_BUILD]/skia/resources",
582 "--skps", 587 "--skps",
583 "[SLAVE_BUILD]/playback/skps", 588 "[SLAVE_BUILD]/playback/skps",
584 "--nocpu", 589 "--nocpu",
585 "--dummy-flags", 590 "--dummy-flags",
586 "--abandonGpuContext", 591 "--abandonGpuContext",
587 "--nocpu" 592 "--nocpu"
588 ], 593 ],
589 "name": "nanobench --abandonGpuContext" 594 "name": "nanobench --abandonGpuContext"
590 } 595 }
591 ] 596 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698