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.webkit.json

Issue 875353004: Isolate crypto_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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') | testing/buildbot/chromium.win.json » ('j') | 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 ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 12 matching lines...) Expand all
23 "swarming": { 23 "swarming": {
24 "can_use_on_swarming_builders": true 24 "can_use_on_swarming_builders": true
25 } 25 }
26 }, 26 },
27 { 27 {
28 "test": "content_unittests", 28 "test": "content_unittests",
29 "swarming": { 29 "swarming": {
30 "can_use_on_swarming_builders": true 30 "can_use_on_swarming_builders": true
31 } 31 }
32 }, 32 },
33 "crypto_unittests", 33 {
34 "test": "crypto_unittests",
35 "swarming": {
36 "can_use_on_swarming_builders": true
37 }
38 },
34 "dbus_unittests", 39 "dbus_unittests",
35 "display_unittests", 40 "display_unittests",
36 "extensions_unittests", 41 "extensions_unittests",
37 "gcm_unit_tests", 42 "gcm_unit_tests",
38 "google_apis_unittests", 43 "google_apis_unittests",
39 "gpu_unittests", 44 "gpu_unittests",
40 "url_unittests", 45 "url_unittests",
41 { 46 {
42 "test": "interactive_ui_tests", 47 "test": "interactive_ui_tests",
43 "swarming": { 48 "swarming": {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "accessibility_unittests", 108 "accessibility_unittests",
104 { 109 {
105 "test": "base_unittests", 110 "test": "base_unittests",
106 "swarming": { 111 "swarming": {
107 "can_use_on_swarming_builders": true 112 "can_use_on_swarming_builders": true
108 } 113 }
109 }, 114 },
110 "cacheinvalidation_unittests", 115 "cacheinvalidation_unittests",
111 "chromeos_unittests", 116 "chromeos_unittests",
112 "components_unittests", 117 "components_unittests",
113 "crypto_unittests", 118 {
119 "test": "crypto_unittests",
120 "swarming": {
121 "can_use_on_swarming_builders": true
122 }
123 },
114 "dbus_unittests", 124 "dbus_unittests",
115 "extensions_unittests", 125 "extensions_unittests",
116 "google_apis_unittests", 126 "google_apis_unittests",
117 "gpu_unittests", 127 "gpu_unittests",
118 "url_unittests", 128 "url_unittests",
119 "jingle_unittests", 129 "jingle_unittests",
120 { 130 {
121 "test": "content_unittests", 131 "test": "content_unittests",
122 "swarming": { 132 "swarming": {
123 "can_use_on_swarming_builders": true 133 "can_use_on_swarming_builders": true
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 }, 205 },
196 "Linux ChromiumOS Tests (dbg)(2)": { 206 "Linux ChromiumOS Tests (dbg)(2)": {
197 "gtest_tests": [ 207 "gtest_tests": [
198 ] 208 ]
199 }, 209 },
200 "Linux ChromiumOS Tests (dbg)(3)": { 210 "Linux ChromiumOS Tests (dbg)(3)": {
201 "gtest_tests": [ 211 "gtest_tests": [
202 ] 212 ]
203 } 213 }
204 } 214 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698