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

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

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

Powered by Google App Engine
This is Rietveld 408576698