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

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

Issue 498443002: Add missing test targets to the Linux ASan bots on chromium.memory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | no next file » | 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 ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "base_unittests", 4 "base_unittests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "crypto_unittests", 6 "crypto_unittests",
7 "device_unittests", 7 "device_unittests",
8 "gcm_unit_tests", 8 "gcm_unit_tests",
9 "gpu_unittests", 9 "gpu_unittests",
10 "jingle_unittests", 10 "jingle_unittests",
11 "net_unittests", 11 "net_unittests",
12 "sandbox_linux_unittests", 12 "sandbox_linux_unittests",
13 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} 13 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
14 ] 14 ]
15 }, 15 },
16 "Linux ASan LSan Tests (2)": { 16 "Linux ASan LSan Tests (2)": {
17 "gtest_tests": [ 17 "gtest_tests": [
18 "accessibility_unittests",
19 "content_unittests",
18 "display_unittests", 20 "display_unittests",
21 "gfx_unittests",
22 "ipc_tests",
19 "media_unittests", 23 "media_unittests",
20 "ppapi_unittests", 24 "ppapi_unittests",
21 "printing_unittests", 25 "printing_unittests",
22 "remoting_unittests", 26 "remoting_unittests",
27 "sql_unittests",
28 "sync_unit_tests",
29 "ui_unittests",
23 "unit_tests", 30 "unit_tests",
24 "url_unittests", 31 "url_unittests",
25 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 32 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
26 ] 33 ]
27 }, 34 },
28 "Linux ASan LSan Tests (3)": { 35 "Linux ASan LSan Tests (3)": {
29 "gtest_tests": [ 36 "gtest_tests": [
30 "cc_unittests", 37 "cc_unittests",
31 "components_unittests", 38 "components_unittests",
32 "content_browsertests", 39 "content_browsertests",
33 "interactive_ui_tests", 40 "interactive_ui_tests",
34 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 41 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
35 ] 42 ]
36 }, 43 },
37 "Linux ASan Tests (sandboxed)": { 44 "Linux ASan Tests (sandboxed)": {
38 "gtest_tests": [ 45 "gtest_tests": [
39 "browser_tests", 46 "browser_tests",
40 "content_browsertests", 47 "content_browsertests",
41 "interactive_ui_tests" 48 "interactive_ui_tests"
42 ] 49 ]
43 } 50 }
44 } 51 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698