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

Side by Side Diff: testing/buildbot/chromium_memory_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.win.json ('k') | testing/buildbot/chromium_trybot.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 "gtest_tests": [ 2 "gtest_tests": [
3 "accessibility_unittests", 3 "accessibility_unittests",
4 { 4 {
5 "test": "base_unittests", 5 "test": "base_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "can_use_on_swarming_builders": true 56 "can_use_on_swarming_builders": true
57 } 57 }
58 }, 58 },
59 "ppapi_unittests", 59 "ppapi_unittests",
60 "printing_unittests", 60 "printing_unittests",
61 "remoting_unittests", 61 "remoting_unittests",
62 { 62 {
63 "test": "sandbox_linux_unittests", 63 "test": "sandbox_linux_unittests",
64 "platforms": ["linux"] 64 "platforms": ["linux"]
65 }, 65 },
66 "skia_unittests",
67 "sql_unittests", 66 "sql_unittests",
68 "sync_unit_tests", 67 "sync_unit_tests",
69 "ui_base_unittests", 68 "ui_base_unittests",
70 { 69 {
71 "test": "unit_tests", 70 "test": "unit_tests",
72 "swarming": { 71 "swarming": {
73 "can_use_on_swarming_builders": true, 72 "can_use_on_swarming_builders": true,
74 "shards": 2 73 "shards": 2
75 } 74 }
76 }, 75 },
77 "url_unittests" 76 "url_unittests"
78 ] 77 ]
79 } 78 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698