diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-25 03:03:55 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-25 03:03:55 +0000 |
commit | 99aeaaf4b9df5e2ca52d31591fee3e74acce4984 (patch) | |
tree | 9286950e0ac864b1de62126f262f44cc80ed69b4 /chrome | |
parent | 383668efc3c929bff44049eae357bd8476790b2a (diff) | |
download | chromium_src-99aeaaf4b9df5e2ca52d31591fee3e74acce4984.zip chromium_src-99aeaaf4b9df5e2ca52d31591fee3e74acce4984.tar.gz chromium_src-99aeaaf4b9df5e2ca52d31591fee3e74acce4984.tar.bz2 |
Remove SyncerThreadWithSyncerTest.StopSyncPermanently valgrind threadsanitizer suppression.
Patch from Nicolas Zea <nzea@chromium.org>
BUG=50217
TEST=run tools/valgrind/chrome_tests.sh --test sync --tool tsan --gtest_filter="*StopSyncPerm*" and verify that there's no mention of a race involving strings in set_store_birthday.
Review URL: http://codereview.chromium.org/3414019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60558 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/data/valgrind/sync_unit_tests.gtest-tsan.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/data/valgrind/sync_unit_tests.gtest-tsan.txt b/chrome/test/data/valgrind/sync_unit_tests.gtest-tsan.txt index c8226b3..e69de29 100644 --- a/chrome/test/data/valgrind/sync_unit_tests.gtest-tsan.txt +++ b/chrome/test/data/valgrind/sync_unit_tests.gtest-tsan.txt @@ -1,3 +0,0 @@ -# This test contains a data race on string. Such races can corrupt memory, -# so it is excluded, not suppressed. See http://crbug.com/50217 -SyncerThreadWithSyncerTest.StopSyncPermanently |