Commit 7d596101 authored by jamescook's avatar jamescook Committed by Commit bot

Disable WebInputEventAuraTest.TestMakeWebKeyboardEventWindowsKeyCode under TSan.

BUG=449103
TBR=kpschoedel@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/885463002

Cr-Commit-Position: refs/heads/master@{#313369}
parent c6fda5da
...@@ -45,8 +45,8 @@ TEST(WebInputEventAuraTest, TestMakeWebKeyboardEvent) { ...@@ -45,8 +45,8 @@ TEST(WebInputEventAuraTest, TestMakeWebKeyboardEvent) {
} }
// Checks that MakeWebKeyboardEvent returns a correct windowsKeyCode. // Checks that MakeWebKeyboardEvent returns a correct windowsKeyCode.
#if defined(THREAD_SANITIZER) #if defined(OS_CHROMEOS) || defined(THREAD_SANITIZER)
// This test fails under ThreadSanitizer on Linux, see // Fails on Chrome OS and under ThreadSanitizer on Linux, see
// https://crbug.com/449103. // https://crbug.com/449103.
#define MAYBE_TestMakeWebKeyboardEventWindowsKeyCode \ #define MAYBE_TestMakeWebKeyboardEventWindowsKeyCode \
DISABLED_TestMakeWebKeyboardEventWindowsKeyCode DISABLED_TestMakeWebKeyboardEventWindowsKeyCode
......
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