diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-26 12:09:05 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-26 12:09:05 +0000 |
commit | f8199ffd1c936faed3652257c67f3188a8240510 (patch) | |
tree | e8686a34a1a41522aa74f0ede54a9fbb5e7b8b77 /net/data | |
parent | 07ac314c329db0aadc438e7519b98d604d7d3ef3 (diff) | |
download | chromium_src-f8199ffd1c936faed3652257c67f3188a8240510.zip chromium_src-f8199ffd1c936faed3652257c67f3188a8240510.tar.gz chromium_src-f8199ffd1c936faed3652257c67f3188a8240510.tar.bz2 |
Wildcard the test cases if two or more tests make
ThreadSanitizer hang.
Usually, if several tests hang in the same way, that means there's some common code between them that makes TSAN's address space manager unhappy.
Then it's likely that a new test from the same test case exploits the same code and breaks ThreadSanitizer again.
BUG=http://code.google.com/p/data-race-test/issues/detail?id=11
TBR=dank
Review URL: http://codereview.chromium.org/335024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r-- | net/data/valgrind/net_unittests.gtest-tsan_mac.txt | 6 | ||||
-rw-r--r-- | net/data/valgrind/net_unittests.gtest.txt | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net/data/valgrind/net_unittests.gtest-tsan_mac.txt b/net/data/valgrind/net_unittests.gtest-tsan_mac.txt index cdf1de7..c0e5c22 100644 --- a/net/data/valgrind/net_unittests.gtest-tsan_mac.txt +++ b/net/data/valgrind/net_unittests.gtest-tsan_mac.txt @@ -18,10 +18,8 @@ URLRequestTestHTTP.* URLRequestTestFTP.* SSLClientSocketTest.* DiskCacheTest.* -DiskCacheEntryTest.*Async* -DiskCacheEntryTest.CancelSparseIO -DiskCacheEntryTest.DoomSparseEntry -FlipNetworkTransactionTest.Connect +DiskCacheEntryTest.* +FlipNetworkTransactionTest.* # WebSocketTest tests are extraordinary slow under ThreadSanitizer, # (see http://crbug.com/25392) diff --git a/net/data/valgrind/net_unittests.gtest.txt b/net/data/valgrind/net_unittests.gtest.txt index 7738353..458ddef 100644 --- a/net/data/valgrind/net_unittests.gtest.txt +++ b/net/data/valgrind/net_unittests.gtest.txt @@ -14,4 +14,3 @@ DiskCacheBackendTest.NewEvictionInvalidEntryWithLoad DiskCacheBackendTest.NewEvictionTrimInvalidEntry DiskCacheBackendTest.NewEvictionTrimInvalidEntry2 DiskCacheBackendTest.NewEvictionInvalidEntryEnumeration -FlipNetworkTransactionTest.ResponseWithoutSynReply |