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

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

Issue 485893009: Add google_apis_unittests to Linux ASan LSan Tests (2). (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", 18 "accessibility_unittests",
19 "content_unittests", 19 "content_unittests",
20 "display_unittests", 20 "display_unittests",
21 "gfx_unittests", 21 "gfx_unittests",
22 "google_apis_unittests",
22 "ipc_tests", 23 "ipc_tests",
23 "media_unittests", 24 "media_unittests",
24 "ppapi_unittests", 25 "ppapi_unittests",
25 "printing_unittests", 26 "printing_unittests",
26 "remoting_unittests", 27 "remoting_unittests",
27 "sql_unittests", 28 "sql_unittests",
28 "sync_unit_tests", 29 "sync_unit_tests",
29 "ui_unittests", 30 "ui_unittests",
30 "unit_tests", 31 "unit_tests",
31 "url_unittests", 32 "url_unittests",
(...skipping 10 matching lines...) Expand all
42 ] 43 ]
43 }, 44 },
44 "Linux ASan Tests (sandboxed)": { 45 "Linux ASan Tests (sandboxed)": {
45 "gtest_tests": [ 46 "gtest_tests": [
46 "browser_tests", 47 "browser_tests",
47 "content_browsertests", 48 "content_browsertests",
48 "interactive_ui_tests" 49 "interactive_ui_tests"
49 ] 50 ]
50 } 51 }
51 } 52 }
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