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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json

Issue 2229013002: webrtc: use correct cwd for running tests (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\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", 6 "\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",
7 "[BUILDER_CACHE]/Linux32_Debug", 7 "[BUILDER_CACHE]/Linux32_Debug",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "--step-name=audio_decoder_unittests", 247 "--step-name=audio_decoder_unittests",
248 "--builder-name=Linux32 Debug", 248 "--builder-name=Linux32 Debug",
249 "--slave-name=slavename", 249 "--slave-name=slavename",
250 "--build-number=1337", 250 "--build-number=1337",
251 "--run-python-script", 251 "--run-python-script",
252 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 252 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
253 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 253 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
254 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/audio_decoder_unittests", 254 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/audio_decoder_unittests",
255 "--" 255 "--"
256 ], 256 ],
257 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
257 "name": "audio_decoder_unittests" 258 "name": "audio_decoder_unittests"
258 }, 259 },
259 { 260 {
260 "cmd": [ 261 "cmd": [
261 "python", 262 "python",
262 "-u", 263 "-u",
263 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
264 "--target", 265 "--target",
265 "Debug", 266 "Debug",
266 "--xvfb", 267 "--xvfb",
267 "--factory-properties", 268 "--factory-properties",
268 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 269 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
269 "--build-properties", 270 "--build-properties",
270 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 271 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
271 "--test-type=common_audio_unittests", 272 "--test-type=common_audio_unittests",
272 "--step-name=common_audio_unittests", 273 "--step-name=common_audio_unittests",
273 "--builder-name=Linux32 Debug", 274 "--builder-name=Linux32 Debug",
274 "--slave-name=slavename", 275 "--slave-name=slavename",
275 "--build-number=1337", 276 "--build-number=1337",
276 "--run-python-script", 277 "--run-python-script",
277 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 278 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
278 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 279 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
279 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_audio_unittests", 280 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_audio_unittests",
280 "--" 281 "--"
281 ], 282 ],
283 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
282 "name": "common_audio_unittests" 284 "name": "common_audio_unittests"
283 }, 285 },
284 { 286 {
285 "cmd": [ 287 "cmd": [
286 "python", 288 "python",
287 "-u", 289 "-u",
288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
289 "--target", 291 "--target",
290 "Debug", 292 "Debug",
291 "--xvfb", 293 "--xvfb",
292 "--factory-properties", 294 "--factory-properties",
293 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 295 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
294 "--build-properties", 296 "--build-properties",
295 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 297 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
296 "--test-type=common_video_unittests", 298 "--test-type=common_video_unittests",
297 "--step-name=common_video_unittests", 299 "--step-name=common_video_unittests",
298 "--builder-name=Linux32 Debug", 300 "--builder-name=Linux32 Debug",
299 "--slave-name=slavename", 301 "--slave-name=slavename",
300 "--build-number=1337", 302 "--build-number=1337",
301 "--run-python-script", 303 "--run-python-script",
302 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 304 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
303 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 305 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
304 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_video_unittests", 306 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_video_unittests",
305 "--" 307 "--"
306 ], 308 ],
309 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
307 "name": "common_video_unittests" 310 "name": "common_video_unittests"
308 }, 311 },
309 { 312 {
310 "cmd": [ 313 "cmd": [
311 "python", 314 "python",
312 "-u", 315 "-u",
313 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 316 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
314 "--target", 317 "--target",
315 "Debug", 318 "Debug",
316 "--xvfb", 319 "--xvfb",
317 "--factory-properties", 320 "--factory-properties",
318 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 321 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
319 "--build-properties", 322 "--build-properties",
320 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 323 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
321 "--test-type=modules_tests", 324 "--test-type=modules_tests",
322 "--step-name=modules_tests", 325 "--step-name=modules_tests",
323 "--builder-name=Linux32 Debug", 326 "--builder-name=Linux32 Debug",
324 "--slave-name=slavename", 327 "--slave-name=slavename",
325 "--build-number=1337", 328 "--build-number=1337",
326 "--run-python-script", 329 "--run-python-script",
327 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 330 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
328 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 331 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
329 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_tests", 332 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_tests",
330 "--" 333 "--"
331 ], 334 ],
335 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
332 "name": "modules_tests" 336 "name": "modules_tests"
333 }, 337 },
334 { 338 {
335 "cmd": [ 339 "cmd": [
336 "python", 340 "python",
337 "-u", 341 "-u",
338 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 342 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
339 "--target", 343 "--target",
340 "Debug", 344 "Debug",
341 "--xvfb", 345 "--xvfb",
342 "--factory-properties", 346 "--factory-properties",
343 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 347 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
344 "--build-properties", 348 "--build-properties",
345 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 349 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
346 "--test-type=modules_unittests", 350 "--test-type=modules_unittests",
347 "--step-name=modules_unittests", 351 "--step-name=modules_unittests",
348 "--builder-name=Linux32 Debug", 352 "--builder-name=Linux32 Debug",
349 "--slave-name=slavename", 353 "--slave-name=slavename",
350 "--build-number=1337", 354 "--build-number=1337",
351 "--run-python-script", 355 "--run-python-script",
352 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 356 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
353 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 357 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
354 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_unittests", 358 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_unittests",
355 "--" 359 "--"
356 ], 360 ],
361 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
357 "name": "modules_unittests" 362 "name": "modules_unittests"
358 }, 363 },
359 { 364 {
360 "cmd": [ 365 "cmd": [
361 "python", 366 "python",
362 "-u", 367 "-u",
363 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
364 "--target", 369 "--target",
365 "Debug", 370 "Debug",
366 "--xvfb", 371 "--xvfb",
367 "--factory-properties", 372 "--factory-properties",
368 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 373 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
369 "--build-properties", 374 "--build-properties",
370 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 375 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
371 "--test-type=peerconnection_unittests", 376 "--test-type=peerconnection_unittests",
372 "--step-name=peerconnection_unittests", 377 "--step-name=peerconnection_unittests",
373 "--builder-name=Linux32 Debug", 378 "--builder-name=Linux32 Debug",
374 "--slave-name=slavename", 379 "--slave-name=slavename",
375 "--build-number=1337", 380 "--build-number=1337",
376 "--run-python-script", 381 "--run-python-script",
377 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 382 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
378 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 383 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
379 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/peerconnection_unittests", 384 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/peerconnection_unittests",
380 "--" 385 "--"
381 ], 386 ],
387 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
382 "name": "peerconnection_unittests" 388 "name": "peerconnection_unittests"
383 }, 389 },
384 { 390 {
385 "cmd": [ 391 "cmd": [
386 "python", 392 "python",
387 "-u", 393 "-u",
388 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 394 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
389 "--target", 395 "--target",
390 "Debug", 396 "Debug",
391 "--xvfb", 397 "--xvfb",
392 "--factory-properties", 398 "--factory-properties",
393 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 399 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
394 "--build-properties", 400 "--build-properties",
395 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 401 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
396 "--test-type=rtc_media_unittests", 402 "--test-type=rtc_media_unittests",
397 "--step-name=rtc_media_unittests", 403 "--step-name=rtc_media_unittests",
398 "--builder-name=Linux32 Debug", 404 "--builder-name=Linux32 Debug",
399 "--slave-name=slavename", 405 "--slave-name=slavename",
400 "--build-number=1337", 406 "--build-number=1337",
401 "--run-python-script", 407 "--run-python-script",
402 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 408 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
403 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 409 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
404 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_media_unittests", 410 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_media_unittests",
405 "--" 411 "--"
406 ], 412 ],
413 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
407 "name": "rtc_media_unittests" 414 "name": "rtc_media_unittests"
408 }, 415 },
409 { 416 {
410 "cmd": [ 417 "cmd": [
411 "python", 418 "python",
412 "-u", 419 "-u",
413 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 420 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
414 "--target", 421 "--target",
415 "Debug", 422 "Debug",
416 "--xvfb", 423 "--xvfb",
417 "--factory-properties", 424 "--factory-properties",
418 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 425 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
419 "--build-properties", 426 "--build-properties",
420 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 427 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
421 "--test-type=rtc_pc_unittests", 428 "--test-type=rtc_pc_unittests",
422 "--step-name=rtc_pc_unittests", 429 "--step-name=rtc_pc_unittests",
423 "--builder-name=Linux32 Debug", 430 "--builder-name=Linux32 Debug",
424 "--slave-name=slavename", 431 "--slave-name=slavename",
425 "--build-number=1337", 432 "--build-number=1337",
426 "--run-python-script", 433 "--run-python-script",
427 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 434 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
428 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 435 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
429 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_pc_unittests", 436 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_pc_unittests",
430 "--" 437 "--"
431 ], 438 ],
439 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
432 "name": "rtc_pc_unittests" 440 "name": "rtc_pc_unittests"
433 }, 441 },
434 { 442 {
435 "cmd": [ 443 "cmd": [
436 "python", 444 "python",
437 "-u", 445 "-u",
438 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 446 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
439 "--target", 447 "--target",
440 "Debug", 448 "Debug",
441 "--xvfb", 449 "--xvfb",
442 "--factory-properties", 450 "--factory-properties",
443 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 451 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
444 "--build-properties", 452 "--build-properties",
445 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 453 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
446 "--test-type=rtc_unittests", 454 "--test-type=rtc_unittests",
447 "--step-name=rtc_unittests", 455 "--step-name=rtc_unittests",
448 "--builder-name=Linux32 Debug", 456 "--builder-name=Linux32 Debug",
449 "--slave-name=slavename", 457 "--slave-name=slavename",
450 "--build-number=1337", 458 "--build-number=1337",
451 "--run-python-script", 459 "--run-python-script",
452 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 460 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
453 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 461 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
454 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_unittests", 462 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_unittests",
455 "--" 463 "--"
456 ], 464 ],
465 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
457 "name": "rtc_unittests" 466 "name": "rtc_unittests"
458 }, 467 },
459 { 468 {
460 "cmd": [ 469 "cmd": [
461 "python", 470 "python",
462 "-u", 471 "-u",
463 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 472 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
464 "--target", 473 "--target",
465 "Debug", 474 "Debug",
466 "--xvfb", 475 "--xvfb",
467 "--factory-properties", 476 "--factory-properties",
468 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 477 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
469 "--build-properties", 478 "--build-properties",
470 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 479 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
471 "--test-type=system_wrappers_unittests", 480 "--test-type=system_wrappers_unittests",
472 "--step-name=system_wrappers_unittests", 481 "--step-name=system_wrappers_unittests",
473 "--builder-name=Linux32 Debug", 482 "--builder-name=Linux32 Debug",
474 "--slave-name=slavename", 483 "--slave-name=slavename",
475 "--build-number=1337", 484 "--build-number=1337",
476 "--run-python-script", 485 "--run-python-script",
477 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 486 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
478 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 487 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
479 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/system_wrappers_unittests", 488 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/system_wrappers_unittests",
480 "--" 489 "--"
481 ], 490 ],
491 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
482 "name": "system_wrappers_unittests" 492 "name": "system_wrappers_unittests"
483 }, 493 },
484 { 494 {
485 "cmd": [ 495 "cmd": [
486 "python", 496 "python",
487 "-u", 497 "-u",
488 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 498 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
489 "--target", 499 "--target",
490 "Debug", 500 "Debug",
491 "--xvfb", 501 "--xvfb",
492 "--factory-properties", 502 "--factory-properties",
493 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 503 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
494 "--build-properties", 504 "--build-properties",
495 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 505 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
496 "--test-type=test_support_unittests", 506 "--test-type=test_support_unittests",
497 "--step-name=test_support_unittests", 507 "--step-name=test_support_unittests",
498 "--builder-name=Linux32 Debug", 508 "--builder-name=Linux32 Debug",
499 "--slave-name=slavename", 509 "--slave-name=slavename",
500 "--build-number=1337", 510 "--build-number=1337",
501 "--run-python-script", 511 "--run-python-script",
502 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 512 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
503 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 513 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
504 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/test_support_unittests", 514 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/test_support_unittests",
505 "--" 515 "--"
506 ], 516 ],
517 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
507 "name": "test_support_unittests" 518 "name": "test_support_unittests"
508 }, 519 },
509 { 520 {
510 "cmd": [ 521 "cmd": [
511 "python", 522 "python",
512 "-u", 523 "-u",
513 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 524 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
514 "--target", 525 "--target",
515 "Debug", 526 "Debug",
516 "--xvfb", 527 "--xvfb",
517 "--factory-properties", 528 "--factory-properties",
518 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 529 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
519 "--build-properties", 530 "--build-properties",
520 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 531 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
521 "--test-type=tools_unittests", 532 "--test-type=tools_unittests",
522 "--step-name=tools_unittests", 533 "--step-name=tools_unittests",
523 "--builder-name=Linux32 Debug", 534 "--builder-name=Linux32 Debug",
524 "--slave-name=slavename", 535 "--slave-name=slavename",
525 "--build-number=1337", 536 "--build-number=1337",
526 "--run-python-script", 537 "--run-python-script",
527 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 538 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
528 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 539 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
529 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/tools_unittests", 540 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/tools_unittests",
530 "--" 541 "--"
531 ], 542 ],
543 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
532 "name": "tools_unittests" 544 "name": "tools_unittests"
533 }, 545 },
534 { 546 {
535 "cmd": [ 547 "cmd": [
536 "python", 548 "python",
537 "-u", 549 "-u",
538 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 550 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
539 "--target", 551 "--target",
540 "Debug", 552 "Debug",
541 "--xvfb", 553 "--xvfb",
542 "--factory-properties", 554 "--factory-properties",
543 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 555 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
544 "--build-properties", 556 "--build-properties",
545 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 557 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
546 "--test-type=video_engine_tests", 558 "--test-type=video_engine_tests",
547 "--step-name=video_engine_tests", 559 "--step-name=video_engine_tests",
548 "--builder-name=Linux32 Debug", 560 "--builder-name=Linux32 Debug",
549 "--slave-name=slavename", 561 "--slave-name=slavename",
550 "--build-number=1337", 562 "--build-number=1337",
551 "--run-python-script", 563 "--run-python-script",
552 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 564 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
553 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 565 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
554 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/video_engine_tests", 566 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/video_engine_tests",
555 "--" 567 "--"
556 ], 568 ],
569 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
557 "name": "video_engine_tests" 570 "name": "video_engine_tests"
558 }, 571 },
559 { 572 {
560 "cmd": [ 573 "cmd": [
561 "python", 574 "python",
562 "-u", 575 "-u",
563 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 576 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
564 "--target", 577 "--target",
565 "Debug", 578 "Debug",
566 "--xvfb", 579 "--xvfb",
567 "--factory-properties", 580 "--factory-properties",
568 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 581 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
569 "--build-properties", 582 "--build-properties",
570 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 583 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
571 "--test-type=voice_engine_unittests", 584 "--test-type=voice_engine_unittests",
572 "--step-name=voice_engine_unittests", 585 "--step-name=voice_engine_unittests",
573 "--builder-name=Linux32 Debug", 586 "--builder-name=Linux32 Debug",
574 "--slave-name=slavename", 587 "--slave-name=slavename",
575 "--build-number=1337", 588 "--build-number=1337",
576 "--run-python-script", 589 "--run-python-script",
577 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 590 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
578 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 591 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
579 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/voice_engine_unittests", 592 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/voice_engine_unittests",
580 "--" 593 "--"
581 ], 594 ],
595 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
582 "name": "voice_engine_unittests" 596 "name": "voice_engine_unittests"
583 }, 597 },
584 { 598 {
585 "cmd": [ 599 "cmd": [
586 "python", 600 "python",
587 "-u", 601 "-u",
588 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 602 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
589 "--target", 603 "--target",
590 "Debug", 604 "Debug",
591 "--xvfb", 605 "--xvfb",
592 "--factory-properties", 606 "--factory-properties",
593 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 607 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
594 "--build-properties", 608 "--build-properties",
595 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 609 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
596 "--test-type=xmllite_xmpp_unittests", 610 "--test-type=xmllite_xmpp_unittests",
597 "--step-name=xmllite_xmpp_unittests", 611 "--step-name=xmllite_xmpp_unittests",
598 "--builder-name=Linux32 Debug", 612 "--builder-name=Linux32 Debug",
599 "--slave-name=slavename", 613 "--slave-name=slavename",
600 "--build-number=1337", 614 "--build-number=1337",
601 "--run-python-script", 615 "--run-python-script",
602 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 616 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
603 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 617 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
604 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/xmllite_xmpp_unittests", 618 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/xmllite_xmpp_unittests",
605 "--" 619 "--"
606 ], 620 ],
621 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
607 "name": "xmllite_xmpp_unittests" 622 "name": "xmllite_xmpp_unittests"
608 }, 623 },
609 { 624 {
610 "allow_subannotations": true, 625 "allow_subannotations": true,
611 "cmd": [ 626 "cmd": [
612 "python", 627 "python",
613 "-u", 628 "-u",
614 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 629 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
615 "--target", 630 "--target",
616 "Debug", 631 "Debug",
617 "--xvfb", 632 "--xvfb",
618 "--factory-properties", 633 "--factory-properties",
619 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 634 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
620 "--build-properties", 635 "--build-properties",
621 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 636 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
622 "--annotate=gtest", 637 "--annotate=gtest",
623 "--test-type=webrtc_nonparallel_tests", 638 "--test-type=webrtc_nonparallel_tests",
624 "--step-name=webrtc_nonparallel_tests", 639 "--step-name=webrtc_nonparallel_tests",
625 "--generate-json-file", 640 "--generate-json-file",
626 "-o", 641 "-o",
627 "gtest-results/webrtc_nonparallel_tests", 642 "gtest-results/webrtc_nonparallel_tests",
628 "--builder-name=Linux32 Debug", 643 "--builder-name=Linux32 Debug",
629 "--slave-name=slavename", 644 "--slave-name=slavename",
630 "--build-number=1337", 645 "--build-number=1337",
631 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 646 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
632 "webrtc_nonparallel_tests" 647 "webrtc_nonparallel_tests"
633 ], 648 ],
649 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
634 "name": "webrtc_nonparallel_tests" 650 "name": "webrtc_nonparallel_tests"
635 }, 651 },
636 { 652 {
637 "name": "$result", 653 "name": "$result",
638 "recipe_result": null, 654 "recipe_result": null,
639 "status_code": 0 655 "status_code": 0
640 } 656 }
641 ] 657 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698