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

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

Issue 546673002: Add dynamic test configurations for Site Isolation FYI Builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « 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 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "interactive_ui_tests", 7 "interactive_ui_tests",
8 "base_unittests", 8 "base_unittests",
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cast_unittests", 10 "cast_unittests",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "remoting_unittests", 266 "remoting_unittests",
267 "sandbox_mac_unittests", 267 "sandbox_mac_unittests",
268 "sql_unittests", 268 "sql_unittests",
269 "sync_integration_tests", 269 "sync_integration_tests",
270 "sync_unit_tests", 270 "sync_unit_tests",
271 "ui_unittests", 271 "ui_unittests",
272 "unit_tests", 272 "unit_tests",
273 "url_unittests", 273 "url_unittests",
274 "browser_tests" 274 "browser_tests"
275 ] 275 ]
276 },
277 "Site Isolation Linux": {
278 "gtest_tests": [
279 { "test": "content_unittests", "args": ["--site-per-process"] },
280 { "test": "content_browsertests", "args": ["--site-per-process"] }
281 ]
282 },
283 "Site Isolation Win": {
284 "gtest_tests": [
285 { "test": "content_unittests", "args": ["--site-per-process"] },
286 { "test": "content_browsertests", "args": ["--site-per-process"] }
287 ]
276 } 288 }
277 } 289 }
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