Commit 186c9ac9 authored by timurrrr's avatar timurrrr Committed by Commit bot

Revert of Revert of Disable a test that fails under ASan and MSan (patchset #1...

Revert of Revert of Disable a test that fails under ASan and MSan (patchset #1 id:1 of https://codereview.chromium.org/1018443002/)

Reason for revert:
The underlying issue is still not fixed, re-enabling the test causes bots to turn red.

Please wait for the underlying issue to be resolved before re-enabling.

Original issue's description:
> Revert of Disable a test that fails under ASan and MSan (patchset #1 id:1 of https://codereview.chromium.org/1007293002/)
>
> Reason for revert:
> This test is a victim of a bigger issue of main renderer message loop being used after it is deleted. Details are in crbug.com/467369.
>
> I've also run the test with ASAN locally and didn't reproduce after a few runs.
>
> Original issue's description:
> > Disable a test that fails under ASan and MSan
> >
> > It can be flaky in other configurations as well
> >
> > BUG=467483
> > TBR=nasko
> >
> > Committed: https://crrev.com/992ff715f61e90562983139ac31392b72e716822
> > Cr-Commit-Position: refs/heads/master@{#320713}
>
> TBR=timurrrr@chromium.org
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=467483
>
> Committed: https://crrev.com/216981c97018a8b8dea097cbde58889bf4e68c1a
> Cr-Commit-Position: refs/heads/master@{#320755}

TBR=nasko@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=467483

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

Cr-Commit-Position: refs/heads/master@{#320890}
parent f1e8b17f
......@@ -608,7 +608,8 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, History) {
ASSERT_TRUE(RunExtensionTest("webnavigation/history")) << message_;
}
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, CrossProcess) {
// Disabled because of http://crbug.com/467483
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_CrossProcess) {
ASSERT_TRUE(StartEmbeddedTestServer());
LoadExtension(test_data_dir_.AppendASCII("webnavigation").AppendASCII("app"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment