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

Side by Side Diff: testing/buildbot/chromium.mac.json

Issue 401113002: Add extensions_unittests target to main waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | 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 "Mac10.6 Tests (1)": { 2 "Mac10.6 Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "accessibility_unittests", 5 "accessibility_unittests",
6 "base_unittests", 6 "base_unittests",
7 "cacheinvalidation_unittests", 7 "cacheinvalidation_unittests",
8 "cast_unittests", 8 "cast_unittests",
9 "cc_unittests", 9 "cc_unittests",
10 "chromedriver_unittests", 10 "chromedriver_unittests",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "Mac10.7 Tests (1)": { 57 "Mac10.7 Tests (1)": {
58 "gtest_tests": [ 58 "gtest_tests": [
59 "interactive_ui_tests", 59 "interactive_ui_tests",
60 "accessibility_unittests", 60 "accessibility_unittests",
61 "base_unittests", 61 "base_unittests",
62 "cacheinvalidation_unittests", 62 "cacheinvalidation_unittests",
63 "cast_unittests", 63 "cast_unittests",
64 "cc_unittests", 64 "cc_unittests",
65 "chromedriver_unittests", 65 "chromedriver_unittests",
66 "crypto_unittests", 66 "crypto_unittests",
67 "extensions_unittests",
67 "gpu_unittests", 68 "gpu_unittests",
68 "url_unittests", 69 "url_unittests",
69 "jingle_unittests", 70 "jingle_unittests",
70 "media_unittests", 71 "media_unittests",
71 "ppapi_unittests", 72 "ppapi_unittests",
72 "printing_unittests", 73 "printing_unittests",
73 "remoting_unittests", 74 "remoting_unittests",
74 "app_list_unittests", 75 "app_list_unittests",
75 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}, 76 {"test": "browser_tests", "shard_index": 0, "total_shards": 3},
76 "content_browsertests" 77 "content_browsertests"
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "mojo_public_environment_unittests", 222 "mojo_public_environment_unittests",
222 "mojo_public_system_unittests", 223 "mojo_public_system_unittests",
223 "mojo_public_utility_unittests", 224 "mojo_public_utility_unittests",
224 "mojo_service_manager_unittests", 225 "mojo_service_manager_unittests",
225 "mojo_shell_tests", 226 "mojo_shell_tests",
226 "mojo_system_unittests", 227 "mojo_system_unittests",
227 {"test": "browser_tests", "shard_index": 3, "total_shards": 4} 228 {"test": "browser_tests", "shard_index": 3, "total_shards": 4}
228 ] 229 ]
229 } 230 }
230 } 231 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698