diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 09:21:20 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 09:21:20 +0000 |
commit | 023a62155caa723898316ab6986ebfd28204ec98 (patch) | |
tree | 7fc65adf159bde03c0c57b5a333aa1136f8347ef /tools | |
parent | e8dd34d01fdb366d9b72c4f9a43fd8152bcf4fe0 (diff) | |
download | chromium_src-023a62155caa723898316ab6986ebfd28204ec98.zip chromium_src-023a62155caa723898316ab6986ebfd28204ec98.tar.gz chromium_src-023a62155caa723898316ab6986ebfd28204ec98.tar.bz2 |
Re-enable some net tests under TSan/Win
The new TSan binary should consume less memory and avoid OOM by flushing its
state on near-OOM.
TBR=hbono
BUG=46647,53304,51145,50346
Review URL: https://chromiumcodereview.appspot.com/10356094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt | 13 |
1 files changed, 0 insertions, 13 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 7331123..93ff8bd 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt @@ -8,19 +8,9 @@ X509CertificateTest.UnoSoftCertParsing URLRequestTest.DoNotSaveCookies URLRequestTest.QuitTest -# See http://crbug.com/46647 -DiskCacheBackendTest.* - -# See http://crbug.com/53304 -URLRequestTest.* - # See http://crbug.com/47836 ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit -# See http://crbug.com/51145 -HttpNetworkTransactionTest.* -HttpNetworkLayerTest.GET - # Single-threaded and relatively slow - no reason to test # See http://crbug.com/59642 CookieMonsterTest.GarbageCollectionTriggers @@ -37,8 +27,5 @@ HostResolverImplTest.AbortOnlyExistingRequestsOnIPAddressChange # Fails, see http://crbug.com/118874 DnsConfigServiceTest.*GetSystemConfig -# See http://crbug.com/50346 -DiskCacheEntryTest.* - # Times out occasionally, http://crbug.com/124452 HostResolverImplTest.StartWithinCallback |