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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 257193002: Add sandbox_mac_unittests to the chromium.mac and chromium_trybot recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 "accessibility_unittests", 2 "accessibility_unittests",
3 "app_list_unittests", 3 "app_list_unittests",
4 "base_unittests", 4 "base_unittests",
5 { 5 {
6 "test": "browser_tests", 6 "test": "browser_tests",
7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] 7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
8 }, 8 },
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cc_unittests", 10 "cc_unittests",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 { 52 {
53 "test": "app_shell_browsertests", 53 "test": "app_shell_browsertests",
54 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 54 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
55 }, 55 },
56 { 56 {
57 "test": "sandbox_linux_unittests", 57 "test": "sandbox_linux_unittests",
58 "platforms": ["linux"], 58 "platforms": ["linux"],
59 "args": ["--test-launcher-print-test-stdio=always"] 59 "args": ["--test-launcher-print-test-stdio=always"]
60 }, 60 },
61 { 61 {
62 "test": "sandbox_mac_unittests",
63 "platforms": ["mac"]
64 },
65 {
62 "test": "views_unittests", 66 "test": "views_unittests",
63 "platforms": ["win"] 67 "platforms": ["win"]
64 }, 68 },
65 { 69 {
66 "test": "views_unittests", 70 "test": "views_unittests",
67 "platforms": ["linux"], 71 "platforms": ["linux"],
68 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 72 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
69 } 73 }
70 ] 74 ]
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698