diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 09:36:17 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 09:36:17 +0000 |
commit | 8a9624618e4ef18a33297a1e53f9f24d1d7c7677 (patch) | |
tree | 51088eaa6cb38b0b2f715a49c2799ee5d3d0ba30 /base/data | |
parent | 6ee12c40c7888500e87b33fb1993faf3d689eb09 (diff) | |
download | chromium_src-8a9624618e4ef18a33297a1e53f9f24d1d7c7677.zip chromium_src-8a9624618e4ef18a33297a1e53f9f24d1d7c7677.tar.gz chromium_src-8a9624618e4ef18a33297a1e53f9f24d1d7c7677.tar.bz2 |
Don't run PlatformFile.TouchGetInfoPlatformFile under Valgrind
BUG=55517
TBR=glider
Review URL: http://codereview.chromium.org/3400002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/data')
-rw-r--r-- | base/data/valgrind/base_unittests.gtest.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/data/valgrind/base_unittests.gtest.txt b/base/data/valgrind/base_unittests.gtest.txt index daa22c2..173defa 100644 --- a/base/data/valgrind/base_unittests.gtest.txt +++ b/base/data/valgrind/base_unittests.gtest.txt @@ -17,3 +17,6 @@ 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. OutOfMemoryDeathTest.* + +# Flaky under Valgrind, see http://crbug.com/55517 +PlatformFile.TouchGetInfoPlatformFile |