summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortapted <tapted@chromium.org>2014-09-15 01:22:58 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-15 08:26:12 +0000
commit7279fced4d4890c54ce2ac52879fa2bf2b471c0a (patch)
treeb4cda7f57c5cae00148de517cf5e375515ea6e71
parenta48fbeb71d7b4e66a5fafecf2b81ec6d5f97e1c5 (diff)
downloadchromium_src-7279fced4d4890c54ce2ac52879fa2bf2b471c0a.zip
chromium_src-7279fced4d4890c54ce2ac52879fa2bf2b471c0a.tar.gz
chromium_src-7279fced4d4890c54ce2ac52879fa2bf2b471c0a.tar.bz2
Exclude (Mac test) MenuControllerTest.OpenClose from valgrind running ui_unittests
It's tickling some strange leaks out of allocations in system libraries. TBR=glider@chromium.org NOTREECHECKS=true NOTRY=true BUG=414191 Review URL: https://codereview.chromium.org/552743006 Cr-Commit-Position: refs/heads/master@{#294791}
-rw-r--r--tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck.txt b/tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck.txt
index 32aba7b..7c5a4be 100644
--- a/tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck.txt
+++ b/tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck.txt
@@ -3,3 +3,6 @@ RenderTextTest.DisplayRectShowsCursorLTR
# http://crbug.com/370168
TouchExplorationTest.*
+
+# http://crbug.com/414191
+MenuControllerTest.OpenClose