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.memory.fyi.json

Issue 837243002: Reland "skia: Add 'skia_unittests' test suite for this directory." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE 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", 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 22 matching lines...) Expand all
33 "mojo_public_environment_unittests", 33 "mojo_public_environment_unittests",
34 "mojo_public_system_unittests", 34 "mojo_public_system_unittests",
35 "mojo_public_utility_unittests", 35 "mojo_public_utility_unittests",
36 "mojo_system_unittests", 36 "mojo_system_unittests",
37 "nacl_loader_unittests", 37 "nacl_loader_unittests",
38 "net_unittests", 38 "net_unittests",
39 "ppapi_unittests", 39 "ppapi_unittests",
40 "printing_unittests", 40 "printing_unittests",
41 "remoting_unittests", 41 "remoting_unittests",
42 "sandbox_linux_unittests", 42 "sandbox_linux_unittests",
43 "skia_unittests",
43 "sql_unittests", 44 "sql_unittests",
44 "sync_unit_tests", 45 "sync_unit_tests",
45 "ui_base_unittests", 46 "ui_base_unittests",
46 "ui_touch_selection_unittests", 47 "ui_touch_selection_unittests",
47 "unit_tests", 48 "unit_tests",
48 "url_unittests", 49 "url_unittests",
49 "views_unittests", 50 "views_unittests",
50 "wm_unittests" 51 "wm_unittests"
51 ] 52 ]
52 }, 53 },
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "mojo_public_environment_unittests", 100 "mojo_public_environment_unittests",
100 "mojo_public_system_unittests", 101 "mojo_public_system_unittests",
101 "mojo_public_utility_unittests", 102 "mojo_public_utility_unittests",
102 "mojo_system_unittests", 103 "mojo_system_unittests",
103 "nacl_loader_unittests", 104 "nacl_loader_unittests",
104 "net_unittests", 105 "net_unittests",
105 "ppapi_unittests", 106 "ppapi_unittests",
106 "printing_unittests", 107 "printing_unittests",
107 "remoting_unittests", 108 "remoting_unittests",
108 "sandbox_linux_unittests", 109 "sandbox_linux_unittests",
110 "skia_unittests",
109 "sql_unittests", 111 "sql_unittests",
110 "sync_unit_tests", 112 "sync_unit_tests",
111 "ui_base_unittests", 113 "ui_base_unittests",
112 "unit_tests", 114 "unit_tests",
113 "url_unittests", 115 "url_unittests",
114 "views_unittests", 116 "views_unittests",
115 "wm_unittests" 117 "wm_unittests"
116 ] 118 ]
117 }, 119 },
118 "Linux ChromeOS MSan Browser (1)": { 120 "Linux ChromeOS MSan Browser (1)": {
119 "gtest_tests": [ 121 "gtest_tests": [
120 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} 122 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
121 ] 123 ]
122 }, 124 },
123 "Linux ChromeOS MSan Browser (2)": { 125 "Linux ChromeOS MSan Browser (2)": {
124 "gtest_tests": [ 126 "gtest_tests": [
125 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 127 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
126 ] 128 ]
127 }, 129 },
128 "Linux ChromeOS MSan Browser (3)": { 130 "Linux ChromeOS MSan Browser (3)": {
129 "gtest_tests": [ 131 "gtest_tests": [
130 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 132 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
131 ] 133 ]
132 } 134 }
133 } 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