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

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

Issue 1879283002: 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "--blacklist-file", 483 "--blacklist-file",
484 "[SLAVE_BUILD]/src/out/bad_devices.json" 484 "[SLAVE_BUILD]/src/out/bad_devices.json"
485 ], 485 ],
486 "cwd": "[SLAVE_BUILD]", 486 "cwd": "[SLAVE_BUILD]",
487 "name": "spawn_device_monitor" 487 "name": "spawn_device_monitor"
488 }, 488 },
489 { 489 {
490 "cmd": [ 490 "cmd": [
491 "python", 491 "python",
492 "-u", 492 "-u",
493 "[SLAVE_BUILD]/src/out/Release/bin/run_blink_heap_unittests", 493 "[SLAVE_BUILD]/src/build/android/test_runner.py",
494 "gtest",
495 "-s",
496 "blink_heap_unittests",
494 "--blacklist-file", 497 "--blacklist-file",
495 "[SLAVE_BUILD]/src/out/bad_devices.json", 498 "[SLAVE_BUILD]/src/out/bad_devices.json",
496 "--verbose", 499 "--verbose",
500 "--release",
497 "--flakiness-dashboard-server=test-results.appspot.com", 501 "--flakiness-dashboard-server=test-results.appspot.com",
498 "--json-results-file", 502 "--json-results-file",
499 "/path/to/tmp/json" 503 "/path/to/tmp/json"
500 ], 504 ],
501 "cwd": "[SLAVE_BUILD]", 505 "cwd": "[SLAVE_BUILD]",
502 "env": { 506 "env": {
507 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 508 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
504 }, 509 },
505 "name": "blink_heap_unittests" 510 "name": "blink_heap_unittests"
506 }, 511 },
507 { 512 {
508 "cmd": [ 513 "cmd": [
509 "python", 514 "python",
510 "-u", 515 "-u",
511 "[SLAVE_BUILD]/src/out/Release/bin/run_webkit_unit_tests", 516 "[SLAVE_BUILD]/src/build/android/test_runner.py",
517 "gtest",
518 "-s",
519 "webkit_unit_tests",
512 "--blacklist-file", 520 "--blacklist-file",
513 "[SLAVE_BUILD]/src/out/bad_devices.json", 521 "[SLAVE_BUILD]/src/out/bad_devices.json",
514 "--verbose", 522 "--verbose",
523 "--release",
515 "--flakiness-dashboard-server=test-results.appspot.com", 524 "--flakiness-dashboard-server=test-results.appspot.com",
516 "--json-results-file", 525 "--json-results-file",
517 "/path/to/tmp/json" 526 "/path/to/tmp/json"
518 ], 527 ],
519 "cwd": "[SLAVE_BUILD]", 528 "cwd": "[SLAVE_BUILD]",
520 "env": { 529 "env": {
530 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
521 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 531 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
522 }, 532 },
523 "name": "webkit_unit_tests" 533 "name": "webkit_unit_tests"
524 }, 534 },
525 { 535 {
526 "cmd": [ 536 "cmd": [
527 "python", 537 "python",
528 "-u", 538 "-u",
529 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 539 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
530 "--target", 540 "--target",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 697 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
688 "@@@STEP_LOG_END@python.inline@@@" 698 "@@@STEP_LOG_END@python.inline@@@"
689 ] 699 ]
690 }, 700 },
691 { 701 {
692 "name": "$result", 702 "name": "$result",
693 "recipe_result": null, 703 "recipe_result": null,
694 "status_code": 0 704 "status_code": 0
695 } 705 }
696 ] 706 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698