Commit bc351962 authored by ckitagawa's avatar ckitagawa Committed by Chromium LUCI CQ

[Paint Preview] Enabled DontReload test on Mac

After landing flake fixes for Win/Linux I suspect this is also no longer
an issue on Mac.

Bug: 1160608
Change-Id: I22313baee7d82ac159ba62417fac0ca4a3cd704d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628107
Auto-Submit: Calder Kitagawa <ckitagawa@chromium.org>
Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org>
Reviewed-by: default avatarMehran Mahmoudi <mahmoudi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844103}
parent 7426cc85
...@@ -373,15 +373,7 @@ IN_PROC_BROWSER_TEST_P(PaintPreviewBrowserTest, ...@@ -373,15 +373,7 @@ IN_PROC_BROWSER_TEST_P(PaintPreviewBrowserTest,
// occurs *during* crash handling, leaving the frame in an invalid state and // occurs *during* crash handling, leaving the frame in an invalid state and
// leading to a crash when it subsequently unloaded. // leading to a crash when it subsequently unloaded.
// This is fixed by deferring it to a PostTask. // This is fixed by deferring it to a PostTask.
// Flaky on Mac. TODO(https://crbug.com/1160608): Enabled this test. IN_PROC_BROWSER_TEST_P(PaintPreviewBrowserTest, DontReloadInRenderProcessExit) {
#if defined(OS_MAC)
#define MAYBE_DontReloadInRenderProcessExit \
DISABLED_DontReloadInRenderProcessExit
#else
#define MAYBE_DontReloadInRenderProcessExit DontReloadInRenderProcessExit
#endif
IN_PROC_BROWSER_TEST_P(PaintPreviewBrowserTest,
MAYBE_DontReloadInRenderProcessExit) {
// In the FileSystem variant of this test, blocking needs to be permitted to // In the FileSystem variant of this test, blocking needs to be permitted to
// allow cleanup to work during the crash. // allow cleanup to work during the crash.
base::ScopedAllowBlockingForTesting scope; base::ScopedAllowBlockingForTesting scope;
......
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