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

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

Issue 1883203002: 🐗 Remove .isolate for breakpad_unittests (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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (amp split)", 10 "Android Tests (amp split)",
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 "python", 1251 "python",
1252 "-u", 1252 "-u",
1253 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1253 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1254 "gtest", 1254 "gtest",
1255 "-s", 1255 "-s",
1256 "breakpad_unittests", 1256 "breakpad_unittests",
1257 "--blacklist-file", 1257 "--blacklist-file",
1258 "[SLAVE_BUILD]/src/out/bad_devices.json", 1258 "[SLAVE_BUILD]/src/out/bad_devices.json",
1259 "--verbose", 1259 "--verbose",
1260 "--release", 1260 "--release",
1261 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
1262 "--flakiness-dashboard-server=test-results.appspot.com", 1261 "--flakiness-dashboard-server=test-results.appspot.com",
1263 "--json-results-file", 1262 "--json-results-file",
1264 "/path/to/tmp/json" 1263 "/path/to/tmp/json"
1265 ], 1264 ],
1266 "cwd": "[SLAVE_BUILD]", 1265 "cwd": "[SLAVE_BUILD]",
1267 "env": { 1266 "env": {
1268 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 1267 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
1269 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1268 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1270 }, 1269 },
1271 "name": "breakpad_unittests" 1270 "name": "breakpad_unittests"
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
2334 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2333 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2335 "@@@STEP_LOG_END@python.inline@@@" 2334 "@@@STEP_LOG_END@python.inline@@@"
2336 ] 2335 ]
2337 }, 2336 },
2338 { 2337 {
2339 "name": "$result", 2338 "name": "$result",
2340 "reason": "1 tests failed: ['base_unittests']", 2339 "reason": "1 tests failed: ['base_unittests']",
2341 "status_code": 1 2340 "status_code": 1
2342 } 2341 }
2343 ] 2342 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698