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

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

Issue 588903002: Add extensions_unittests suite to more memory bots. (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 | « testing/buildbot/chromium.memory.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 "gtest_tests": [ 2 "gtest_tests": [
3 { 3 {
4 "test": "accessibility_unittests", 4 "test": "accessibility_unittests",
5 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 5 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
6 }, 6 },
7 { 7 {
8 "test": "base_unittests", 8 "test": "base_unittests",
9 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 9 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
10 }, 10 },
(...skipping 28 matching lines...) Expand all
39 { 39 {
40 "test": "device_unittests", 40 "test": "device_unittests",
41 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 41 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
42 }, 42 },
43 { 43 {
44 "test": "display_unittests", 44 "test": "display_unittests",
45 "platforms": ["linux"], 45 "platforms": ["linux"],
46 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 46 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
47 }, 47 },
48 { 48 {
49 "test": "extensions_unittests",
50 "platforms": ["linux", "win", "mac"],
James Cook 2014/09/23 16:16:38 dpranke, does he need this list? extensions_unitt
51 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
52 },
53 {
49 "test": "gcm_unit_tests", 54 "test": "gcm_unit_tests",
50 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 55 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
51 }, 56 },
52 { 57 {
53 "test": "gfx_unittests", 58 "test": "gfx_unittests",
54 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 59 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
55 }, 60 },
56 { 61 {
57 "test": "google_apis_unittests", 62 "test": "google_apis_unittests",
58 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 63 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 { 118 {
114 "test": "unit_tests", 119 "test": "unit_tests",
115 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 120 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
116 }, 121 },
117 { 122 {
118 "test": "url_unittests", 123 "test": "url_unittests",
119 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 124 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
120 } 125 }
121 ] 126 ]
122 } 127 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698