Adjust ServerRedirectSingleProcess expectations for site-per-process.
WebNavigationApiTest.ServerRedirectSingleProcess from browser_tests has
its expectations in
serverRedirectSingleProcess/test_serverRedirectSingleProcess.js. The
expectations include exact |processId| ("exact" meaning that one cannot
use a wildcard - the verification is done via chrome.test.checkDeepEq).
Inclusion of |processId| means that the expectation change in
site-per-process mode.
This CL flips the expectations to match the expected behavior in
site-per-process mode and disables the test outside of site-per-process
mode. The "disabling" can be removed in a follow-up CL, after we only
run //chrome-layer tests in site-per-process mode.
Bug: 671734
Change-Id: I984d67342008c3025b84406d99d4798ca46d77f6
Reviewed-on: https://chromium-review.googlesource.com/1162909Reviewed-by:
Nasko Oskov <nasko@chromium.org>
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581003}
Showing
Please register or sign in to comment