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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug.json

Issue 2215443003: [recipes] Increase test coverage (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec
Patch Set: Created 4 years, 4 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "SKIA_OUT": "[SLAVE_BUILD]/out" 443 "SKIA_OUT": "[SLAVE_BUILD]/out"
444 }, 444 },
445 "name": "push uninteresting_hashes.txt" 445 "name": "push uninteresting_hashes.txt"
446 }, 446 },
447 { 447 {
448 "cmd": [ 448 "cmd": [
449 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", 449 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia",
450 "--verbose", 450 "--verbose",
451 "--logcat", 451 "--logcat",
452 "-d", 452 "-d",
453 "arm_v7_neon", 453 "arm64",
454 "-t", 454 "-t",
455 "Debug", 455 "Debug",
456 "dm", 456 "dm",
457 "--undefok", 457 "--undefok",
458 "--resourcePath", 458 "--resourcePath",
459 "/storage/emulated/legacy/skiabot/skia_resources", 459 "/storage/emulated/legacy/skiabot/skia_resources",
460 "--skps", 460 "--skps",
461 "/storage/emulated/legacy/skiabot/skia_skp/skps", 461 "/storage/emulated/legacy/skiabot/skia_skp/skps",
462 "--images", 462 "--images",
463 "/storage/emulated/legacy/skiabot/skia_images/dm", 463 "/storage/emulated/legacy/skiabot/skia_images/dm",
464 "--colorImages", 464 "--colorImages",
465 "/storage/emulated/legacy/skiabot/skia_images/colorspace", 465 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
466 "--nameByHash", 466 "--nameByHash",
467 "--properties", 467 "--properties",
468 "gitHash", 468 "gitHash",
469 "abc123", 469 "abc123",
470 "master", 470 "master",
471 "client.skia", 471 "client.skia",
472 "builder", 472 "builder",
473 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 473 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug",
474 "build_number", 474 "build_number",
475 "5", 475 "5",
476 "--key", 476 "--key",
477 "arch", 477 "arch",
478 "Arm7", 478 "Arm64",
479 "compiler", 479 "compiler",
480 "GCC", 480 "GCC",
481 "configuration", 481 "configuration",
482 "Debug", 482 "Debug",
483 "cpu_or_gpu", 483 "cpu_or_gpu",
484 "GPU", 484 "GPU",
485 "cpu_or_gpu_value", 485 "cpu_or_gpu_value",
486 "Tegra3", 486 "TegraX1",
487 "model", 487 "model",
488 "Nexus7", 488 "NVIDIA_Shield",
489 "os", 489 "os",
490 "Android", 490 "Android",
491 "--uninterestingHashesFile", 491 "--uninterestingHashesFile",
492 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt", 492 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt",
493 "--writePath", 493 "--writePath",
494 "/storage/emulated/legacy/skiabot/skia_dm", 494 "/storage/emulated/legacy/skiabot/skia_dm",
495 "--nocpu", 495 "--nocpu",
496 "--config", 496 "--config",
497 "565", 497 "565",
498 "8888", 498 "8888",
499 "gpu", 499 "gl",
500 "gpusrgb", 500 "glsrgb",
501 "glmsaa4",
502 "glinstdit4",
501 "serialize-8888", 503 "serialize-8888",
502 "tiles_rt-8888", 504 "tiles_rt-8888",
503 "pic-8888", 505 "pic-8888",
506 "glinst",
504 "--src", 507 "--src",
505 "tests", 508 "tests",
506 "gm", 509 "gm",
507 "image", 510 "image",
508 "colorImage", 511 "colorImage",
509 "--blacklist", 512 "--blacklist",
510 "f16", 513 "f16",
511 "_", 514 "_",
512 "_", 515 "_",
513 "dstreadshuffle", 516 "dstreadshuffle",
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 "SKIA_OUT": "[SLAVE_BUILD]/out" 899 "SKIA_OUT": "[SLAVE_BUILD]/out"
897 }, 900 },
898 "name": "kill-server" 901 "name": "kill-server"
899 }, 902 },
900 { 903 {
901 "name": "$result", 904 "name": "$result",
902 "recipe_result": null, 905 "recipe_result": null,
903 "status_code": 0 906 "status_code": 0
904 } 907 }
905 ] 908 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698