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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.json

Issue 812543002: Update from https://crrev.com/308331 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | 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 MSan Tests": { 2 "Linux MSan Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "aura_unittests", 7 "aura_unittests",
8 "base_unittests", 8 "base_unittests",
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cast_unittests", 10 "cast_unittests",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 }, 57 },
58 "Linux MSan Browser (2)": { 58 "Linux MSan Browser (2)": {
59 "gtest_tests": [ 59 "gtest_tests": [
60 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 60 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
61 ] 61 ]
62 }, 62 },
63 "Linux MSan Browser (3)": { 63 "Linux MSan Browser (3)": {
64 "gtest_tests": [ 64 "gtest_tests": [
65 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 65 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
66 ] 66 ]
67 },
68 "Linux ChromeOS MSan Tests": {
69 "gtest_tests": [
70 "accessibility_unittests",
71 "app_list_unittests",
72 "app_shell_browsertests",
73 "aura_unittests",
74 "base_unittests",
75 "cacheinvalidation_unittests",
76 "cast_unittests",
77 "cc_unittests",
78 "chromedriver_unittests",
79 "components_unittests",
80 "content_browsertests",
81 "content_unittests",
82 "crypto_unittests",
83 "dbus_unittests",
84 "device_unittests",
85 "display_unittests",
86 "events_unittests",
87 "extensions_unittests",
88 "gcm_unit_tests",
89 "gfx_unittests",
90 "google_apis_unittests",
91 "gpu_unittests",
92 "interactive_ui_tests",
93 "ipc_mojo_unittests",
94 "ipc_tests",
95 "jingle_unittests",
96 "media_unittests",
97 "mojo_common_unittests",
98 "mojo_public_bindings_unittests",
99 "mojo_public_environment_unittests",
100 "mojo_public_system_unittests",
101 "mojo_public_utility_unittests",
102 "mojo_system_unittests",
103 "nacl_loader_unittests",
104 "net_unittests",
105 "ppapi_unittests",
106 "printing_unittests",
107 "remoting_unittests",
108 "sandbox_linux_unittests",
109 "sql_unittests",
110 "sync_unit_tests",
111 "ui_base_unittests",
112 "unit_tests",
113 "url_unittests",
114 "views_unittests",
115 "wm_unittests"
116 ]
117 },
118 "Linux ChromeOS MSan Browser (1)": {
119 "gtest_tests": [
120 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
121 ]
122 },
123 "Linux ChromeOS MSan Browser (2)": {
124 "gtest_tests": [
125 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
126 ]
127 },
128 "Linux ChromeOS MSan Browser (3)": {
129 "gtest_tests": [
130 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
131 ]
67 } 132 }
68 } 133 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698