diff options
author | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 14:17:31 +0000 |
---|---|---|
committer | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 14:17:31 +0000 |
commit | 665aef85dc4c4ed52ba43583919aebda41ce09a2 (patch) | |
tree | e80f4abcc4e09ee70e3020a28d011d80f4b90d16 /tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt | |
parent | 6b978b960775755e665fa0c6d9139495362eba07 (diff) | |
download | chromium_src-665aef85dc4c4ed52ba43583919aebda41ce09a2.zip chromium_src-665aef85dc4c4ed52ba43583919aebda41ce09a2.tar.gz chromium_src-665aef85dc4c4ed52ba43583919aebda41ce09a2.tar.bz2 |
Exclude GDataFilesystemTest.* from CrOS Valgrind.
They are generating unaddr reports, likely use-after-free. I would
revert the change, but it's three patches deep and there are conflicts.
TBR=kuan@chromium.org
BUG=119712
Review URL: https://chromiumcodereview.appspot.com/9835052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt index 8e23b28..79466a1 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt @@ -15,3 +15,5 @@ ClientSideDetectionHostTest.OnPhishingDetectionDoneDisabled # http://crbug.com/119610 ProfileSyncServiceSessionTest.WriteFilledSessionToNode ProfileSyncServiceSessionTest.ValidTabs +# Timeouts and unaddrs on CrOS. http://crbug.com/119712 +GDataFilesystemTest.* |