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

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

Issue 2203323002: Remove media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add media_unittests' flags to capture_unittests. Created 4 years, 4 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 sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Mac_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "/path/to/tmp/json", 338 "/path/to/tmp/json",
339 "--goma-service-account-json-file", 339 "--goma-service-account-json-file",
340 "/creds/service_accounts/service-account-goma-client.json", 340 "/creds/service_accounts/service-account-goma-client.json",
341 "--goma-dir", 341 "--goma-dir",
342 "[CACHE]/cipd/goma", 342 "[CACHE]/cipd/goma",
343 "--", 343 "--",
344 "browser_tests", 344 "browser_tests",
345 "capture_unittests", 345 "capture_unittests",
346 "content_browsertests", 346 "content_browsertests",
347 "content_unittests", 347 "content_unittests",
348 "media_unittests",
349 "remoting_unittests" 348 "remoting_unittests"
350 ], 349 ],
351 "env": { 350 "env": {
352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
353 }, 352 },
354 "name": "compile", 353 "name": "compile",
355 "~followup_annotations": [ 354 "~followup_annotations": [
356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 355 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
357 "@@@STEP_LOG_END@json.output (invalid)@@@" 356 "@@@STEP_LOG_END@json.output (invalid)@@@"
358 ] 357 ]
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "~followup_annotations": [ 415 "~followup_annotations": [
417 "@@@STEP_TEXT@Mac Tester@@@" 416 "@@@STEP_TEXT@Mac Tester@@@"
418 ] 417 ]
419 }, 418 },
420 { 419 {
421 "name": "$result", 420 "name": "$result",
422 "recipe_result": null, 421 "recipe_result": null,
423 "status_code": 0 422 "status_code": 0
424 } 423 }
425 ] 424 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698