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

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: 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "ui_unittests", 50 "ui_unittests",
51 "unit_tests", 51 "unit_tests",
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 },
61 {
62 "test": "sandbox_mac_unittests",
63 "platforms": ["mac"],
64 "args": ["--single-process-tests"]
60 } 65 }
61 ] 66 ]
OLDNEW
« testing/buildbot/chromium.mac.json ('K') | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698