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

Side by Side Diff: testing/buildbot/chromium_memory_trybot.json

Issue 464063004: Added linux_asan tests to chromium_memory_trybot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using exclude_builders to run tests on the correct builders 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
« 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 "compile_targets": [
3 "all"
4 ],
2 "gtest_tests": [ 5 "gtest_tests": [
3 "browser_tests", 6 {
4 "content_browsertests", 7 "test": "accessibility_unittests",
5 "interactive_ui_tests" 8 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
9 },
10 {
11 "test": "base_unittests",
12 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
13 },
14 {
15 "test": "browser_tests",
16 "exclude_builders": ["tryserver.chromium.linux:linux_asan"]
17 },
18 {
19 "test": "cacheinvalidation_unittests",
20 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
21 },
22 {
23 "test": "cc_unittests",
24 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
25 },
26 {
27 "test": "components_unittests",
28 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
29 },
30 {
31 "test": "content_browsertests",
32 "exclude_builders": ["tryserver.chromium.linux:linux_asan"]
33 },
34 {
35 "test": "content_unittests",
36 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
37 },
38 {
39 "test": "crypto_unittests",
40 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
41 },
42 {
43 "test": "device_unittests",
44 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
45 },
46 {
47 "test": "display_unittests",
48 "platforms": ["linux"],
49 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
50 },
51 {
52 "test": "gcm_unit_tests",
53 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
54 },
55 {
56 "test": "gfx_unittests",
57 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
58 },
59 {
60 "test": "google_apis_unittests",
61 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
62 },
63 {
64 "test": "gpu_unittests",
65 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
66 },
67 {
68 "test": "interactive_ui_tests",
69 "exclude_builders": ["tryserver.chromium.linux:linux_asan"]
70 },
71 {
72 "test": "ipc_tests",
73 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
74 },
75 {
76 "test": "jingle_unittests",
77 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
78 },
79 {
80 "test": "media_unittests",
81 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
82 },
83 {
84 "test": "net_unittests",
85 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
86 },
87 {
88 "test": "ppapi_unittests",
89 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
90 },
91 {
92 "test": "printing_unittests",
93 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
94 },
95 {
96 "test": "remoting_unittests",
97 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
98 },
99 {
100 "test": "sandbox_linux_unittests",
101 "platforms": ["linux"],
102 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
103 },
104 {
105 "test": "sql_unittests",
106 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
107 },
108 {
109 "test": "sync_unit_tests",
110 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
111 },
112 {
113 "test": "ui_unittests",
114 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
115 },
116 {
117 "test": "unit_tests",
118 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
119 },
120 {
121 "test": "url_unittests",
122 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
123 }
6 ] 124 ]
7 } 125 }
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