Commit 06ce92ff authored by David Tseng's avatar David Tseng Committed by Commit Bot

Disable chromevox_tests PanelTest on msan

TBR=dmazzoni@chromium.org

Change-Id: I65cf219b1e2e89fc6889f65daedbc81e2a616e14
Reviewed-on: https://chromium-review.googlesource.com/1235017Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592662}
parent 9c641519
...@@ -26,7 +26,7 @@ PanelTest.prototype = { ...@@ -26,7 +26,7 @@ PanelTest.prototype = {
-// Flaky on dbg, see https://crbug.com/795840 -// Flaky on dbg, see https://crbug.com/795840
GEN_BLOCK(function() { /*! GEN_BLOCK(function() { /*!
#if !defined(NDEBUG) #if !defined(NDEBUG) || defined(MEMORY_SANITIZER)
#define MAYBE_ActivateMenu DISABLED_ActivateMenu #define MAYBE_ActivateMenu DISABLED_ActivateMenu
#define MAYBE_LinkMenu DISABLED_LinkMenu #define MAYBE_LinkMenu DISABLED_LinkMenu
#else #else
......
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