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

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

Issue 314863004: Add athena_unittests to chromiumos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add trybots too Created 6 years, 6 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 | « no previous file | testing/buildbot/chromium_trybot.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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "base_unittests", 4 "base_unittests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "chromeos_unittests", 6 "chromeos_unittests",
7 "components_unittests", 7 "components_unittests",
8 "crypto_unittests", 8 "crypto_unittests",
9 "dbus_unittests", 9 "dbus_unittests",
10 "gcm_unit_tests", 10 "gcm_unit_tests",
(...skipping 15 matching lines...) Expand all
26 "aura_unittests", 26 "aura_unittests",
27 "ash_unittests", 27 "ash_unittests",
28 "app_list_unittests", 28 "app_list_unittests",
29 "message_center_unittests", 29 "message_center_unittests",
30 "compositor_unittests", 30 "compositor_unittests",
31 "events_unittests", 31 "events_unittests",
32 "ipc_tests", 32 "ipc_tests",
33 "sync_unit_tests", 33 "sync_unit_tests",
34 "unit_tests", 34 "unit_tests",
35 "sql_unittests", 35 "sql_unittests",
36 "nacl_loader_unittests" 36 "nacl_loader_unittests",
37 "athena_unittests"
37 ] 38 ]
38 }, 39 },
39 "Linux ChromiumOS Tests (2)": { 40 "Linux ChromiumOS Tests (2)": {
40 "gtest_tests": [ 41 "gtest_tests": [
41 "interactive_ui_tests", 42 "interactive_ui_tests",
42 "browser_tests", 43 "browser_tests",
43 "content_browsertests", 44 "content_browsertests",
44 "app_shell_browsertests" 45 "app_shell_browsertests"
45 ] 46 ]
46 }, 47 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "Linux ChromiumOS Tests (dbg)(2)": { 84 "Linux ChromiumOS Tests (dbg)(2)": {
84 "gtest_tests": [ 85 "gtest_tests": [
85 "app_shell_browsertests", 86 "app_shell_browsertests",
86 "content_browsertests", 87 "content_browsertests",
87 "net_unittests", 88 "net_unittests",
88 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 89 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
89 ] 90 ]
90 }, 91 },
91 "Linux ChromiumOS Tests (dbg)(3)": { 92 "Linux ChromiumOS Tests (dbg)(3)": {
92 "gtest_tests": [ 93 "gtest_tests": [
94 "athena_unittests",
93 "gcm_unit_tests", 95 "gcm_unit_tests",
94 "interactive_ui_tests", 96 "interactive_ui_tests",
95 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 97 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
96 ] 98 ]
97 } 99 }
98 } 100 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698