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

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

Issue 797023006: s/app_shell_browsertests/extensions_browsertests/g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge, actually add extensions_tests.gyp Created 5 years, 11 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
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.webkit.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",
7 "aura_unittests", 6 "aura_unittests",
8 "base_unittests", 7 "base_unittests",
9 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
10 "cast_unittests", 9 "cast_unittests",
11 "cc_unittests", 10 "cc_unittests",
12 "chromedriver_unittests", 11 "chromedriver_unittests",
13 "components_unittests", 12 "components_unittests",
14 "content_browsertests", 13 "content_browsertests",
15 "content_unittests", 14 "content_unittests",
16 "crypto_unittests", 15 "crypto_unittests",
17 "dbus_unittests", 16 "dbus_unittests",
18 "device_unittests", 17 "device_unittests",
19 "display_unittests", 18 "display_unittests",
20 "events_unittests", 19 "events_unittests",
20 "extensions_browsertests",
21 "extensions_unittests", 21 "extensions_unittests",
22 "gcm_unit_tests", 22 "gcm_unit_tests",
23 "gfx_unittests", 23 "gfx_unittests",
24 "google_apis_unittests", 24 "google_apis_unittests",
25 "gpu_unittests", 25 "gpu_unittests",
26 "interactive_ui_tests", 26 "interactive_ui_tests",
27 "ipc_mojo_unittests", 27 "ipc_mojo_unittests",
28 "ipc_tests", 28 "ipc_tests",
29 "jingle_unittests", 29 "jingle_unittests",
30 "media_unittests", 30 "media_unittests",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 }, 63 },
64 "Linux MSan Browser (3)": { 64 "Linux MSan Browser (3)": {
65 "gtest_tests": [ 65 "gtest_tests": [
66 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 66 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
67 ] 67 ]
68 }, 68 },
69 "Linux ChromeOS MSan Tests": { 69 "Linux ChromeOS MSan Tests": {
70 "gtest_tests": [ 70 "gtest_tests": [
71 "accessibility_unittests", 71 "accessibility_unittests",
72 "app_list_unittests", 72 "app_list_unittests",
73 "app_shell_browsertests",
74 "aura_unittests", 73 "aura_unittests",
75 "base_unittests", 74 "base_unittests",
76 "cacheinvalidation_unittests", 75 "cacheinvalidation_unittests",
77 "cast_unittests", 76 "cast_unittests",
78 "cc_unittests", 77 "cc_unittests",
79 "chromedriver_unittests", 78 "chromedriver_unittests",
80 "components_unittests", 79 "components_unittests",
81 "content_browsertests", 80 "content_browsertests",
82 "content_unittests", 81 "content_unittests",
83 "crypto_unittests", 82 "crypto_unittests",
84 "dbus_unittests", 83 "dbus_unittests",
85 "device_unittests", 84 "device_unittests",
86 "display_unittests", 85 "display_unittests",
87 "events_unittests", 86 "events_unittests",
87 "extensions_browsertests",
88 "extensions_unittests", 88 "extensions_unittests",
89 "gcm_unit_tests", 89 "gcm_unit_tests",
90 "gfx_unittests", 90 "gfx_unittests",
91 "google_apis_unittests", 91 "google_apis_unittests",
92 "gpu_unittests", 92 "gpu_unittests",
93 "interactive_ui_tests", 93 "interactive_ui_tests",
94 "ipc_mojo_unittests", 94 "ipc_mojo_unittests",
95 "ipc_tests", 95 "ipc_tests",
96 "jingle_unittests", 96 "jingle_unittests",
97 "media_unittests", 97 "media_unittests",
(...skipping 28 matching lines...) Expand all
126 "gtest_tests": [ 126 "gtest_tests": [
127 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 127 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
128 ] 128 ]
129 }, 129 },
130 "Linux ChromeOS MSan Browser (3)": { 130 "Linux ChromeOS MSan Browser (3)": {
131 "gtest_tests": [ 131 "gtest_tests": [
132 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 132 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
133 ] 133 ]
134 } 134 }
135 } 135 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698