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

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

Issue 1213943002: Isolate extensions_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
OLDNEW
1 { 1 {
2 "Browser Side Navigation Linux": { 2 "Browser Side Navigation Linux": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--enable-browser-side-navigation", 6 "--enable-browser-side-navigation",
7 "--gtest_filter=-CrossSiteRedirectorBrowserTest.VerifyCrossSiteRedirec tURL:CrossSiteTransferTest.NoLeakOnCrossSiteCancel:CrossSiteTransferTest.Replace EntryCrossProcessThenTransfer:CrossSiteTransferTest.ReplaceEntryCrossProcessTwic e:CrossSiteTransferTest.ReplaceEntryInProcessThenTranfers:DevToolsProtocolTest.N avigationPreservesMessages:NavigationControllerBrowserTest.CorrectLengthWithCurr entItemReplacement:NavigationControllerBrowserTest.FrameNavigationEntry_BlankAut oSubframe:NavigationControllerBrowserTest.NavigationTypeClassification_ClientSid eRedirect:NavigationControllerBrowserTest.NavigationTypeClassification_ExistingP age:NavigationControllerBrowserTest.NavigationTypeClassification_InPage:Navigati onControllerBrowserTest.NavigationTypeClassification_NewAndAutoSubframe:Navigati onControllerBrowserTest.NavigationTypeClassification_NewPage:NavigationControlle rBrowserTest.PreventSpoofFromSubframeAndReplace:NavigationControllerBrowserTest. StopCausesFailureDespiteJavaScriptURL:RenderViewImplTest.DecideNavigationPolicy: RenderViewImplTest.NavigationStartOverride:RenderViewImplTest.OnNavigationHttpPo st:RenderViewImplTest.ReloadWhileSwappedOut:RenderViewImplTest.TestBackForward:S ecurityExploitBrowserTest.AttemptDuplicateRenderViewHost:SecurityExploitBrowserT est.AttemptDuplicateRenderWidgetHost:SecurityExploitBrowserTest.InterstitialComm andFromUnderlyingContent:ServiceWorkerBrowserTest.CrossSiteTransfer:ServiceWorke rBrowserTest.ImportsBustMemcache:ServiceWorkerBrowserTest.Reload:ServiceWorkerBr owserTest.ResponseFromHTTPServiceWorkerIsNotMarkedAsSecure:ServiceWorkerBrowserT est.ResponseFromHTTPSServiceWorkerIsMarkedAsSecure:SessionHistoryTest.CrossFrame FormBackForward:SessionHistoryTest.FrameBackForward:SessionHistoryTest.FrameForm BackForward:SessionHistoryTest.LocationChangeInSubframe:SitePerProcessBrowserTes t.CrossSiteDidStopLoading:WebContentsImplBrowserTest.ClearNonVisiblePendingOnFai l:WebContentsViewAuraTest.ReplaceStateReloadPushState:WebRtcBrowserTest.CallInsi deIframe:WebUIMojoTest.EndToEndPing" 7 "--gtest_filter=-CrossSiteRedirectorBrowserTest.VerifyCrossSiteRedirec tURL:CrossSiteTransferTest.NoLeakOnCrossSiteCancel:CrossSiteTransferTest.Replace EntryCrossProcessThenTransfer:CrossSiteTransferTest.ReplaceEntryCrossProcessTwic e:CrossSiteTransferTest.ReplaceEntryInProcessThenTranfers:DevToolsProtocolTest.N avigationPreservesMessages:NavigationControllerBrowserTest.CorrectLengthWithCurr entItemReplacement:NavigationControllerBrowserTest.FrameNavigationEntry_BlankAut oSubframe:NavigationControllerBrowserTest.NavigationTypeClassification_ClientSid eRedirect:NavigationControllerBrowserTest.NavigationTypeClassification_ExistingP age:NavigationControllerBrowserTest.NavigationTypeClassification_InPage:Navigati onControllerBrowserTest.NavigationTypeClassification_NewAndAutoSubframe:Navigati onControllerBrowserTest.NavigationTypeClassification_NewPage:NavigationControlle rBrowserTest.PreventSpoofFromSubframeAndReplace:NavigationControllerBrowserTest. StopCausesFailureDespiteJavaScriptURL:RenderViewImplTest.DecideNavigationPolicy: RenderViewImplTest.NavigationStartOverride:RenderViewImplTest.OnNavigationHttpPo st:RenderViewImplTest.ReloadWhileSwappedOut:RenderViewImplTest.TestBackForward:S ecurityExploitBrowserTest.AttemptDuplicateRenderViewHost:SecurityExploitBrowserT est.AttemptDuplicateRenderWidgetHost:SecurityExploitBrowserTest.InterstitialComm andFromUnderlyingContent:ServiceWorkerBrowserTest.CrossSiteTransfer:ServiceWorke rBrowserTest.ImportsBustMemcache:ServiceWorkerBrowserTest.Reload:ServiceWorkerBr owserTest.ResponseFromHTTPServiceWorkerIsNotMarkedAsSecure:ServiceWorkerBrowserT est.ResponseFromHTTPSServiceWorkerIsMarkedAsSecure:SessionHistoryTest.CrossFrame FormBackForward:SessionHistoryTest.FrameBackForward:SessionHistoryTest.FrameForm BackForward:SessionHistoryTest.LocationChangeInSubframe:SitePerProcessBrowserTes t.CrossSiteDidStopLoading:WebContentsImplBrowserTest.ClearNonVisiblePendingOnFai l:WebContentsViewAuraTest.ReplaceStateReloadPushState:WebRtcBrowserTest.CallInsi deIframe:WebUIMojoTest.EndToEndPing"
8 ], 8 ],
9 "swarming": { 9 "swarming": {
10 "can_use_on_swarming_builders": true 10 "can_use_on_swarming_builders": true
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 { 239 {
240 "test": "device_unittests" 240 "test": "device_unittests"
241 }, 241 },
242 { 242 {
243 "test": "display_unittests" 243 "test": "display_unittests"
244 }, 244 },
245 { 245 {
246 "test": "events_unittests" 246 "test": "events_unittests"
247 }, 247 },
248 { 248 {
249 "swarming": {
250 "can_use_on_swarming_builders": true
251 },
249 "test": "extensions_unittests" 252 "test": "extensions_unittests"
250 }, 253 },
251 { 254 {
252 "test": "gcm_unit_tests" 255 "test": "gcm_unit_tests"
253 }, 256 },
254 { 257 {
255 "test": "gfx_unittests" 258 "test": "gfx_unittests"
256 }, 259 },
257 { 260 {
258 "test": "gl_unittests" 261 "test": "gl_unittests"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 { 412 {
410 "test": "device_unittests" 413 "test": "device_unittests"
411 }, 414 },
412 { 415 {
413 "test": "display_unittests" 416 "test": "display_unittests"
414 }, 417 },
415 { 418 {
416 "test": "extensions_browsertests" 419 "test": "extensions_browsertests"
417 }, 420 },
418 { 421 {
422 "swarming": {
423 "can_use_on_swarming_builders": true
424 },
419 "test": "extensions_unittests" 425 "test": "extensions_unittests"
420 }, 426 },
421 { 427 {
422 "test": "gcm_unit_tests" 428 "test": "gcm_unit_tests"
423 }, 429 },
424 { 430 {
425 "test": "gfx_unittests" 431 "test": "gfx_unittests"
426 }, 432 },
427 { 433 {
428 "test": "gl_unittests" 434 "test": "gl_unittests"
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 { 547 {
542 "test": "content_unittests" 548 "test": "content_unittests"
543 }, 549 },
544 { 550 {
545 "swarming": { 551 "swarming": {
546 "can_use_on_swarming_builders": true 552 "can_use_on_swarming_builders": true
547 }, 553 },
548 "test": "crypto_unittests" 554 "test": "crypto_unittests"
549 }, 555 },
550 { 556 {
557 "swarming": {
558 "can_use_on_swarming_builders": true
559 },
551 "test": "extensions_unittests" 560 "test": "extensions_unittests"
552 }, 561 },
553 { 562 {
554 "test": "gcm_unit_tests" 563 "test": "gcm_unit_tests"
555 }, 564 },
556 { 565 {
557 "test": "gfx_unittests" 566 "test": "gfx_unittests"
558 }, 567 },
559 { 568 {
560 "test": "gl_unittests" 569 "test": "gl_unittests"
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 { 718 {
710 "test": "content_unittests" 719 "test": "content_unittests"
711 }, 720 },
712 { 721 {
713 "swarming": { 722 "swarming": {
714 "can_use_on_swarming_builders": true 723 "can_use_on_swarming_builders": true
715 }, 724 },
716 "test": "crypto_unittests" 725 "test": "crypto_unittests"
717 }, 726 },
718 { 727 {
728 "swarming": {
729 "can_use_on_swarming_builders": true
730 },
719 "test": "extensions_unittests" 731 "test": "extensions_unittests"
720 }, 732 },
721 { 733 {
722 "test": "gcm_unit_tests" 734 "test": "gcm_unit_tests"
723 }, 735 },
724 { 736 {
725 "test": "gfx_unittests" 737 "test": "gfx_unittests"
726 }, 738 },
727 { 739 {
728 "test": "gl_unittests" 740 "test": "gl_unittests"
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 { 890 {
879 "swarming": { 891 "swarming": {
880 "can_use_on_swarming_builders": true 892 "can_use_on_swarming_builders": true
881 }, 893 },
882 "test": "crypto_unittests" 894 "test": "crypto_unittests"
883 }, 895 },
884 { 896 {
885 "test": "device_unittests" 897 "test": "device_unittests"
886 }, 898 },
887 { 899 {
900 "swarming": {
901 "can_use_on_swarming_builders": true
902 },
888 "test": "extensions_unittests" 903 "test": "extensions_unittests"
889 }, 904 },
890 { 905 {
891 "test": "gcm_unit_tests" 906 "test": "gcm_unit_tests"
892 }, 907 },
893 { 908 {
894 "test": "google_apis_unittests" 909 "test": "google_apis_unittests"
895 }, 910 },
896 { 911 {
897 "test": "gpu_unittests" 912 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 { 1024 {
1010 "swarming": { 1025 "swarming": {
1011 "can_use_on_swarming_builders": true 1026 "can_use_on_swarming_builders": true
1012 }, 1027 },
1013 "test": "crypto_unittests" 1028 "test": "crypto_unittests"
1014 }, 1029 },
1015 { 1030 {
1016 "test": "device_unittests" 1031 "test": "device_unittests"
1017 }, 1032 },
1018 { 1033 {
1034 "swarming": {
1035 "can_use_on_swarming_builders": true
1036 },
1019 "test": "extensions_unittests" 1037 "test": "extensions_unittests"
1020 }, 1038 },
1021 { 1039 {
1022 "test": "gcm_unit_tests" 1040 "test": "gcm_unit_tests"
1023 }, 1041 },
1024 { 1042 {
1025 "test": "google_apis_unittests" 1043 "test": "google_apis_unittests"
1026 }, 1044 },
1027 { 1045 {
1028 "test": "gpu_unittests" 1046 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 { 1158 {
1141 "swarming": { 1159 "swarming": {
1142 "can_use_on_swarming_builders": true 1160 "can_use_on_swarming_builders": true
1143 }, 1161 },
1144 "test": "crypto_unittests" 1162 "test": "crypto_unittests"
1145 }, 1163 },
1146 { 1164 {
1147 "test": "device_unittests" 1165 "test": "device_unittests"
1148 }, 1166 },
1149 { 1167 {
1168 "swarming": {
1169 "can_use_on_swarming_builders": true
1170 },
1150 "test": "extensions_unittests" 1171 "test": "extensions_unittests"
1151 }, 1172 },
1152 { 1173 {
1153 "test": "gcm_unit_tests" 1174 "test": "gcm_unit_tests"
1154 }, 1175 },
1155 { 1176 {
1156 "test": "google_apis_unittests" 1177 "test": "google_apis_unittests"
1157 }, 1178 },
1158 { 1179 {
1159 "test": "gpu_unittests" 1180 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 { 1292 {
1272 "swarming": { 1293 "swarming": {
1273 "can_use_on_swarming_builders": true 1294 "can_use_on_swarming_builders": true
1274 }, 1295 },
1275 "test": "crypto_unittests" 1296 "test": "crypto_unittests"
1276 }, 1297 },
1277 { 1298 {
1278 "test": "device_unittests" 1299 "test": "device_unittests"
1279 }, 1300 },
1280 { 1301 {
1302 "swarming": {
1303 "can_use_on_swarming_builders": true
1304 },
1281 "test": "extensions_unittests" 1305 "test": "extensions_unittests"
1282 }, 1306 },
1283 { 1307 {
1284 "test": "gcm_unit_tests" 1308 "test": "gcm_unit_tests"
1285 }, 1309 },
1286 { 1310 {
1287 "test": "google_apis_unittests" 1311 "test": "google_apis_unittests"
1288 }, 1312 },
1289 { 1313 {
1290 "test": "gpu_unittests" 1314 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 { 1426 {
1403 "swarming": { 1427 "swarming": {
1404 "can_use_on_swarming_builders": true 1428 "can_use_on_swarming_builders": true
1405 }, 1429 },
1406 "test": "crypto_unittests" 1430 "test": "crypto_unittests"
1407 }, 1431 },
1408 { 1432 {
1409 "test": "device_unittests" 1433 "test": "device_unittests"
1410 }, 1434 },
1411 { 1435 {
1436 "swarming": {
1437 "can_use_on_swarming_builders": true
1438 },
1412 "test": "extensions_unittests" 1439 "test": "extensions_unittests"
1413 }, 1440 },
1414 { 1441 {
1415 "test": "gcm_unit_tests" 1442 "test": "gcm_unit_tests"
1416 }, 1443 },
1417 { 1444 {
1418 "test": "google_apis_unittests" 1445 "test": "google_apis_unittests"
1419 }, 1446 },
1420 { 1447 {
1421 "test": "gpu_unittests" 1448 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 { 1560 {
1534 "swarming": { 1561 "swarming": {
1535 "can_use_on_swarming_builders": true 1562 "can_use_on_swarming_builders": true
1536 }, 1563 },
1537 "test": "crypto_unittests" 1564 "test": "crypto_unittests"
1538 }, 1565 },
1539 { 1566 {
1540 "test": "device_unittests" 1567 "test": "device_unittests"
1541 }, 1568 },
1542 { 1569 {
1570 "swarming": {
1571 "can_use_on_swarming_builders": true
1572 },
1543 "test": "extensions_unittests" 1573 "test": "extensions_unittests"
1544 }, 1574 },
1545 { 1575 {
1546 "test": "gcm_unit_tests" 1576 "test": "gcm_unit_tests"
1547 }, 1577 },
1548 { 1578 {
1549 "test": "google_apis_unittests" 1579 "test": "google_apis_unittests"
1550 }, 1580 },
1551 { 1581 {
1552 "test": "gpu_unittests" 1582 "test": "gpu_unittests"
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 { 1696 {
1667 "swarming": { 1697 "swarming": {
1668 "can_use_on_swarming_builders": true 1698 "can_use_on_swarming_builders": true
1669 }, 1699 },
1670 "test": "crypto_unittests" 1700 "test": "crypto_unittests"
1671 }, 1701 },
1672 { 1702 {
1673 "test": "device_unittests" 1703 "test": "device_unittests"
1674 }, 1704 },
1675 { 1705 {
1706 "swarming": {
1707 "can_use_on_swarming_builders": true
1708 },
1676 "test": "extensions_unittests" 1709 "test": "extensions_unittests"
1677 }, 1710 },
1678 { 1711 {
1679 "test": "gcm_unit_tests" 1712 "test": "gcm_unit_tests"
1680 }, 1713 },
1681 { 1714 {
1682 "test": "google_apis_unittests" 1715 "test": "google_apis_unittests"
1683 }, 1716 },
1684 { 1717 {
1685 "swarming": { 1718 "swarming": {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 { 1841 {
1809 "swarming": { 1842 "swarming": {
1810 "can_use_on_swarming_builders": true 1843 "can_use_on_swarming_builders": true
1811 }, 1844 },
1812 "test": "crypto_unittests" 1845 "test": "crypto_unittests"
1813 }, 1846 },
1814 { 1847 {
1815 "test": "device_unittests" 1848 "test": "device_unittests"
1816 }, 1849 },
1817 { 1850 {
1851 "swarming": {
1852 "can_use_on_swarming_builders": true
1853 },
1818 "test": "extensions_unittests" 1854 "test": "extensions_unittests"
1819 }, 1855 },
1820 { 1856 {
1821 "test": "gcm_unit_tests" 1857 "test": "gcm_unit_tests"
1822 }, 1858 },
1823 { 1859 {
1824 "test": "google_apis_unittests" 1860 "test": "google_apis_unittests"
1825 }, 1861 },
1826 { 1862 {
1827 "swarming": { 1863 "swarming": {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 { 1984 {
1949 "swarming": { 1985 "swarming": {
1950 "can_use_on_swarming_builders": true 1986 "can_use_on_swarming_builders": true
1951 }, 1987 },
1952 "test": "crypto_unittests" 1988 "test": "crypto_unittests"
1953 }, 1989 },
1954 { 1990 {
1955 "test": "device_unittests" 1991 "test": "device_unittests"
1956 }, 1992 },
1957 { 1993 {
1994 "swarming": {
1995 "can_use_on_swarming_builders": true
1996 },
1958 "test": "extensions_unittests" 1997 "test": "extensions_unittests"
1959 }, 1998 },
1960 { 1999 {
1961 "test": "gcm_unit_tests" 2000 "test": "gcm_unit_tests"
1962 }, 2001 },
1963 { 2002 {
1964 "test": "google_apis_unittests" 2003 "test": "google_apis_unittests"
1965 }, 2004 },
1966 { 2005 {
1967 "test": "gpu_unittests" 2006 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 { 2118 {
2080 "swarming": { 2119 "swarming": {
2081 "can_use_on_swarming_builders": true 2120 "can_use_on_swarming_builders": true
2082 }, 2121 },
2083 "test": "crypto_unittests" 2122 "test": "crypto_unittests"
2084 }, 2123 },
2085 { 2124 {
2086 "test": "device_unittests" 2125 "test": "device_unittests"
2087 }, 2126 },
2088 { 2127 {
2128 "swarming": {
2129 "can_use_on_swarming_builders": true
2130 },
2089 "test": "extensions_unittests" 2131 "test": "extensions_unittests"
2090 }, 2132 },
2091 { 2133 {
2092 "test": "gcm_unit_tests" 2134 "test": "gcm_unit_tests"
2093 }, 2135 },
2094 { 2136 {
2095 "test": "google_apis_unittests" 2137 "test": "google_apis_unittests"
2096 }, 2138 },
2097 { 2139 {
2098 "test": "gpu_unittests" 2140 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2210 { 2252 {
2211 "swarming": { 2253 "swarming": {
2212 "can_use_on_swarming_builders": true 2254 "can_use_on_swarming_builders": true
2213 }, 2255 },
2214 "test": "crypto_unittests" 2256 "test": "crypto_unittests"
2215 }, 2257 },
2216 { 2258 {
2217 "test": "device_unittests" 2259 "test": "device_unittests"
2218 }, 2260 },
2219 { 2261 {
2262 "swarming": {
2263 "can_use_on_swarming_builders": true
2264 },
2220 "test": "extensions_unittests" 2265 "test": "extensions_unittests"
2221 }, 2266 },
2222 { 2267 {
2223 "test": "gcm_unit_tests" 2268 "test": "gcm_unit_tests"
2224 }, 2269 },
2225 { 2270 {
2226 "test": "google_apis_unittests" 2271 "test": "google_apis_unittests"
2227 }, 2272 },
2228 { 2273 {
2229 "test": "gpu_unittests" 2274 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2341 { 2386 {
2342 "swarming": { 2387 "swarming": {
2343 "can_use_on_swarming_builders": true 2388 "can_use_on_swarming_builders": true
2344 }, 2389 },
2345 "test": "crypto_unittests" 2390 "test": "crypto_unittests"
2346 }, 2391 },
2347 { 2392 {
2348 "test": "device_unittests" 2393 "test": "device_unittests"
2349 }, 2394 },
2350 { 2395 {
2396 "swarming": {
2397 "can_use_on_swarming_builders": true
2398 },
2351 "test": "extensions_unittests" 2399 "test": "extensions_unittests"
2352 }, 2400 },
2353 { 2401 {
2354 "test": "gcm_unit_tests" 2402 "test": "gcm_unit_tests"
2355 }, 2403 },
2356 { 2404 {
2357 "test": "google_apis_unittests" 2405 "test": "google_apis_unittests"
2358 }, 2406 },
2359 { 2407 {
2360 "test": "gpu_unittests" 2408 "test": "gpu_unittests"
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
2453 { 2501 {
2454 "test": "courgette_unittests" 2502 "test": "courgette_unittests"
2455 }, 2503 },
2456 { 2504 {
2457 "test": "crypto_unittests" 2505 "test": "crypto_unittests"
2458 }, 2506 },
2459 { 2507 {
2460 "test": "device_unittests" 2508 "test": "device_unittests"
2461 }, 2509 },
2462 { 2510 {
2511 "swarming": {
2512 "can_use_on_swarming_builders": true
2513 },
2463 "test": "extensions_unittests" 2514 "test": "extensions_unittests"
2464 }, 2515 },
2465 { 2516 {
2466 "test": "gcm_unit_tests" 2517 "test": "gcm_unit_tests"
2467 }, 2518 },
2468 { 2519 {
2469 "test": "google_apis_unittests" 2520 "test": "google_apis_unittests"
2470 }, 2521 },
2471 { 2522 {
2472 "test": "gpu_unittests" 2523 "test": "gpu_unittests"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2578 { 2629 {
2579 "swarming": { 2630 "swarming": {
2580 "can_use_on_swarming_builders": true 2631 "can_use_on_swarming_builders": true
2581 }, 2632 },
2582 "test": "crypto_unittests" 2633 "test": "crypto_unittests"
2583 }, 2634 },
2584 { 2635 {
2585 "test": "device_unittests" 2636 "test": "device_unittests"
2586 }, 2637 },
2587 { 2638 {
2639 "swarming": {
2640 "can_use_on_swarming_builders": true
2641 },
2588 "test": "extensions_unittests" 2642 "test": "extensions_unittests"
2589 }, 2643 },
2590 { 2644 {
2591 "test": "gcm_unit_tests" 2645 "test": "gcm_unit_tests"
2592 }, 2646 },
2593 { 2647 {
2594 "test": "google_apis_unittests" 2648 "test": "google_apis_unittests"
2595 }, 2649 },
2596 { 2650 {
2597 "test": "gpu_unittests" 2651 "test": "gpu_unittests"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2709 { 2763 {
2710 "swarming": { 2764 "swarming": {
2711 "can_use_on_swarming_builders": true 2765 "can_use_on_swarming_builders": true
2712 }, 2766 },
2713 "test": "crypto_unittests" 2767 "test": "crypto_unittests"
2714 }, 2768 },
2715 { 2769 {
2716 "test": "device_unittests" 2770 "test": "device_unittests"
2717 }, 2771 },
2718 { 2772 {
2773 "swarming": {
2774 "can_use_on_swarming_builders": true
2775 },
2719 "test": "extensions_unittests" 2776 "test": "extensions_unittests"
2720 }, 2777 },
2721 { 2778 {
2722 "test": "gcm_unit_tests" 2779 "test": "gcm_unit_tests"
2723 }, 2780 },
2724 { 2781 {
2725 "test": "google_apis_unittests" 2782 "test": "google_apis_unittests"
2726 }, 2783 },
2727 { 2784 {
2728 "test": "gpu_unittests" 2785 "test": "gpu_unittests"
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 { 2945 {
2889 "test": "display_unittests" 2946 "test": "display_unittests"
2890 }, 2947 },
2891 { 2948 {
2892 "swarming": { 2949 "swarming": {
2893 "can_use_on_swarming_builders": true 2950 "can_use_on_swarming_builders": true
2894 }, 2951 },
2895 "test": "events_unittests" 2952 "test": "events_unittests"
2896 }, 2953 },
2897 { 2954 {
2955 "swarming": {
2956 "can_use_on_swarming_builders": true
2957 },
2898 "test": "extensions_unittests" 2958 "test": "extensions_unittests"
2899 }, 2959 },
2900 { 2960 {
2901 "test": "gcm_unit_tests" 2961 "test": "gcm_unit_tests"
2902 }, 2962 },
2903 { 2963 {
2904 "swarming": { 2964 "swarming": {
2905 "can_use_on_swarming_builders": true 2965 "can_use_on_swarming_builders": true
2906 }, 2966 },
2907 "test": "gfx_unittests" 2967 "test": "gfx_unittests"
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
3293 { 3353 {
3294 "test": "display_unittests" 3354 "test": "display_unittests"
3295 }, 3355 },
3296 { 3356 {
3297 "swarming": { 3357 "swarming": {
3298 "can_use_on_swarming_builders": true 3358 "can_use_on_swarming_builders": true
3299 }, 3359 },
3300 "test": "events_unittests" 3360 "test": "events_unittests"
3301 }, 3361 },
3302 { 3362 {
3363 "swarming": {
3364 "can_use_on_swarming_builders": true
3365 },
3303 "test": "extensions_unittests" 3366 "test": "extensions_unittests"
3304 }, 3367 },
3305 { 3368 {
3306 "test": "gcm_unit_tests" 3369 "test": "gcm_unit_tests"
3307 }, 3370 },
3308 { 3371 {
3309 "swarming": { 3372 "swarming": {
3310 "can_use_on_swarming_builders": true 3373 "can_use_on_swarming_builders": true
3311 }, 3374 },
3312 "test": "gfx_unittests" 3375 "test": "gfx_unittests"
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
3668 }, 3731 },
3669 { 3732 {
3670 "args": [ 3733 "args": [
3671 "--site-per-process" 3734 "--site-per-process"
3672 ], 3735 ],
3673 "test": "unit_tests" 3736 "test": "unit_tests"
3674 } 3737 }
3675 ] 3738 ]
3676 } 3739 }
3677 } 3740 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698