diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 22:12:16 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 22:12:16 +0000 |
commit | d061105e0b95444d1016b9a1b42cb87c6be599cf (patch) | |
tree | 9339309e1826c796446e029ca27f0bb676fdfbb8 /tools | |
parent | 329ce1826c3dc7f5e7ac1079d4de8c00a09549ea (diff) | |
download | chromium_src-d061105e0b95444d1016b9a1b42cb87c6be599cf.zip chromium_src-d061105e0b95444d1016b9a1b42cb87c6be599cf.tar.gz chromium_src-d061105e0b95444d1016b9a1b42cb87c6be599cf.tar.bz2 |
sync: fix test-only race in SyncerThread2Test.*Coalescing*
These tests would schedule a nudge in the future, and then two immediate ones in the hopes
of hitting the coalesce code path. I switched it to use TestTimeouts and a longer delay,
and only have two nudges.
BUG=74663
TEST=SyncerThread2Test.*Coalescing*
Review URL: http://codereview.chromium.org/6824055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt deleted file mode 100644 index 4d40705..0000000 --- a/tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt +++ /dev/null @@ -1,3 +0,0 @@ -# Fail under RaceVerifier, see http://crbug.com/74663 -SyncerThread2Test.NudgeCoalescing -SyncerThread2Test.NudgeWithPayloadsCoalescing |