Chromium Code Reviews| Index: base/data/valgrind/base_unittests.gtest.txt |
| =================================================================== |
| --- base/data/valgrind/base_unittests.gtest.txt (revision 32433) |
| +++ base/data/valgrind/base_unittests.gtest.txt (working copy) |
| @@ -13,3 +13,7 @@ |
| # 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. |
|
Lei Zhang
2009/11/18 23:47:44
Can you add a note indicating this is bug 28179?
|
| +OutOfMemoryTest.* |