diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/data/valgrind/base_unittests.gtest.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/data/valgrind/base_unittests.gtest.txt b/base/data/valgrind/base_unittests.gtest.txt index 88053f1..8f7a32f 100644 --- a/base/data/valgrind/base_unittests.gtest.txt +++ b/base/data/valgrind/base_unittests.gtest.txt @@ -13,3 +13,7 @@ ObserverListThreadSafeTest.CrossThreadNotifications # Hangs sometimes on linux, see http://crbug.com/22138 ClipboardTest.* + +# These tests trigger a CHECK so they will leak memory. They don't test +# anything else, so just disable them on valgrind. Bug 28179. +OutOfMemoryTest.* |