| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.drmemory", | 8 "client.drmemory", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux-cr", | 10 "linux-cr", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlave", | 12 "TestSlave", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'dynamorio', 'url': 'https://github.com/DynamoRIO/dynamorio.g
it'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'dynamorio', 'url': 'https://github.com/Dy
namoRIO/dynamorio.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "dynamorio", | 16 "dynamorio", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "dynamorio@123456789abcdef", | 24 "dynamorio@123456789abcdef", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"dynamorio\": \"123456789abcdef\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"dynamorio\": \"123456789abcdef\"@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"dynamorio\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"dynamorio\", @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"dynamorio\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"dynamorio\", @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
| 48 ] | 47 ] |
| 49 }, | 48 }, |
| 50 { | 49 { |
| 51 "cmd": [ | 50 "cmd": [ |
| 52 "python", | 51 "python", |
| 53 "-u", | 52 "-u", |
| 54 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 53 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 55 "[SLAVE_BUILD]/dynamorio", | 54 "[CWD]/dynamorio", |
| 56 "511" | 55 "511" |
| 57 ], | 56 ], |
| 58 "cwd": "[SLAVE_BUILD]", | |
| 59 "name": "makedirs makedirs", | 57 "name": "makedirs makedirs", |
| 60 "~followup_annotations": [ | 58 "~followup_annotations": [ |
| 61 "@@@STEP_LOG_LINE@python.inline@@@@", | 59 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 62 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 60 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 63 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 61 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 64 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 62 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 65 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 63 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 66 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 64 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 67 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 65 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 68 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 66 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 69 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 67 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 70 "@@@STEP_LOG_END@python.inline@@@" | 68 "@@@STEP_LOG_END@python.inline@@@" |
| 71 ] | 69 ] |
| 72 }, | 70 }, |
| 73 { | 71 { |
| 74 "cmd": [ | 72 "cmd": [ |
| 75 "python", | 73 "python", |
| 76 "-u", | 74 "-u", |
| 77 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 75 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 78 "[SLAVE_BUILD]/dynamorio/build", | 76 "[CWD]/dynamorio/build", |
| 79 "511" | 77 "511" |
| 80 ], | 78 ], |
| 81 "cwd": "[SLAVE_BUILD]", | |
| 82 "name": "makedirs makedirs (2)", | 79 "name": "makedirs makedirs (2)", |
| 83 "~followup_annotations": [ | 80 "~followup_annotations": [ |
| 84 "@@@STEP_LOG_LINE@python.inline@@@@", | 81 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 85 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 82 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 86 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 83 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 87 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 84 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 88 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 85 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 89 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 86 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 90 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 87 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 91 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 88 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 92 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 89 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 93 "@@@STEP_LOG_END@python.inline@@@" | 90 "@@@STEP_LOG_END@python.inline@@@" |
| 94 ] | 91 ] |
| 95 }, | 92 }, |
| 96 { | 93 { |
| 97 "cmd": [ | 94 "cmd": [ |
| 98 "cmake", | 95 "cmake", |
| 99 "..", | 96 "..", |
| 100 "-DDEBUG=OFF" | 97 "-DDEBUG=OFF" |
| 101 ], | 98 ], |
| 102 "cwd": "[SLAVE_BUILD]/dynamorio/build", | 99 "cwd": "[CWD]/dynamorio/build", |
| 103 "name": "Configure release DynamoRIO" | 100 "name": "Configure release DynamoRIO" |
| 104 }, | 101 }, |
| 105 { | 102 { |
| 106 "cmd": [ | 103 "cmd": [ |
| 107 "make", | 104 "make", |
| 108 "-j5" | 105 "-j5" |
| 109 ], | 106 ], |
| 110 "cwd": "[SLAVE_BUILD]/dynamorio/build", | 107 "cwd": "[CWD]/dynamorio/build", |
| 111 "name": "Compile release DynamoRIO" | 108 "name": "Compile release DynamoRIO" |
| 112 }, | 109 }, |
| 113 { | 110 { |
| 114 "cmd": [ | 111 "cmd": [ |
| 115 "bin64/drconfig", | 112 "bin64/drconfig", |
| 116 "-reg", | 113 "-reg", |
| 117 "python", | 114 "python", |
| 118 "-norun", | 115 "-norun", |
| 119 "-v" | 116 "-v" |
| 120 ], | 117 ], |
| 121 "cwd": "[SLAVE_BUILD]/dynamorio/build", | 118 "cwd": "[CWD]/dynamorio/build", |
| 122 "name": "don't follow python" | 119 "name": "don't follow python" |
| 123 }, | 120 }, |
| 124 { | 121 { |
| 125 "cmd": [ | 122 "cmd": [ |
| 126 "xvfb-run", | 123 "xvfb-run", |
| 127 "-a", | 124 "-a", |
| 128 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 125 "[CWD]/dynamorio/build/bin64/drrun", |
| 129 "-stderr_mask", | 126 "-stderr_mask", |
| 130 "12", | 127 "12", |
| 131 "--", | 128 "--", |
| 132 "../../linux-cr-builder/build/src/out/Release/content_shell", | 129 "../../linux-cr-builder/build/src/out/Release/content_shell", |
| 133 "--run-layout-test", | 130 "--run-layout-test", |
| 134 "file:///home/chrome-bot/bb.html" | 131 "file:///home/chrome-bot/bb.html" |
| 135 ], | 132 ], |
| 136 "cwd": "[SLAVE_BUILD]/dynamorio", | 133 "cwd": "[CWD]/dynamorio", |
| 137 "env": { | 134 "env": { |
| 138 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 135 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 139 }, | 136 }, |
| 140 "name": "content_shell" | 137 "name": "content_shell" |
| 141 }, | 138 }, |
| 142 { | 139 { |
| 143 "cmd": [ | 140 "cmd": [ |
| 144 "xvfb-run", | 141 "xvfb-run", |
| 145 "-a", | 142 "-a", |
| 146 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 143 "[CWD]/dynamorio/build/bin64/drrun", |
| 147 "-stderr_mask", | 144 "-stderr_mask", |
| 148 "12", | 145 "12", |
| 149 "--", | 146 "--", |
| 150 "../../linux-cr-builder/build/src/out/Release/base_unittests", | 147 "../../linux-cr-builder/build/src/out/Release/base_unittests", |
| 151 "--gtest_filter=-TraceEventTestFixture.TraceContinuousSampling" | 148 "--gtest_filter=-TraceEventTestFixture.TraceContinuousSampling" |
| 152 ], | 149 ], |
| 153 "cwd": "[SLAVE_BUILD]/dynamorio", | 150 "cwd": "[CWD]/dynamorio", |
| 154 "env": { | 151 "env": { |
| 155 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 152 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 156 }, | 153 }, |
| 157 "name": "base_unittests" | 154 "name": "base_unittests" |
| 158 }, | 155 }, |
| 159 { | 156 { |
| 160 "cmd": [ | 157 "cmd": [ |
| 161 "xvfb-run", | 158 "xvfb-run", |
| 162 "-a", | 159 "-a", |
| 163 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 160 "[CWD]/dynamorio/build/bin64/drrun", |
| 164 "-stderr_mask", | 161 "-stderr_mask", |
| 165 "12", | 162 "12", |
| 166 "--", | 163 "--", |
| 167 "../../linux-cr-builder/build/src/out/Release/browser_tests", | 164 "../../linux-cr-builder/build/src/out/Release/browser_tests", |
| 168 "--gtest_filter=AutofillTest.BasicFormFill" | 165 "--gtest_filter=AutofillTest.BasicFormFill" |
| 169 ], | 166 ], |
| 170 "cwd": "[SLAVE_BUILD]/dynamorio", | 167 "cwd": "[CWD]/dynamorio", |
| 171 "env": { | 168 "env": { |
| 172 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 169 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 173 }, | 170 }, |
| 174 "name": "browser_tests" | 171 "name": "browser_tests" |
| 175 }, | 172 }, |
| 176 { | 173 { |
| 177 "cmd": [ | 174 "cmd": [ |
| 178 "xvfb-run", | 175 "xvfb-run", |
| 179 "-a", | 176 "-a", |
| 180 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 177 "[CWD]/dynamorio/build/bin64/drrun", |
| 181 "-stderr_mask", | 178 "-stderr_mask", |
| 182 "12", | 179 "12", |
| 183 "--", | 180 "--", |
| 184 "../../linux-cr-builder/build/src/out/Release/crypto_unittests" | 181 "../../linux-cr-builder/build/src/out/Release/crypto_unittests" |
| 185 ], | 182 ], |
| 186 "cwd": "[SLAVE_BUILD]/dynamorio", | 183 "cwd": "[CWD]/dynamorio", |
| 187 "env": { | 184 "env": { |
| 188 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 185 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 189 }, | 186 }, |
| 190 "name": "crypto_unittests" | 187 "name": "crypto_unittests" |
| 191 }, | 188 }, |
| 192 { | 189 { |
| 193 "cmd": [ | 190 "cmd": [ |
| 194 "xvfb-run", | 191 "xvfb-run", |
| 195 "-a", | 192 "-a", |
| 196 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 193 "[CWD]/dynamorio/build/bin64/drrun", |
| 197 "-stderr_mask", | 194 "-stderr_mask", |
| 198 "12", | 195 "12", |
| 199 "--", | 196 "--", |
| 200 "../../linux-cr-builder/build/src/out/Release/ipc_tests" | 197 "../../linux-cr-builder/build/src/out/Release/ipc_tests" |
| 201 ], | 198 ], |
| 202 "cwd": "[SLAVE_BUILD]/dynamorio", | 199 "cwd": "[CWD]/dynamorio", |
| 203 "env": { | 200 "env": { |
| 204 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 201 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 205 }, | 202 }, |
| 206 "name": "ipc_tests" | 203 "name": "ipc_tests" |
| 207 }, | 204 }, |
| 208 { | 205 { |
| 209 "cmd": [ | 206 "cmd": [ |
| 210 "xvfb-run", | 207 "xvfb-run", |
| 211 "-a", | 208 "-a", |
| 212 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 209 "[CWD]/dynamorio/build/bin64/drrun", |
| 213 "-stderr_mask", | 210 "-stderr_mask", |
| 214 "12", | 211 "12", |
| 215 "--", | 212 "--", |
| 216 "../../linux-cr-builder/build/src/out/Release/media_unittests" | 213 "../../linux-cr-builder/build/src/out/Release/media_unittests" |
| 217 ], | 214 ], |
| 218 "cwd": "[SLAVE_BUILD]/dynamorio", | 215 "cwd": "[CWD]/dynamorio", |
| 219 "env": { | 216 "env": { |
| 220 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 217 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 221 }, | 218 }, |
| 222 "name": "media_unittests" | 219 "name": "media_unittests" |
| 223 }, | 220 }, |
| 224 { | 221 { |
| 225 "cmd": [ | 222 "cmd": [ |
| 226 "xvfb-run", | 223 "xvfb-run", |
| 227 "-a", | 224 "-a", |
| 228 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 225 "[CWD]/dynamorio/build/bin64/drrun", |
| 229 "-stderr_mask", | 226 "-stderr_mask", |
| 230 "12", | 227 "12", |
| 231 "--", | 228 "--", |
| 232 "../../linux-cr-builder/build/src/out/Release/net_unittests", | 229 "../../linux-cr-builder/build/src/out/Release/net_unittests", |
| 233 "--gtest_filter=-CertDatabaseNSSTest.ImportCACertHierarchy*" | 230 "--gtest_filter=-CertDatabaseNSSTest.ImportCACertHierarchy*" |
| 234 ], | 231 ], |
| 235 "cwd": "[SLAVE_BUILD]/dynamorio", | 232 "cwd": "[CWD]/dynamorio", |
| 236 "env": { | 233 "env": { |
| 237 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 234 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 238 }, | 235 }, |
| 239 "name": "net_unittests" | 236 "name": "net_unittests" |
| 240 }, | 237 }, |
| 241 { | 238 { |
| 242 "cmd": [ | 239 "cmd": [ |
| 243 "xvfb-run", | 240 "xvfb-run", |
| 244 "-a", | 241 "-a", |
| 245 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 242 "[CWD]/dynamorio/build/bin64/drrun", |
| 246 "-stderr_mask", | 243 "-stderr_mask", |
| 247 "12", | 244 "12", |
| 248 "--", | 245 "--", |
| 249 "../../linux-cr-builder/build/src/out/Release/printing_unittests" | 246 "../../linux-cr-builder/build/src/out/Release/printing_unittests" |
| 250 ], | 247 ], |
| 251 "cwd": "[SLAVE_BUILD]/dynamorio", | 248 "cwd": "[CWD]/dynamorio", |
| 252 "env": { | 249 "env": { |
| 253 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 250 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 254 }, | 251 }, |
| 255 "name": "printing_unittests" | 252 "name": "printing_unittests" |
| 256 }, | 253 }, |
| 257 { | 254 { |
| 258 "cmd": [ | 255 "cmd": [ |
| 259 "xvfb-run", | 256 "xvfb-run", |
| 260 "-a", | 257 "-a", |
| 261 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 258 "[CWD]/dynamorio/build/bin64/drrun", |
| 262 "-stderr_mask", | 259 "-stderr_mask", |
| 263 "12", | 260 "12", |
| 264 "--", | 261 "--", |
| 265 "../../linux-cr-builder/build/src/out/Release/remoting_unittests", | 262 "../../linux-cr-builder/build/src/out/Release/remoting_unittests", |
| 266 "--gtest_filter=-VideoFrameCapturerTest.Capture:DesktopProcessTest.DeathTe
st" | 263 "--gtest_filter=-VideoFrameCapturerTest.Capture:DesktopProcessTest.DeathTe
st" |
| 267 ], | 264 ], |
| 268 "cwd": "[SLAVE_BUILD]/dynamorio", | 265 "cwd": "[CWD]/dynamorio", |
| 269 "env": { | 266 "env": { |
| 270 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 267 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 271 }, | 268 }, |
| 272 "name": "remoting_unittests" | 269 "name": "remoting_unittests" |
| 273 }, | 270 }, |
| 274 { | 271 { |
| 275 "cmd": [ | 272 "cmd": [ |
| 276 "xvfb-run", | 273 "xvfb-run", |
| 277 "-a", | 274 "-a", |
| 278 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 275 "[CWD]/dynamorio/build/bin64/drrun", |
| 279 "-stderr_mask", | 276 "-stderr_mask", |
| 280 "12", | 277 "12", |
| 281 "--", | 278 "--", |
| 282 "../../linux-cr-builder/build/src/out/Release/sql_unittests" | 279 "../../linux-cr-builder/build/src/out/Release/sql_unittests" |
| 283 ], | 280 ], |
| 284 "cwd": "[SLAVE_BUILD]/dynamorio", | 281 "cwd": "[CWD]/dynamorio", |
| 285 "env": { | 282 "env": { |
| 286 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 283 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 287 }, | 284 }, |
| 288 "name": "sql_unittests" | 285 "name": "sql_unittests" |
| 289 }, | 286 }, |
| 290 { | 287 { |
| 291 "cmd": [ | 288 "cmd": [ |
| 292 "xvfb-run", | 289 "xvfb-run", |
| 293 "-a", | 290 "-a", |
| 294 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 291 "[CWD]/dynamorio/build/bin64/drrun", |
| 295 "-stderr_mask", | 292 "-stderr_mask", |
| 296 "12", | 293 "12", |
| 297 "--", | 294 "--", |
| 298 "../../linux-cr-builder/build/src/out/Release/unit_tests" | 295 "../../linux-cr-builder/build/src/out/Release/unit_tests" |
| 299 ], | 296 ], |
| 300 "cwd": "[SLAVE_BUILD]/dynamorio", | 297 "cwd": "[CWD]/dynamorio", |
| 301 "env": { | 298 "env": { |
| 302 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 299 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 303 }, | 300 }, |
| 304 "name": "unit_tests" | 301 "name": "unit_tests" |
| 305 }, | 302 }, |
| 306 { | 303 { |
| 307 "cmd": [ | 304 "cmd": [ |
| 308 "xvfb-run", | 305 "xvfb-run", |
| 309 "-a", | 306 "-a", |
| 310 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun", | 307 "[CWD]/dynamorio/build/bin64/drrun", |
| 311 "-stderr_mask", | 308 "-stderr_mask", |
| 312 "12", | 309 "12", |
| 313 "--", | 310 "--", |
| 314 "../../linux-cr-builder/build/src/out/Release/url_unittests" | 311 "../../linux-cr-builder/build/src/out/Release/url_unittests" |
| 315 ], | 312 ], |
| 316 "cwd": "[SLAVE_BUILD]/dynamorio", | 313 "cwd": "[CWD]/dynamorio", |
| 317 "env": { | 314 "env": { |
| 318 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 315 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 319 }, | 316 }, |
| 320 "name": "url_unittests" | 317 "name": "url_unittests" |
| 321 }, | 318 }, |
| 322 { | 319 { |
| 323 "name": "$result", | 320 "name": "$result", |
| 324 "recipe_result": null, | 321 "recipe_result": null, |
| 325 "status_code": 0 | 322 "status_code": 0 |
| 326 } | 323 } |
| 327 ] | 324 ] |
| OLD | NEW |