Commit 502dacd2 authored by jam@chromium.org's avatar jam@chromium.org
parent b4ef1215
......@@ -412,9 +412,9 @@ IN_PROC_BROWSER_TEST_F(RenderFrameHostManagerTest,
// Test that setting the opener to null in a window affects cross-process
// navigations, including those to existing entries. http://crbug.com/156669.
// Flaky on android: http://crbug.com/397185
// Flaky on windows: http://crbug.com/291249
// Flaky on windows and mac: http://crbug.com/291249
// This test also crashes under ThreadSanitizer, http://crbug.com/356758.
#if defined(OS_ANDROID) || defined(OS_WIN) || defined(THREAD_SANITIZER)
#if defined(OS_ANDROID) || defined(OS_WIN) || defined(THREAD_SANITIZER) || defined(OS_MACOSX)
#define MAYBE_DisownOpener DISABLED_DisownOpener
#else
#define MAYBE_DisownOpener DisownOpener
......
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