summaryrefslogtreecommitdiffstats
path: root/net/data
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-06 14:40:14 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-06 14:40:14 +0000
commit68705bd475e7c7f6833ff75b36542dd9fb8429cb (patch)
treeadc7468fd91547231979e209c83f428565293d45 /net/data
parent91923177adfac164555e12ef4830a2ae5893d642 (diff)
downloadchromium_src-68705bd475e7c7f6833ff75b36542dd9fb8429cb.zip
chromium_src-68705bd475e7c7f6833ff75b36542dd9fb8429cb.tar.gz
chromium_src-68705bd475e7c7f6833ff75b36542dd9fb8429cb.tar.bz2
Don't run HttpNetworkTransactionTest.* under TSan/Win;
also remove obsolete excludes for TSan issue 11 and bug 36657 TBR=glider BUG=51145,36657 TEST=TSan/Mac should remain green, TSan/Win should go green Review URL: http://codereview.chromium.org/3350010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r--net/data/valgrind/net_unittests.gtest-tsan_mac.txt13
-rw-r--r--net/data/valgrind/net_unittests.gtest-tsan_win32.txt2
2 files changed, 1 insertions, 14 deletions
diff --git a/net/data/valgrind/net_unittests.gtest-tsan_mac.txt b/net/data/valgrind/net_unittests.gtest-tsan_mac.txt
index c1f7e8a..6359e4b 100644
--- a/net/data/valgrind/net_unittests.gtest-tsan_mac.txt
+++ b/net/data/valgrind/net_unittests.gtest-tsan_mac.txt
@@ -1,21 +1,8 @@
-# Former aspacem warnings on Valgrind.
-# Tsan still tends to hang on these tests unexpectedly on Mac OS.
-# (see https://bugs.kde.org/show_bug.cgi?id=192634 and
-# http://code.google.com/p/data-race-test/issues/detail?id=11)
-HttpNetworkLayerTest.GET
-HttpNetworkLayerTest.SimpleGET
-
# WebSocketTest tests are extraordinary slow under ThreadSanitizer,
# (see http://crbug.com/25392)
# TODO(glider): investigate this.
WebSocketTest.*
-# These tests die because of unhandled shm_unlink call
-# (see http://crbug.com/36657)
-DiskCacheBackendTest.*InvalidRankings*
-DiskCacheBackendTest.*DisableSuccess*
-DiskCacheBackendTest.*DisableFailure*
-
# Strange reports from __NSThread__main__ appeared with the new TSan binaries
# See http://crbug.com/38926
DirectoryLister*
diff --git a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
index 6bd5827..7a8d2ee 100644
--- a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
+++ b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
@@ -18,7 +18,7 @@ URLRequestTest.*
ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit
# See http://crbug.com/51145
-HttpNetworkTransactionTest.SimpleGET
+HttpNetworkTransactionTest.*
#########################################
# These tests fail if you don't have our SSL certificate installed.