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

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

Issue 443973003: Add test spec for 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
(Empty)
1 {
2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [
4 "base_unittests",
5 "cacheinvalidation_unittests",
6 "crypto_unittests",
7 "device_unittests",
8 "gcm_unit_tests",
9 "gpu_unittests",
10 "jingle_unittests",
11 "net_unittests",
12 "sandbox_linux_unittests",
13 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
14 ]
15 },
16 "Linux ASan LSan Tests (2)": {
17 "gtest_tests": [
18 "display_unittests",
19 "media_unittests",
20 "ppapi_unittests",
21 "printing_unittests",
22 "remoting_unittests",
23 "unit_tests",
24 "url_unittests",
25 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
26 ]
27 },
28 "Linux ASan LSan Tests (3)": {
29 "gtest_tests": [
30 "cc_unittests",
31 "components_unittests",
32 "content_browsertests",
33 "interactive_ui_tests",
34 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
35 ]
36 },
37 "Linux ASan Tests (sandboxed)": {
38 "gtest_tests": [
39 "browser_tests",
40 "content_browsertests",
41 "interactive_ui_tests"
42 ]
43 }
44 }
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