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

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

Issue 815023003: skia: Add 'skia_unittests' test suite for this directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 6 years 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
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "test": "unit_tests", 82 "test": "unit_tests",
83 "swarming": { 83 "swarming": {
84 "can_use_on_swarming_builders": true 84 "can_use_on_swarming_builders": true
85 } 85 }
86 }, 86 },
87 "sql_unittests", 87 "sql_unittests",
88 "nacl_loader_unittests", 88 "nacl_loader_unittests",
89 "athena_unittests", 89 "athena_unittests",
90 "app_shell_browsertests", 90 "app_shell_browsertests",
91 "app_shell_unittests", 91 "app_shell_unittests",
92 "chromevox_tests" 92 "chromevox_tests",
93 "skia_unittests"
93 ] 94 ]
94 }, 95 },
95 "Linux ChromiumOS Ozone Tests (1)": { 96 "Linux ChromiumOS Ozone Tests (1)": {
96 "gtest_tests": [ 97 "gtest_tests": [
97 "accessibility_unittests", 98 "accessibility_unittests",
98 "app_list_unittests", 99 "app_list_unittests",
99 "app_shell_browsertests", 100 "app_shell_browsertests",
100 "app_shell_unittests", 101 "app_shell_unittests",
101 "ash_unittests", 102 "ash_unittests",
102 "athena_unittests", 103 "athena_unittests",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "ui_chromeos_unittests", 156 "ui_chromeos_unittests",
156 "ui_touch_selection_unittests", 157 "ui_touch_selection_unittests",
157 { 158 {
158 "test": "unit_tests", 159 "test": "unit_tests",
159 "swarming": { 160 "swarming": {
160 "can_use_on_swarming_builders": true 161 "can_use_on_swarming_builders": true
161 } 162 }
162 }, 163 },
163 "url_unittests", 164 "url_unittests",
164 "views_unittests", 165 "views_unittests",
165 "wm_unittests" 166 "wm_unittests",
167 "skia_unittests"
166 ] 168 ]
167 }, 169 },
168 "Linux ChromiumOS Tests (dbg)(1)": { 170 "Linux ChromiumOS Tests (dbg)(1)": {
169 "gtest_tests": [ 171 "gtest_tests": [
170 "accessibility_unittests", 172 "accessibility_unittests",
171 { 173 {
172 "test": "base_unittests", 174 "test": "base_unittests",
173 "swarming": { 175 "swarming": {
174 "can_use_on_swarming_builders": true 176 "can_use_on_swarming_builders": true
175 } 177 }
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "app_shell_unittests", 245 "app_shell_unittests",
244 { 246 {
245 "test": "content_browsertests", 247 "test": "content_browsertests",
246 "swarming": { 248 "swarming": {
247 "can_use_on_swarming_builders": true, 249 "can_use_on_swarming_builders": true,
248 "shards": 2 250 "shards": 2
249 } 251 }
250 }, 252 },
251 "athena_unittests", 253 "athena_unittests",
252 "gcm_unit_tests", 254 "gcm_unit_tests",
255 "skia_unittests",
253 { 256 {
254 "test": "interactive_ui_tests", 257 "test": "interactive_ui_tests",
255 "swarming": { 258 "swarming": {
256 "can_use_on_swarming_builders": true, 259 "can_use_on_swarming_builders": true,
257 "shards": 3 260 "shards": 3
258 } 261 }
259 } 262 }
260 ] 263 ]
261 } 264 }
262 } 265 }
OLDNEW
« build/all.gyp ('K') | « skia/skia_tests.gyp ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698