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

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

Issue 816803003: Revert of skia: Add 'skia_unittests' test suite for this directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_trybot.json ('k') | tools/valgrind/chrome_tests.py » ('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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "test": "accessibility_unittests", 7 "test": "accessibility_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 { 204 {
205 "test": "ui_chromeos_unittests", 205 "test": "ui_chromeos_unittests",
206 "platforms": ["linux"], 206 "platforms": ["linux"],
207 "chromium_configs": [ 207 "chromium_configs": [
208 "chromium_chromeos", 208 "chromium_chromeos",
209 "chromium_chromeos_clang", 209 "chromium_chromeos_clang",
210 "chromium_chromeos_ozone" 210 "chromium_chromeos_ozone"
211 ] 211 ]
212 }, 212 },
213 "url_unittests", 213 "url_unittests",
214 "skia_unittests",
215 { 214 {
216 "test": "wm_unittests", 215 "test": "wm_unittests",
217 "platforms": ["linux", "win"] 216 "platforms": ["linux", "win"]
218 }, 217 },
219 { 218 {
220 "test": "app_shell_browsertests", 219 "test": "app_shell_browsertests",
221 "platforms": ["linux", "win"] 220 "platforms": ["linux", "win"]
222 }, 221 },
223 { 222 {
224 "test": "app_shell_unittests", 223 "test": "app_shell_unittests",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "non_filter_tests_builders": [ 275 "non_filter_tests_builders": [
277 ], 276 ],
278 277
279 "filter_compile_builders": [ 278 "filter_compile_builders": [
280 "win_chromium_compile_dbg", 279 "win_chromium_compile_dbg",
281 "win_chromium_rel_swarming", 280 "win_chromium_rel_swarming",
282 "win_chromium_x64_rel_swarming", 281 "win_chromium_x64_rel_swarming",
283 "win8_chromium_rel" 282 "win8_chromium_rel"
284 ] 283 ]
285 } 284 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_memory_trybot.json ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698