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

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

Issue 311863003: Fix JSON syntax errors in chromium.fyi test specs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "app_list_unittests", 4 "app_list_unittests",
5 "aura_unittests", 5 "aura_unittests",
6 "interactive_ui_tests", 6 "interactive_ui_tests",
7 "base_unittests", 7 "base_unittests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "cast_unittests", 9 "cast_unittests",
10 "cc_unittests", 10 "cc_unittests",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "nacl_loader_unittests" 203 "nacl_loader_unittests"
204 ] 204 ]
205 }, 205 },
206 "Linux ARM Cross-Compile": { 206 "Linux ARM Cross-Compile": {
207 "compile_targets": [ 207 "compile_targets": [
208 "browser_tests_run" 208 "browser_tests_run"
209 ], 209 ],
210 "gtest_tests": [ 210 "gtest_tests": [
211 "browser_tests" 211 "browser_tests"
212 ] 212 ]
213 } 213 },
214 "Chromium Linux MSan": { 214 "Chromium Linux MSan": {
215 "gtest_tests": [ 215 "gtest_tests": [
216 "base_unittests", 216 "base_unittests",
217 "cacheinvalidation_unittests", 217 "cacheinvalidation_unittests",
218 "cc_unittests", 218 "cc_unittests",
219 "content_browsertests", 219 "content_browsertests",
220 "content_unittests", 220 "content_unittests",
221 "crypto_unittests", 221 "crypto_unittests",
222 "device_unittests", 222 "device_unittests",
223 "gpu_unittests", 223 "gpu_unittests",
224 "ipc_tests", 224 "ipc_tests",
225 "jingle_unittests", 225 "jingle_unittests",
226 "media_unittests", 226 "media_unittests",
227 "net_unittests", 227 "net_unittests",
228 "ppapi_unittests", 228 "ppapi_unittests",
229 "printing_unittests", 229 "printing_unittests",
230 "remoting_unittests", 230 "remoting_unittests",
231 "sandbox_linux_unittests", 231 "sandbox_linux_unittests",
232 "sql_unittests", 232 "sql_unittests",
233 "sync_unit_tests", 233 "sync_unit_tests",
234 "ui_unittests", 234 "ui_unittests",
235 "unit_tests", 235 "unit_tests",
236 "url_unittests", 236 "url_unittests"
237 ], 237 ]
238 }, 238 }
239 } 239 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698