summaryrefslogtreecommitdiffstats
path: root/testing/buildbot
diff options
context:
space:
mode:
authorlfg <lfg@chromium.org>2015-07-15 09:00:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-15 16:00:46 +0000
commit573e8be6d639b7066a270ae99d02e829e10b90dd (patch)
tree4e6994350d156a2e0a7aabbd29740a8892a662d0 /testing/buildbot
parent59511b2fcee7465e5d23565d0387f980119c08e8 (diff)
downloadchromium_src-573e8be6d639b7066a270ae99d02e829e10b90dd.zip
chromium_src-573e8be6d639b7066a270ae99d02e829e10b90dd.tar.gz
chromium_src-573e8be6d639b7066a270ae99d02e829e10b90dd.tar.bz2
Fix race when reloading original URL.
Fixes an issue where the browser's last committed entry and the renderer can become out of sync when reloading the original requested URL, which causes the browser to kill the renderer process. BUG=491861 TBR=jam@chromium.org for chromium.fyi.json Review URL: https://codereview.chromium.org/1189413005 Cr-Commit-Position: refs/heads/master@{#338864}
Diffstat (limited to 'testing/buildbot')
-rw-r--r--testing/buildbot/chromium.fyi.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 4a78390..2f7ac0c 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -3997,7 +3997,7 @@
{
"args": [
"--site-per-process",
- "--gtest_filter=-*.PreventSpoofFromSubframeAndReplace:SessionHistoryTest.CrossFrameFormBackForward:SessionHistoryTest.FrameBackForward:*.SupportCrossProcessPostMessageWithMessagePort:DevToolsProtocolTest.NavigationPreservesMessages"
+ "--gtest_filter=-*.PreventSpoofFromSubframeAndReplace:SessionHistoryTest.CrossFrameFormBackForward:SessionHistoryTest.FrameBackForward:*.SupportCrossProcessPostMessageWithMessagePort:DevToolsProtocolTest.NavigationPreservesMessages:NavigationControllerBrowserTest.ReloadOriginalRequest"
],
"test": "content_browsertests"
},
@@ -4027,7 +4027,7 @@
{
"args": [
"--site-per-process",
- "--gtest_filter=-*.PreventSpoofFromSubframeAndReplace:SessionHistoryTest.CrossFrameFormBackForward:SessionHistoryTest.FrameBackForward:*.SupportCrossProcessPostMessageWithMessagePort:DevToolsProtocolTest.NavigationPreservesMessages"
+ "--gtest_filter=-*.PreventSpoofFromSubframeAndReplace:SessionHistoryTest.CrossFrameFormBackForward:SessionHistoryTest.FrameBackForward:*.SupportCrossProcessPostMessageWithMessagePort:DevToolsProtocolTest.NavigationPreservesMessages:NavigationControllerBrowserTest.ReloadOriginalRequest"
],
"test": "content_browsertests"
},