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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Android__Nexus4_.json

Issue 1902983002: Revert 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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Android (Nexus4)", 10 "WebKit Android (Nexus4)",
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "--blacklist-file", 543 "--blacklist-file",
544 "[SLAVE_BUILD]/src/out/bad_devices.json" 544 "[SLAVE_BUILD]/src/out/bad_devices.json"
545 ], 545 ],
546 "cwd": "[SLAVE_BUILD]", 546 "cwd": "[SLAVE_BUILD]",
547 "name": "spawn_device_monitor" 547 "name": "spawn_device_monitor"
548 }, 548 },
549 { 549 {
550 "cmd": [ 550 "cmd": [
551 "python", 551 "python",
552 "-u", 552 "-u",
553 "[SLAVE_BUILD]/src/out/Release/bin/run_blink_heap_unittests", 553 "[SLAVE_BUILD]/src/build/android/test_runner.py",
554 "gtest",
555 "-s",
556 "blink_heap_unittests",
554 "--blacklist-file", 557 "--blacklist-file",
555 "[SLAVE_BUILD]/src/out/bad_devices.json", 558 "[SLAVE_BUILD]/src/out/bad_devices.json",
556 "--verbose", 559 "--verbose",
560 "--release",
557 "--flakiness-dashboard-server=test-results.appspot.com", 561 "--flakiness-dashboard-server=test-results.appspot.com",
558 "--json-results-file", 562 "--json-results-file",
559 "/path/to/tmp/json" 563 "/path/to/tmp/json"
560 ], 564 ],
561 "cwd": "[SLAVE_BUILD]", 565 "cwd": "[SLAVE_BUILD]",
562 "env": { 566 "env": {
567 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
563 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 568 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
564 }, 569 },
565 "name": "blink_heap_unittests" 570 "name": "blink_heap_unittests"
566 }, 571 },
567 { 572 {
568 "cmd": [ 573 "cmd": [
569 "python", 574 "python",
570 "-u", 575 "-u",
571 "[SLAVE_BUILD]/src/out/Release/bin/run_webkit_unit_tests", 576 "[SLAVE_BUILD]/src/build/android/test_runner.py",
577 "gtest",
578 "-s",
579 "webkit_unit_tests",
572 "--blacklist-file", 580 "--blacklist-file",
573 "[SLAVE_BUILD]/src/out/bad_devices.json", 581 "[SLAVE_BUILD]/src/out/bad_devices.json",
574 "--verbose", 582 "--verbose",
583 "--release",
575 "--flakiness-dashboard-server=test-results.appspot.com", 584 "--flakiness-dashboard-server=test-results.appspot.com",
576 "--json-results-file", 585 "--json-results-file",
577 "/path/to/tmp/json" 586 "/path/to/tmp/json"
578 ], 587 ],
579 "cwd": "[SLAVE_BUILD]", 588 "cwd": "[SLAVE_BUILD]",
580 "env": { 589 "env": {
590 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
581 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 591 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
582 }, 592 },
583 "name": "webkit_unit_tests" 593 "name": "webkit_unit_tests"
584 }, 594 },
585 { 595 {
586 "cmd": [ 596 "cmd": [
587 "python", 597 "python",
588 "-u", 598 "-u",
589 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 599 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
590 "--target", 600 "--target",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 757 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
748 "@@@STEP_LOG_END@python.inline@@@" 758 "@@@STEP_LOG_END@python.inline@@@"
749 ] 759 ]
750 }, 760 },
751 { 761 {
752 "name": "$result", 762 "name": "$result",
753 "recipe_result": null, 763 "recipe_result": null,
754 "status_code": 0 764 "status_code": 0
755 } 765 }
756 ] 766 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698