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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json

Issue 1917903003: Skia bots: use nanobench images in nanobench (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 { 448 {
449 "cmd": [ 449 "cmd": [
450 "catchsegv", 450 "catchsegv",
451 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/Debug/nanobench", 451 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/Debug/nanobench",
452 "--undefok", 452 "--undefok",
453 "-i", 453 "-i",
454 "[SLAVE_BUILD]/skia/resources", 454 "[SLAVE_BUILD]/skia/resources",
455 "--skps", 455 "--skps",
456 "[SLAVE_BUILD]/playback/skps", 456 "[SLAVE_BUILD]/playback/skps",
457 "--images", 457 "--images",
458 "[SLAVE_BUILD]/images/dm", 458 "[SLAVE_BUILD]/images/nanobench",
459 "--nocpu", 459 "--nocpu",
460 "--dummy-flags" 460 "--dummy-flags"
461 ], 461 ],
462 "cwd": "[SLAVE_BUILD]", 462 "cwd": "[SLAVE_BUILD]",
463 "env": { 463 "env": {
464 "BUILDTYPE": "Debug", 464 "BUILDTYPE": "Debug",
465 "CC": "/usr/bin/clang", 465 "CC": "/usr/bin/clang",
466 "CXX": "/usr/bin/clang++", 466 "CXX": "/usr/bin/clang++",
467 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0", 467 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0",
468 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 468 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer"
469 }, 469 },
470 "name": "nanobench" 470 "name": "nanobench"
471 }, 471 },
472 { 472 {
473 "name": "$result", 473 "name": "$result",
474 "recipe_result": null, 474 "recipe_result": null,
475 "status_code": 0 475 "status_code": 0
476 } 476 }
477 ] 477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698