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

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

Issue 520543003: Add cast_unittests to Linux ASan LSan Tests (2). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « 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", 18 "accessibility_unittests",
19 "cast_unittests",
19 "content_unittests", 20 "content_unittests",
20 "display_unittests", 21 "display_unittests",
21 "gfx_unittests", 22 "gfx_unittests",
22 "google_apis_unittests", 23 "google_apis_unittests",
23 "ipc_tests", 24 "ipc_tests",
24 "media_unittests", 25 "media_unittests",
25 "ppapi_unittests", 26 "ppapi_unittests",
26 "printing_unittests", 27 "printing_unittests",
27 "remoting_unittests", 28 "remoting_unittests",
28 "sql_unittests", 29 "sql_unittests",
(...skipping 14 matching lines...) Expand all
43 ] 44 ]
44 }, 45 },
45 "Linux ASan Tests (sandboxed)": { 46 "Linux ASan Tests (sandboxed)": {
46 "gtest_tests": [ 47 "gtest_tests": [
47 "browser_tests", 48 "browser_tests",
48 "content_browsertests", 49 "content_browsertests",
49 "interactive_ui_tests" 50 "interactive_ui_tests"
50 ] 51 ]
51 } 52 }
52 } 53 }
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