diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-20 20:42:04 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-20 20:42:04 +0000 |
commit | 9de48c122cece4eb9df857dbc32c3ceb434bc9f5 (patch) | |
tree | 87ba33c747bafada92c900cfd2c4f463fb463d79 /tools/valgrind/gtest_exclude | |
parent | aeb7456b18e96600d2522a90761ab2ea8fdc7326 (diff) | |
download | chromium_src-9de48c122cece4eb9df857dbc32c3ceb434bc9f5.zip chromium_src-9de48c122cece4eb9df857dbc32c3ceb434bc9f5.tar.gz chromium_src-9de48c122cece4eb9df857dbc32c3ceb434bc9f5.tar.bz2 |
TSAN: Exclude a couple tests that are failing / timing out.
BUG=119467,124452
TEST=none
TBR=timurrrr
Review URL: https://chromiumcodereview.appspot.com/10171013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/gtest_exclude')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt index 3912e54..7331123 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt @@ -39,3 +39,6 @@ DnsConfigServiceTest.*GetSystemConfig # See http://crbug.com/50346 DiskCacheEntryTest.* + +# Times out occasionally, http://crbug.com/124452 +HostResolverImplTest.StartWithinCallback diff --git a/tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt index fc2cc8e..6976847 100644 --- a/tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt +++ b/tools/valgrind/gtest_exclude/sync_unit_tests.gtest-tsan.txt @@ -1,2 +1,5 @@ # Flaky, see http://crbug.com/118370 SyncSchedulerTest.TransientPollFailure + +# Flaky, http://crbug.com/119467 +InvalidationNotifierTest.Basic |