Commit 8bd3a69d authored by calamity's avatar calamity Committed by Commit Bot

Disable WebViewInteractiveTest.Focus_InputMethod on Windows

TBR=wjmaclean@chromium.org

Bug: 1092915

Change-Id: Ic2a2b55c695126547e1e11385adf4e235d627c88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2253484
Commit-Queue: calamity <calamity@chromium.org>
Reviewed-by: default avatarcalamity <calamity@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780195}
parent 0f2fbb0c
...@@ -1352,7 +1352,7 @@ IN_PROC_BROWSER_TEST_F(WebViewFocusInteractiveTest, Focus_FocusRestored) { ...@@ -1352,7 +1352,7 @@ IN_PROC_BROWSER_TEST_F(WebViewFocusInteractiveTest, Focus_FocusRestored) {
// ui::TextInputClient is NULL for mac and android. // ui::TextInputClient is NULL for mac and android.
#if !defined(OS_MACOSX) && !defined(OS_ANDROID) #if !defined(OS_MACOSX) && !defined(OS_ANDROID)
#if defined(ADDRESS_SANITIZER) #if defined(ADDRESS_SANITIZER) || defined(OS_WIN)
#define MAYBE_Focus_InputMethod DISABLED_Focus_InputMethod #define MAYBE_Focus_InputMethod DISABLED_Focus_InputMethod
#else #else
#define MAYBE_Focus_InputMethod Focus_InputMethod #define MAYBE_Focus_InputMethod Focus_InputMethod
......
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