Commit 37b59e15 authored by David Bertoni's avatar David Bertoni Committed by Commit Bot

[Extensions] Enable test that's no longer crashing on ASAN builds.

The BrowserActionApitest.CloseBackgroundPage was disabled in 2011
due to crashing on ASAN builds. I tested this for both regular
Chrome on Linux and ChromeOS builds and it didn't crash after 500
runs.

Bug: 98861
Change-Id: I3c896a4b6231b79fdc47d3be0c3ef3dca7683d49
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914605Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715052}
parent fb95439f
...@@ -700,9 +700,7 @@ IN_PROC_BROWSER_TEST_F(BrowserActionApiTest, IncognitoSplit) { ...@@ -700,9 +700,7 @@ IN_PROC_BROWSER_TEST_F(BrowserActionApiTest, IncognitoSplit) {
ASSERT_TRUE(catcher.GetNextResult()) << catcher.message(); ASSERT_TRUE(catcher.GetNextResult()) << catcher.message();
} }
// Disabled because of failures (crashes) on ASAN bot. IN_PROC_BROWSER_TEST_F(BrowserActionApiTest, CloseBackgroundPage) {
// See http://crbug.com/98861.
IN_PROC_BROWSER_TEST_F(BrowserActionApiTest, DISABLED_CloseBackgroundPage) {
ASSERT_TRUE(LoadExtension( ASSERT_TRUE(LoadExtension(
test_data_dir_.AppendASCII("browser_action/close_background"))); test_data_dir_.AppendASCII("browser_action/close_background")));
const Extension* extension = GetSingleLoadedExtension(); const Extension* extension = GetSingleLoadedExtension();
......
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