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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json

Issue 1897823006: Reland of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove bin/run_ script 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "cwd": "[SLAVE_BUILD]", 578 "cwd": "[SLAVE_BUILD]",
579 "env": { 579 "env": {
580 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 580 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
581 }, 581 },
582 "name": "Instrumentation test SmallTest" 582 "name": "Instrumentation test SmallTest"
583 }, 583 },
584 { 584 {
585 "cmd": [ 585 "cmd": [
586 "python", 586 "python",
587 "-u", 587 "-u",
588 "[SLAVE_BUILD]/src/build/android/test_runner.py", 588 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests",
589 "gtest",
590 "-s",
591 "unittests",
592 "--blacklist-file", 589 "--blacklist-file",
593 "[SLAVE_BUILD]/src/out/bad_devices.json", 590 "[SLAVE_BUILD]/src/out/bad_devices.json",
594 "--verbose", 591 "--verbose",
595 "--release",
596 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", 592 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate",
597 "--gtest_filter=WebRtc*", 593 "--gtest_filter=WebRtc*",
598 "--tool=asan" 594 "--tool=asan"
599 ], 595 ],
600 "cwd": "[SLAVE_BUILD]", 596 "cwd": "[SLAVE_BUILD]",
601 "env": { 597 "env": {
602 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
603 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 598 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
604 }, 599 },
605 "name": "unittests" 600 "name": "unittests"
606 }, 601 },
607 { 602 {
608 "cmd": [ 603 "cmd": [
609 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", 604 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py",
610 "-w", 605 "-w",
611 "[SLAVE_BUILD]" 606 "[SLAVE_BUILD]"
612 ], 607 ],
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 750 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
756 }, 751 },
757 "name": "stack_tool_for_asan" 752 "name": "stack_tool_for_asan"
758 }, 753 },
759 { 754 {
760 "name": "$result", 755 "name": "$result",
761 "recipe_result": null, 756 "recipe_result": null,
762 "status_code": 0 757 "status_code": 0
763 } 758 }
764 ] 759 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698