Skip to content

Commit

Permalink
PlzNavigate: add an fyi bot to test browser side navigation
Browse files Browse the repository at this point in the history
This CL adds a recipe for a Brsoer Side Navigation fyi bot in the chromium fyi
waterfall.

BUG=432848

Review URL: https://codereview.chromium.org/722103003

Cr-Commit-Position: refs/heads/master@{#305204}
  • Loading branch information
clamy authored and Commit bot committed Nov 21, 2014
1 parent b30864a commit 37fd000
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing/buildbot/chromium.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,12 @@
{ "test": "content_browsertests", "args": ["--site-per-process", "--gtest_filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.DontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.SupportCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfterSwap"] }
]
},
"Browser Side Navigation Linux": {
"gtest_tests": [
{ "test": "content_unittests", "args": ["--enable-browser-side-navigation"] },
{ "test": "content_browsertests", "args": ["--enable-browser-side-navigation"] }
]
},
"Linux ChromeOS MSan Tests": {
"gtest_tests": [
"accessibility_unittests",
Expand Down

0 comments on commit 37fd000

Please sign in to comment.