Commit c768dee9 authored by Makoto Shimazu's avatar Makoto Shimazu Committed by Commit Bot

Disable a test in ExtensionCrashRecoveryTest on Linux dbg

TBR=rdevlin.cronin@chromium.org
NOTRY=true

Bug: 831078
Change-Id: Id97988d690315e7d2734a11255dcc9ba901c3d78
Reviewed-on: https://chromium-review.googlesource.com/1004560Reviewed-by: default avatarMakoto Shimazu <shimazu@chromium.org>
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549464}
parent 9505eb43
......@@ -443,8 +443,17 @@ IN_PROC_BROWSER_TEST_F(ExtensionCrashRecoveryTest, CrashAndUnloadAll) {
// Test that when an extension with a background page that has a tab open
// crashes, the tab stays open, and reloading it reloads the extension.
// Regression test for issue 71629 and 763808.
//
// Disabled on Linux dbg: https://crbug.com/831078.
// TODO(https://crbug.com/831078): Disable it only when site-per-process is
// enabled.
#if !defined(NDEBUG) && defined(OS_LINUX)
#define MAYBE_ReloadTabsWithBackgroundPage DISABLED_ReloadTabsWithBackgroundPage
#else
#define MAYBE_ReloadTabsWithBackgroundPage ReloadTabsWithBackgroundPage
#endif
IN_PROC_BROWSER_TEST_F(ExtensionCrashRecoveryTest,
ReloadTabsWithBackgroundPage) {
MAYBE_ReloadTabsWithBackgroundPage) {
TabStripModel* tab_strip = browser()->tab_strip_model();
const size_t count_before = GetEnabledExtensionCount();
const size_t crash_count_before = GetTerminatedExtensionCount();
......
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