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

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

Issue 539623002: MSan: move the test specs from chromium.fyi to chromium.memory.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing file 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 | « testing/buildbot/chromium.fyi.json ('k') | 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 MSan Tests": {
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": [ 3 "gtest_tests": [
18 "accessibility_unittests", 4 "accessibility_unittests",
19 "app_shell_browsertests", 5 "app_shell_browsertests",
20 "cast_unittests", 6 "base_unittests",
7 "cacheinvalidation_unittests",
8 "cc_unittests",
9 "content_browsertests",
21 "content_unittests", 10 "content_unittests",
22 "display_unittests", 11 "crypto_unittests",
23 "gfx_unittests", 12 "device_unittests",
24 "google_apis_unittests", 13 "extensions_unittests",
14 "gpu_unittests",
15 "interactive_ui_tests",
25 "ipc_tests", 16 "ipc_tests",
17 "jingle_unittests",
26 "media_unittests", 18 "media_unittests",
19 "net_unittests",
27 "ppapi_unittests", 20 "ppapi_unittests",
28 "printing_unittests", 21 "printing_unittests",
29 "remoting_unittests", 22 "remoting_unittests",
23 "sandbox_linux_unittests",
30 "sql_unittests", 24 "sql_unittests",
31 "sync_unit_tests", 25 "sync_unit_tests",
32 "ui_unittests", 26 "ui_unittests",
33 "unit_tests", 27 "unit_tests",
34 "url_unittests", 28 "url_unittests"
29 ]
30 },
31 "Linux MSan Browser (1)": {
32 "gtest_tests": [
33 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
34 ]
35 },
36 "Linux MSan Browser (2)": {
37 "gtest_tests": [
35 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 38 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
36 ] 39 ]
37 }, 40 },
38 "Linux ASan LSan Tests (3)": { 41 "Linux MSan Browser (3)": {
39 "gtest_tests": [ 42 "gtest_tests": [
40 "cc_unittests",
41 "components_unittests",
42 "content_browsertests",
43 "interactive_ui_tests",
44 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 43 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
45 ] 44 ]
46 },
47 "Linux ASan Tests (sandboxed)": {
48 "gtest_tests": [
49 "browser_tests",
50 "content_browsertests",
51 "interactive_ui_tests"
52 ]
53 } 45 }
54 } 46 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698