Commit c4778979 authored by rdevlin.cronin's avatar rdevlin.cronin Committed by Commit bot

[Sheriff] Disable SpellCheckTest.SpellCheckText on Windows

NOTRY=true
TBR=groby@chromium.org
BUG=678300

Review-Url: https://codereview.chromium.org/2611723003
Cr-Commit-Position: refs/heads/master@{#441408}
parent 0b6c7b4c
...@@ -489,9 +489,10 @@ TEST_F(SpellCheckTest, SpellCheckSuggestions_EN_US) { ...@@ -489,9 +489,10 @@ TEST_F(SpellCheckTest, SpellCheckSuggestions_EN_US) {
// This test verifies our spellchecker can split a text into words and check // This test verifies our spellchecker can split a text into words and check
// the spelling of each word in the text. // the spelling of each word in the text.
#if defined(THREAD_SANITIZER) #if defined(THREAD_SANITIZER) || defined(OS_WIN)
// SpellCheckTest.SpellCheckText fails under ThreadSanitizer v2. // SpellCheckTest.SpellCheckText fails under ThreadSanitizer v2.
// See http://crbug.com/217909. // See http://crbug.com/217909.
// Also fails on windows: crbug.com/678300.
#define MAYBE_SpellCheckText DISABLED_SpellCheckText #define MAYBE_SpellCheckText DISABLED_SpellCheckText
#else #else
#define MAYBE_SpellCheckText SpellCheckText #define MAYBE_SpellCheckText SpellCheckText
......
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