diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt | 4 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt | 3 | ||||
-rwxr-xr-x | tools/valgrind/valgrind_test.py | 5 |
3 files changed, 0 insertions, 12 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt index a4f8be1..10b8617 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -2,10 +2,6 @@ HttpNetworkTransactionTest.* HttpNetworkLayerTest.GET -# These take too long in Debug build, see http://crbug/59642 -CookieMonsterTest.GarbageCollectionTriggers -CookieMonsterTest.TestHostGarbageCollection - # TODO(timurrrr): investigate these ClientSocketPoolBaseTest.* SSLClientSocketTest.* 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 b7b6e2c..8f35ff1 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt @@ -21,9 +21,6 @@ ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit HttpNetworkTransactionTest.* HttpNetworkLayerTest.GET -# Timing out under TSan, see http://crbug.com/59642 -CookieMonsterTest.GarbageCollectionTriggers - ######################################### # These tests fail if you don't have our SSL certificate installed. # Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py index 718556d..0280b1d 100755 --- a/tools/valgrind/valgrind_test.py +++ b/tools/valgrind/valgrind_test.py @@ -707,11 +707,6 @@ class ThreadSanitizerWindows(ThreadSanitizerBase, PinTool): logging.info(self.INFO_MESSAGE) return ret - # TODO(timurrrr): temporary workaround for http://crbug.com/62512 - def Execute(self): - super(ThreadSanitizerWindows, self).Execute() - return 0 - class DrMemory(BaseTool): """Dr.Memory |