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

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

Issue 1904493004: Reland #4 of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 "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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_dbg", 10 "android_dbg",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "--blacklist-file", 339 "--blacklist-file",
340 "[SLAVE_BUILD]/src/out/bad_devices.json" 340 "[SLAVE_BUILD]/src/out/bad_devices.json"
341 ], 341 ],
342 "cwd": "[SLAVE_BUILD]", 342 "cwd": "[SLAVE_BUILD]",
343 "name": "spawn_device_monitor" 343 "name": "spawn_device_monitor"
344 }, 344 },
345 { 345 {
346 "cmd": [ 346 "cmd": [
347 "python", 347 "python",
348 "-u", 348 "-u",
349 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 349 "[SLAVE_BUILD]/src/out/Debug/bin/run_audio_decoder_unittests",
350 "gtest",
351 "-s",
352 "audio_decoder_unittests",
353 "--blacklist-file", 350 "--blacklist-file",
354 "[SLAVE_BUILD]/src/out/bad_devices.json", 351 "[SLAVE_BUILD]/src/out/bad_devices.json",
355 "--verbose", 352 "--verbose",
356 "-t", 353 "-t",
357 "900" 354 "900"
358 ], 355 ],
359 "cwd": "[SLAVE_BUILD]", 356 "cwd": "[SLAVE_BUILD]",
360 "env": { 357 "env": {
361 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
362 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 358 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
363 }, 359 },
364 "name": "audio_decoder_unittests" 360 "name": "audio_decoder_unittests"
365 }, 361 },
366 { 362 {
367 "cmd": [ 363 "cmd": [
368 "python", 364 "python",
369 "-u", 365 "-u",
370 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 366 "[SLAVE_BUILD]/src/out/Debug/bin/run_common_audio_unittests",
371 "gtest",
372 "-s",
373 "common_audio_unittests",
374 "--blacklist-file", 367 "--blacklist-file",
375 "[SLAVE_BUILD]/src/out/bad_devices.json", 368 "[SLAVE_BUILD]/src/out/bad_devices.json",
376 "--verbose", 369 "--verbose",
377 "-t", 370 "-t",
378 "900" 371 "900"
379 ], 372 ],
380 "cwd": "[SLAVE_BUILD]", 373 "cwd": "[SLAVE_BUILD]",
381 "env": { 374 "env": {
382 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
383 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 375 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
384 }, 376 },
385 "name": "common_audio_unittests" 377 "name": "common_audio_unittests"
386 }, 378 },
387 { 379 {
388 "cmd": [ 380 "cmd": [
389 "python", 381 "python",
390 "-u", 382 "-u",
391 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 383 "[SLAVE_BUILD]/src/out/Debug/bin/run_common_video_unittests",
392 "gtest",
393 "-s",
394 "common_video_unittests",
395 "--blacklist-file", 384 "--blacklist-file",
396 "[SLAVE_BUILD]/src/out/bad_devices.json", 385 "[SLAVE_BUILD]/src/out/bad_devices.json",
397 "--verbose", 386 "--verbose",
398 "-t", 387 "-t",
399 "900" 388 "900"
400 ], 389 ],
401 "cwd": "[SLAVE_BUILD]", 390 "cwd": "[SLAVE_BUILD]",
402 "env": { 391 "env": {
403 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
404 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 392 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
405 }, 393 },
406 "name": "common_video_unittests" 394 "name": "common_video_unittests"
407 }, 395 },
408 { 396 {
409 "cmd": [ 397 "cmd": [
410 "python", 398 "python",
411 "-u", 399 "-u",
412 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 400 "[SLAVE_BUILD]/src/out/Debug/bin/run_modules_tests",
413 "gtest",
414 "-s",
415 "modules_tests",
416 "--blacklist-file", 401 "--blacklist-file",
417 "[SLAVE_BUILD]/src/out/bad_devices.json", 402 "[SLAVE_BUILD]/src/out/bad_devices.json",
418 "--verbose", 403 "--verbose",
419 "-t", 404 "-t",
420 "900" 405 "900"
421 ], 406 ],
422 "cwd": "[SLAVE_BUILD]", 407 "cwd": "[SLAVE_BUILD]",
423 "env": { 408 "env": {
424 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
425 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 409 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
426 }, 410 },
427 "name": "modules_tests" 411 "name": "modules_tests"
428 }, 412 },
429 { 413 {
430 "cmd": [ 414 "cmd": [
431 "python", 415 "python",
432 "-u", 416 "-u",
433 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 417 "[SLAVE_BUILD]/src/out/Debug/bin/run_modules_unittests",
434 "gtest",
435 "-s",
436 "modules_unittests",
437 "--blacklist-file", 418 "--blacklist-file",
438 "[SLAVE_BUILD]/src/out/bad_devices.json", 419 "[SLAVE_BUILD]/src/out/bad_devices.json",
439 "--verbose", 420 "--verbose",
440 "-t", 421 "-t",
441 "900" 422 "900"
442 ], 423 ],
443 "cwd": "[SLAVE_BUILD]", 424 "cwd": "[SLAVE_BUILD]",
444 "env": { 425 "env": {
445 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
446 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 426 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
447 }, 427 },
448 "name": "modules_unittests" 428 "name": "modules_unittests"
449 }, 429 },
450 { 430 {
451 "cmd": [ 431 "cmd": [
452 "python", 432 "python",
453 "-u", 433 "-u",
454 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 434 "[SLAVE_BUILD]/src/out/Debug/bin/run_peerconnection_unittests",
455 "gtest",
456 "-s",
457 "peerconnection_unittests",
458 "--blacklist-file", 435 "--blacklist-file",
459 "[SLAVE_BUILD]/src/out/bad_devices.json", 436 "[SLAVE_BUILD]/src/out/bad_devices.json",
460 "--verbose", 437 "--verbose",
461 "-t", 438 "-t",
462 "900" 439 "900"
463 ], 440 ],
464 "cwd": "[SLAVE_BUILD]", 441 "cwd": "[SLAVE_BUILD]",
465 "env": { 442 "env": {
466 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
467 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 443 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
468 }, 444 },
469 "name": "peerconnection_unittests" 445 "name": "peerconnection_unittests"
470 }, 446 },
471 { 447 {
472 "cmd": [ 448 "cmd": [
473 "python", 449 "python",
474 "-u", 450 "-u",
475 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 451 "[SLAVE_BUILD]/src/out/Debug/bin/run_system_wrappers_unittests",
476 "gtest",
477 "-s",
478 "system_wrappers_unittests",
479 "--blacklist-file", 452 "--blacklist-file",
480 "[SLAVE_BUILD]/src/out/bad_devices.json", 453 "[SLAVE_BUILD]/src/out/bad_devices.json",
481 "--verbose", 454 "--verbose",
482 "-t", 455 "-t",
483 "900" 456 "900"
484 ], 457 ],
485 "cwd": "[SLAVE_BUILD]", 458 "cwd": "[SLAVE_BUILD]",
486 "env": { 459 "env": {
487 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
488 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 460 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
489 }, 461 },
490 "name": "system_wrappers_unittests" 462 "name": "system_wrappers_unittests"
491 }, 463 },
492 { 464 {
493 "cmd": [ 465 "cmd": [
494 "python", 466 "python",
495 "-u", 467 "-u",
496 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 468 "[SLAVE_BUILD]/src/out/Debug/bin/run_test_support_unittests",
497 "gtest",
498 "-s",
499 "test_support_unittests",
500 "--blacklist-file", 469 "--blacklist-file",
501 "[SLAVE_BUILD]/src/out/bad_devices.json", 470 "[SLAVE_BUILD]/src/out/bad_devices.json",
502 "--verbose", 471 "--verbose",
503 "-t", 472 "-t",
504 "900" 473 "900"
505 ], 474 ],
506 "cwd": "[SLAVE_BUILD]", 475 "cwd": "[SLAVE_BUILD]",
507 "env": { 476 "env": {
508 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
509 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 477 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
510 }, 478 },
511 "name": "test_support_unittests" 479 "name": "test_support_unittests"
512 }, 480 },
513 { 481 {
514 "cmd": [ 482 "cmd": [
515 "python", 483 "python",
516 "-u", 484 "-u",
517 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 485 "[SLAVE_BUILD]/src/out/Debug/bin/run_tools_unittests",
518 "gtest",
519 "-s",
520 "tools_unittests",
521 "--blacklist-file", 486 "--blacklist-file",
522 "[SLAVE_BUILD]/src/out/bad_devices.json", 487 "[SLAVE_BUILD]/src/out/bad_devices.json",
523 "--verbose", 488 "--verbose",
524 "-t", 489 "-t",
525 "900" 490 "900"
526 ], 491 ],
527 "cwd": "[SLAVE_BUILD]", 492 "cwd": "[SLAVE_BUILD]",
528 "env": { 493 "env": {
529 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
530 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 494 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
531 }, 495 },
532 "name": "tools_unittests" 496 "name": "tools_unittests"
533 }, 497 },
534 { 498 {
535 "cmd": [ 499 "cmd": [
536 "python", 500 "python",
537 "-u", 501 "-u",
538 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 502 "[SLAVE_BUILD]/src/out/Debug/bin/run_video_engine_tests",
539 "gtest",
540 "-s",
541 "video_engine_tests",
542 "--blacklist-file", 503 "--blacklist-file",
543 "[SLAVE_BUILD]/src/out/bad_devices.json", 504 "[SLAVE_BUILD]/src/out/bad_devices.json",
544 "--verbose", 505 "--verbose",
545 "-t", 506 "-t",
546 "900" 507 "900"
547 ], 508 ],
548 "cwd": "[SLAVE_BUILD]", 509 "cwd": "[SLAVE_BUILD]",
549 "env": { 510 "env": {
550 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
551 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 511 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
552 }, 512 },
553 "name": "video_engine_tests" 513 "name": "video_engine_tests"
554 }, 514 },
555 { 515 {
556 "cmd": [ 516 "cmd": [
557 "python", 517 "python",
558 "-u", 518 "-u",
559 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 519 "[SLAVE_BUILD]/src/out/Debug/bin/run_voice_engine_unittests",
560 "gtest",
561 "-s",
562 "voice_engine_unittests",
563 "--blacklist-file", 520 "--blacklist-file",
564 "[SLAVE_BUILD]/src/out/bad_devices.json", 521 "[SLAVE_BUILD]/src/out/bad_devices.json",
565 "--verbose", 522 "--verbose",
566 "-t", 523 "-t",
567 "900" 524 "900"
568 ], 525 ],
569 "cwd": "[SLAVE_BUILD]", 526 "cwd": "[SLAVE_BUILD]",
570 "env": { 527 "env": {
571 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
572 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
573 }, 529 },
574 "name": "voice_engine_unittests" 530 "name": "voice_engine_unittests"
575 }, 531 },
576 { 532 {
577 "cmd": [ 533 "cmd": [
578 "python", 534 "python",
579 "-u", 535 "-u",
580 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 536 "[SLAVE_BUILD]/src/out/Debug/bin/run_webrtc_nonparallel_tests",
581 "gtest",
582 "-s",
583 "webrtc_nonparallel_tests",
584 "--blacklist-file", 537 "--blacklist-file",
585 "[SLAVE_BUILD]/src/out/bad_devices.json", 538 "[SLAVE_BUILD]/src/out/bad_devices.json",
586 "--verbose", 539 "--verbose",
587 "-t", 540 "-t",
588 "900" 541 "900"
589 ], 542 ],
590 "cwd": "[SLAVE_BUILD]", 543 "cwd": "[SLAVE_BUILD]",
591 "env": { 544 "env": {
592 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
593 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 545 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
594 }, 546 },
595 "name": "webrtc_nonparallel_tests" 547 "name": "webrtc_nonparallel_tests"
596 }, 548 },
597 { 549 {
598 "cmd": [ 550 "cmd": [
599 "python", 551 "python",
600 "-u", 552 "-u",
601 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 553 "[SLAVE_BUILD]/src/out/Debug/bin/run_webrtc_perf_tests",
602 "gtest",
603 "-s",
604 "webrtc_perf_tests",
605 "--blacklist-file", 554 "--blacklist-file",
606 "[SLAVE_BUILD]/src/out/bad_devices.json", 555 "[SLAVE_BUILD]/src/out/bad_devices.json",
607 "--verbose", 556 "--verbose",
608 "-t", 557 "-t",
609 "2700" 558 "2700"
610 ], 559 ],
611 "cwd": "[SLAVE_BUILD]", 560 "cwd": "[SLAVE_BUILD]",
612 "env": { 561 "env": {
613 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
614 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 562 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
615 }, 563 },
616 "name": "webrtc_perf_tests" 564 "name": "webrtc_perf_tests"
617 }, 565 },
618 { 566 {
619 "cmd": [ 567 "cmd": [
620 "python", 568 "python",
621 "-u", 569 "-u",
622 "[SLAVE_BUILD]/src/out/Debug/bin/run_AppRTCDemoTest", 570 "[SLAVE_BUILD]/src/out/Debug/bin/run_AppRTCDemoTest",
623 "--blacklist-file", 571 "--blacklist-file",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 684 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
737 "@@@STEP_LOG_END@python.inline@@@" 685 "@@@STEP_LOG_END@python.inline@@@"
738 ] 686 ]
739 }, 687 },
740 { 688 {
741 "name": "$result", 689 "name": "$result",
742 "recipe_result": null, 690 "recipe_result": null,
743 "status_code": 0 691 "status_code": 0
744 } 692 }
745 ] 693 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698