| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" | 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 "--error-exitcode=1", | 76 "--error-exitcode=1", |
| 77 "--num-callers=40", | 77 "--num-callers=40", |
| 78 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 78 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
| 79 "[SLAVE_BUILD]/out/Release/nanobench", | 79 "[SLAVE_BUILD]/out/Release/nanobench", |
| 80 "--undefok", | 80 "--undefok", |
| 81 "-i", | 81 "-i", |
| 82 "[SLAVE_BUILD]/skia/resources", | 82 "[SLAVE_BUILD]/skia/resources", |
| 83 "--skps", | 83 "--skps", |
| 84 "[SLAVE_BUILD]/skps", | 84 "[SLAVE_BUILD]/skps", |
| 85 "--images", | 85 "--images", |
| 86 "[SLAVE_BUILD]/images/dm", | 86 "[SLAVE_BUILD]/images/nanobench", |
| 87 "--nocpu", | 87 "--nocpu", |
| 88 "--dummy-flags" | 88 "--dummy-flags" |
| 89 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", | 90 "cwd": "[SLAVE_BUILD]", |
| 91 "env": { | 91 "env": { |
| 92 "BUILDTYPE": "Release", | 92 "BUILDTYPE": "Release", |
| 93 "CHROME_HEADLESS": "1", | 93 "CHROME_HEADLESS": "1", |
| 94 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 94 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
| 95 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 95 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", |
| 96 "SKIA_OUT": "[SLAVE_BUILD]/out" | 96 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 97 }, | 97 }, |
| 98 "name": "nanobench" | 98 "name": "nanobench" |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "cmd": [ | 101 "cmd": [ |
| 102 "valgrind", | 102 "valgrind", |
| 103 "--gen-suppressions=all", | 103 "--gen-suppressions=all", |
| 104 "--leak-check=full", | 104 "--leak-check=full", |
| 105 "--track-origins=yes", | 105 "--track-origins=yes", |
| 106 "--error-exitcode=1", | 106 "--error-exitcode=1", |
| 107 "--num-callers=40", | 107 "--num-callers=40", |
| 108 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 108 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
| 109 "[SLAVE_BUILD]/out/Release/nanobench", | 109 "[SLAVE_BUILD]/out/Release/nanobench", |
| 110 "--undefok", | 110 "--undefok", |
| 111 "-i", | 111 "-i", |
| 112 "[SLAVE_BUILD]/skia/resources", | 112 "[SLAVE_BUILD]/skia/resources", |
| 113 "--skps", | 113 "--skps", |
| 114 "[SLAVE_BUILD]/skps", | 114 "[SLAVE_BUILD]/skps", |
| 115 "--images", | 115 "--images", |
| 116 "[SLAVE_BUILD]/images/dm", | 116 "[SLAVE_BUILD]/images/nanobench", |
| 117 "--nocpu", | 117 "--nocpu", |
| 118 "--dummy-flags", | 118 "--dummy-flags", |
| 119 "--abandonGpuContext", | 119 "--abandonGpuContext", |
| 120 "--nocpu" | 120 "--nocpu" |
| 121 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", | 122 "cwd": "[SLAVE_BUILD]", |
| 123 "env": { | 123 "env": { |
| 124 "BUILDTYPE": "Release", | 124 "BUILDTYPE": "Release", |
| 125 "CHROME_HEADLESS": "1", | 125 "CHROME_HEADLESS": "1", |
| 126 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 126 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
| 127 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 127 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", |
| 128 "SKIA_OUT": "[SLAVE_BUILD]/out" | 128 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 129 }, | 129 }, |
| 130 "name": "nanobench --abandonGpuContext" | 130 "name": "nanobench --abandonGpuContext" |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "name": "$result", | 133 "name": "$result", |
| 134 "recipe_result": null, | 134 "recipe_result": null, |
| 135 "status_code": 0 | 135 "status_code": 0 |
| 136 } | 136 } |
| 137 ] | 137 ] |
| OLD | NEW |