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

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

Issue 1882103002: 🏨 Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: revert removing timeouts (premature) 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 684 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
690 "@@@STEP_LOG_END@python.inline@@@" 685 "@@@STEP_LOG_END@python.inline@@@"
691 ] 686 ]
692 }, 687 },
693 { 688 {
694 "name": "$result", 689 "name": "$result",
695 "reason": "Failed to parse the CTS output for the xml report file location", 690 "reason": "Failed to parse the CTS output for the xml report file location",
696 "status_code": 1 691 "status_code": 1
697 } 692 }
698 ] 693 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698