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

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

Issue 621913002: Disable failing tests for Site Isolation FYI builders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated list of failing tests Created 6 years, 2 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "sync_unit_tests", 275 "sync_unit_tests",
276 "ui_unittests", 276 "ui_unittests",
277 "unit_tests", 277 "unit_tests",
278 "url_unittests", 278 "url_unittests",
279 "browser_tests" 279 "browser_tests"
280 ] 280 ]
281 }, 281 },
282 "Site Isolation Linux": { 282 "Site Isolation Linux": {
283 "gtest_tests": [ 283 "gtest_tests": [
284 { "test": "content_unittests", "args": ["--site-per-process"] }, 284 { "test": "content_unittests", "args": ["--site-per-process"] },
285 { "test": "content_browsertests", "args": ["--site-per-process"] } 285 { "test": "content_browsertests", "args": ["--site-per-process --gtest_fil ter=-RenderFrameHostManagerTest.AllowTargetedNavigationsAfterSwap:-RenderFrameHo stManagerTest.SupportCrossProcessPostMessage:-SiteIsolationPolicyBrowserTest.Cro ssSiteDocumentBlockingForDifferentTargets:-RenderFrameHostManagerTest.DontSwapPr ocessWithOnlyTargetBlank:-RenderFrameHostManagerTest.DisownOpener:-FrameTreeBrow serTest.NavigateWithLeftoverFrames:-RenderFrameHostManagerTest.DontPreemptNaviga tionWithFrameTreeUpdate:-RenderFrameHostManagerTest.ProcessExitWithSwappedOutVie ws:-RenderFrameHostManagerTest.SupportCrossProcessPostMessageWithMessagePort:-Re nderFrameHostManagerTest.AllowTargetedNavigationsInOpenerAfterSwap"] }
286 ] 286 ]
287 }, 287 },
288 "Site Isolation Win": { 288 "Site Isolation Win": {
289 "gtest_tests": [ 289 "gtest_tests": [
290 { "test": "content_unittests", "args": ["--site-per-process"] }, 290 { "test": "content_unittests", "args": ["--site-per-process"] },
291 { "test": "content_browsertests", "args": ["--site-per-process"] } 291 { "test": "content_browsertests", "args": ["--site-per-process --gtest_fil ter=-RenderFrameHostManagerTest.AllowTargetedNavigationsAfterSwap:-RenderFrameHo stManagerTest.SupportCrossProcessPostMessage:-SiteIsolationPolicyBrowserTest.Cro ssSiteDocumentBlockingForDifferentTargets:-RenderFrameHostManagerTest.DontSwapPr ocessWithOnlyTargetBlank:-RenderFrameHostManagerTest.DisownOpener:-FrameTreeBrow serTest.NavigateWithLeftoverFrames:-RenderFrameHostManagerTest.DontPreemptNaviga tionWithFrameTreeUpdate:-RenderFrameHostManagerTest.ProcessExitWithSwappedOutVie ws:-RenderFrameHostManagerTest.SupportCrossProcessPostMessageWithMessagePort:-Re nderFrameHostManagerTest.AllowTargetedNavigationsInOpenerAfterSwap"] }
292 ] 292 ]
293 } 293 }
294 } 294 }
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