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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_drmemory_light.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]\\Win_DrMemory_Light", 7 "[BUILDER_CACHE]\\Win_DrMemory_Light",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 228 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
229 "--pass-build-dir", 229 "--pass-build-dir",
230 "--pass-target", 230 "--pass-target",
231 "--run-shell-script", 231 "--run-shell-script",
232 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 232 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
233 "--test", 233 "--test",
234 "audio_decoder_unittests", 234 "audio_decoder_unittests",
235 "--tool", 235 "--tool",
236 "drmemory_light" 236 "drmemory_light"
237 ], 237 ],
238 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
238 "name": "audio_decoder_unittests" 239 "name": "audio_decoder_unittests"
239 }, 240 },
240 { 241 {
241 "allow_subannotations": true, 242 "allow_subannotations": true,
242 "cmd": [ 243 "cmd": [
243 "python", 244 "python",
244 "-u", 245 "-u",
245 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
246 "--target", 247 "--target",
247 "Debug", 248 "Debug",
(...skipping 10 matching lines...) Expand all
258 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 259 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
259 "--pass-build-dir", 260 "--pass-build-dir",
260 "--pass-target", 261 "--pass-target",
261 "--run-shell-script", 262 "--run-shell-script",
262 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 263 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
263 "--test", 264 "--test",
264 "common_audio_unittests", 265 "common_audio_unittests",
265 "--tool", 266 "--tool",
266 "drmemory_light" 267 "drmemory_light"
267 ], 268 ],
269 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
268 "name": "common_audio_unittests" 270 "name": "common_audio_unittests"
269 }, 271 },
270 { 272 {
271 "allow_subannotations": true, 273 "allow_subannotations": true,
272 "cmd": [ 274 "cmd": [
273 "python", 275 "python",
274 "-u", 276 "-u",
275 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 277 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
276 "--target", 278 "--target",
277 "Debug", 279 "Debug",
(...skipping 10 matching lines...) Expand all
288 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 290 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
289 "--pass-build-dir", 291 "--pass-build-dir",
290 "--pass-target", 292 "--pass-target",
291 "--run-shell-script", 293 "--run-shell-script",
292 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 294 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
293 "--test", 295 "--test",
294 "common_video_unittests", 296 "common_video_unittests",
295 "--tool", 297 "--tool",
296 "drmemory_light" 298 "drmemory_light"
297 ], 299 ],
300 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
298 "name": "common_video_unittests" 301 "name": "common_video_unittests"
299 }, 302 },
300 { 303 {
301 "allow_subannotations": true, 304 "allow_subannotations": true,
302 "cmd": [ 305 "cmd": [
303 "python", 306 "python",
304 "-u", 307 "-u",
305 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 308 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
306 "--target", 309 "--target",
307 "Debug", 310 "Debug",
(...skipping 10 matching lines...) Expand all
318 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 321 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
319 "--pass-build-dir", 322 "--pass-build-dir",
320 "--pass-target", 323 "--pass-target",
321 "--run-shell-script", 324 "--run-shell-script",
322 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 325 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
323 "--test", 326 "--test",
324 "modules_tests", 327 "modules_tests",
325 "--tool", 328 "--tool",
326 "drmemory_light" 329 "drmemory_light"
327 ], 330 ],
331 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
328 "name": "modules_tests" 332 "name": "modules_tests"
329 }, 333 },
330 { 334 {
331 "allow_subannotations": true, 335 "allow_subannotations": true,
332 "cmd": [ 336 "cmd": [
333 "python", 337 "python",
334 "-u", 338 "-u",
335 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 339 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
336 "--target", 340 "--target",
337 "Debug", 341 "Debug",
(...skipping 10 matching lines...) Expand all
348 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 352 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
349 "--pass-build-dir", 353 "--pass-build-dir",
350 "--pass-target", 354 "--pass-target",
351 "--run-shell-script", 355 "--run-shell-script",
352 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 356 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
353 "--test", 357 "--test",
354 "modules_unittests", 358 "modules_unittests",
355 "--tool", 359 "--tool",
356 "drmemory_light" 360 "drmemory_light"
357 ], 361 ],
362 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
358 "name": "modules_unittests" 363 "name": "modules_unittests"
359 }, 364 },
360 { 365 {
361 "allow_subannotations": true, 366 "allow_subannotations": true,
362 "cmd": [ 367 "cmd": [
363 "python", 368 "python",
364 "-u", 369 "-u",
365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 370 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
366 "--target", 371 "--target",
367 "Debug", 372 "Debug",
(...skipping 10 matching lines...) Expand all
378 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 383 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
379 "--pass-build-dir", 384 "--pass-build-dir",
380 "--pass-target", 385 "--pass-target",
381 "--run-shell-script", 386 "--run-shell-script",
382 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 387 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
383 "--test", 388 "--test",
384 "peerconnection_unittests", 389 "peerconnection_unittests",
385 "--tool", 390 "--tool",
386 "drmemory_light" 391 "drmemory_light"
387 ], 392 ],
393 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
388 "name": "peerconnection_unittests" 394 "name": "peerconnection_unittests"
389 }, 395 },
390 { 396 {
391 "allow_subannotations": true, 397 "allow_subannotations": true,
392 "cmd": [ 398 "cmd": [
393 "python", 399 "python",
394 "-u", 400 "-u",
395 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 401 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
396 "--target", 402 "--target",
397 "Debug", 403 "Debug",
(...skipping 10 matching lines...) Expand all
408 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 414 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
409 "--pass-build-dir", 415 "--pass-build-dir",
410 "--pass-target", 416 "--pass-target",
411 "--run-shell-script", 417 "--run-shell-script",
412 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 418 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
413 "--test", 419 "--test",
414 "rtc_media_unittests", 420 "rtc_media_unittests",
415 "--tool", 421 "--tool",
416 "drmemory_light" 422 "drmemory_light"
417 ], 423 ],
424 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
418 "name": "rtc_media_unittests" 425 "name": "rtc_media_unittests"
419 }, 426 },
420 { 427 {
421 "allow_subannotations": true, 428 "allow_subannotations": true,
422 "cmd": [ 429 "cmd": [
423 "python", 430 "python",
424 "-u", 431 "-u",
425 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 432 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
426 "--target", 433 "--target",
427 "Debug", 434 "Debug",
(...skipping 10 matching lines...) Expand all
438 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 445 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
439 "--pass-build-dir", 446 "--pass-build-dir",
440 "--pass-target", 447 "--pass-target",
441 "--run-shell-script", 448 "--run-shell-script",
442 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 449 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
443 "--test", 450 "--test",
444 "rtc_pc_unittests", 451 "rtc_pc_unittests",
445 "--tool", 452 "--tool",
446 "drmemory_light" 453 "drmemory_light"
447 ], 454 ],
455 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
448 "name": "rtc_pc_unittests" 456 "name": "rtc_pc_unittests"
449 }, 457 },
450 { 458 {
451 "allow_subannotations": true, 459 "allow_subannotations": true,
452 "cmd": [ 460 "cmd": [
453 "python", 461 "python",
454 "-u", 462 "-u",
455 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 463 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
456 "--target", 464 "--target",
457 "Debug", 465 "Debug",
(...skipping 10 matching lines...) Expand all
468 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 476 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
469 "--pass-build-dir", 477 "--pass-build-dir",
470 "--pass-target", 478 "--pass-target",
471 "--run-shell-script", 479 "--run-shell-script",
472 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 480 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
473 "--test", 481 "--test",
474 "rtc_unittests", 482 "rtc_unittests",
475 "--tool", 483 "--tool",
476 "drmemory_light" 484 "drmemory_light"
477 ], 485 ],
486 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
478 "name": "rtc_unittests" 487 "name": "rtc_unittests"
479 }, 488 },
480 { 489 {
481 "allow_subannotations": true, 490 "allow_subannotations": true,
482 "cmd": [ 491 "cmd": [
483 "python", 492 "python",
484 "-u", 493 "-u",
485 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 494 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
486 "--target", 495 "--target",
487 "Debug", 496 "Debug",
(...skipping 10 matching lines...) Expand all
498 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 507 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
499 "--pass-build-dir", 508 "--pass-build-dir",
500 "--pass-target", 509 "--pass-target",
501 "--run-shell-script", 510 "--run-shell-script",
502 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 511 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
503 "--test", 512 "--test",
504 "system_wrappers_unittests", 513 "system_wrappers_unittests",
505 "--tool", 514 "--tool",
506 "drmemory_light" 515 "drmemory_light"
507 ], 516 ],
517 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
508 "name": "system_wrappers_unittests" 518 "name": "system_wrappers_unittests"
509 }, 519 },
510 { 520 {
511 "allow_subannotations": true, 521 "allow_subannotations": true,
512 "cmd": [ 522 "cmd": [
513 "python", 523 "python",
514 "-u", 524 "-u",
515 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 525 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
516 "--target", 526 "--target",
517 "Debug", 527 "Debug",
(...skipping 10 matching lines...) Expand all
528 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 538 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
529 "--pass-build-dir", 539 "--pass-build-dir",
530 "--pass-target", 540 "--pass-target",
531 "--run-shell-script", 541 "--run-shell-script",
532 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 542 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
533 "--test", 543 "--test",
534 "test_support_unittests", 544 "test_support_unittests",
535 "--tool", 545 "--tool",
536 "drmemory_light" 546 "drmemory_light"
537 ], 547 ],
548 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
538 "name": "test_support_unittests" 549 "name": "test_support_unittests"
539 }, 550 },
540 { 551 {
541 "allow_subannotations": true, 552 "allow_subannotations": true,
542 "cmd": [ 553 "cmd": [
543 "python", 554 "python",
544 "-u", 555 "-u",
545 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 556 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
546 "--target", 557 "--target",
547 "Debug", 558 "Debug",
(...skipping 10 matching lines...) Expand all
558 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 569 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
559 "--pass-build-dir", 570 "--pass-build-dir",
560 "--pass-target", 571 "--pass-target",
561 "--run-shell-script", 572 "--run-shell-script",
562 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 573 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
563 "--test", 574 "--test",
564 "tools_unittests", 575 "tools_unittests",
565 "--tool", 576 "--tool",
566 "drmemory_light" 577 "drmemory_light"
567 ], 578 ],
579 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
568 "name": "tools_unittests" 580 "name": "tools_unittests"
569 }, 581 },
570 { 582 {
571 "allow_subannotations": true, 583 "allow_subannotations": true,
572 "cmd": [ 584 "cmd": [
573 "python", 585 "python",
574 "-u", 586 "-u",
575 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 587 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
576 "--target", 588 "--target",
577 "Debug", 589 "Debug",
(...skipping 10 matching lines...) Expand all
588 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 600 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
589 "--pass-build-dir", 601 "--pass-build-dir",
590 "--pass-target", 602 "--pass-target",
591 "--run-shell-script", 603 "--run-shell-script",
592 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 604 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
593 "--test", 605 "--test",
594 "video_engine_tests", 606 "video_engine_tests",
595 "--tool", 607 "--tool",
596 "drmemory_light" 608 "drmemory_light"
597 ], 609 ],
610 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
598 "name": "video_engine_tests" 611 "name": "video_engine_tests"
599 }, 612 },
600 { 613 {
601 "allow_subannotations": true, 614 "allow_subannotations": true,
602 "cmd": [ 615 "cmd": [
603 "python", 616 "python",
604 "-u", 617 "-u",
605 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 618 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
606 "--target", 619 "--target",
607 "Debug", 620 "Debug",
(...skipping 10 matching lines...) Expand all
618 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 631 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
619 "--pass-build-dir", 632 "--pass-build-dir",
620 "--pass-target", 633 "--pass-target",
621 "--run-shell-script", 634 "--run-shell-script",
622 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 635 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
623 "--test", 636 "--test",
624 "voice_engine_unittests", 637 "voice_engine_unittests",
625 "--tool", 638 "--tool",
626 "drmemory_light" 639 "drmemory_light"
627 ], 640 ],
641 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
628 "name": "voice_engine_unittests" 642 "name": "voice_engine_unittests"
629 }, 643 },
630 { 644 {
631 "allow_subannotations": true, 645 "allow_subannotations": true,
632 "cmd": [ 646 "cmd": [
633 "python", 647 "python",
634 "-u", 648 "-u",
635 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 649 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
636 "--target", 650 "--target",
637 "Debug", 651 "Debug",
(...skipping 10 matching lines...) Expand all
648 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 662 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
649 "--pass-build-dir", 663 "--pass-build-dir",
650 "--pass-target", 664 "--pass-target",
651 "--run-shell-script", 665 "--run-shell-script",
652 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 666 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
653 "--test", 667 "--test",
654 "xmllite_xmpp_unittests", 668 "xmllite_xmpp_unittests",
655 "--tool", 669 "--tool",
656 "drmemory_light" 670 "drmemory_light"
657 ], 671 ],
672 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
658 "name": "xmllite_xmpp_unittests" 673 "name": "xmllite_xmpp_unittests"
659 }, 674 },
660 { 675 {
661 "allow_subannotations": true, 676 "allow_subannotations": true,
662 "cmd": [ 677 "cmd": [
663 "python", 678 "python",
664 "-u", 679 "-u",
665 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 680 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
666 "--target", 681 "--target",
667 "Debug", 682 "Debug",
(...skipping 10 matching lines...) Expand all
678 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 693 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
679 "--pass-build-dir", 694 "--pass-build-dir",
680 "--pass-target", 695 "--pass-target",
681 "--run-shell-script", 696 "--run-shell-script",
682 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat", 697 "[BUILDER_CACHE]\\Win_DrMemory_Light\\src\\tools\\valgrind-webrtc\\webrtc_ tests.bat",
683 "--test", 698 "--test",
684 "webrtc_nonparallel_tests", 699 "webrtc_nonparallel_tests",
685 "--tool", 700 "--tool",
686 "drmemory_light" 701 "drmemory_light"
687 ], 702 ],
703 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light",
688 "name": "webrtc_nonparallel_tests" 704 "name": "webrtc_nonparallel_tests"
689 }, 705 },
690 { 706 {
691 "name": "$result", 707 "name": "$result",
692 "recipe_result": null, 708 "recipe_result": null,
693 "status_code": 0 709 "status_code": 0
694 } 710 }
695 ] 711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698