diff options
3 files changed, 0 insertions, 20 deletions
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt index f91536a..0073c0e 100644 --- a/tools/valgrind/drmemory/suppressions_full.txt +++ b/tools/valgrind/drmemory/suppressions_full.txt @@ -743,13 +743,6 @@ UNINITIALIZED READ name=http://code.google.com/p/drmemory/issues/detail?id=493 USP10.dll!ScriptPositionSingleGlyph -# Unhandled syscall false pos. This generates thousands of reports on -# net_unittests, so we use a very broad suppression. -UNINITIALIZED READ -name=http://code.google.com/p/drmemory/issues/detail?id=765 -... -*!ssl3_* - ############################################################### # Benign issues in Chromium 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 f1f91ae..e882d5b 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -27,8 +27,3 @@ SSLClientSocketTest.ConnectMismatched # Hits DCHECK failure due to 100ms delayed task in socket_test_util.cc, see # http://crbug.com/110793 and http://crbug.com/95007 SpdyHttpStreamTest.* - -# Extremely slow under DrMemory. Whole fixture takes ~1500s while Linux -# Valgrind takes <40s. -# http://code.google.com/p/drmemory/issues/detail?id=767 -WebSocketServerSocketTest.* diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt index 7f01481..af00b8d 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt @@ -1,11 +1,3 @@ -# Following tests create real libjingle connections, and libjingle has -# hardcoded timeouts, so these tests fail under TSan. -JingleSessionTest.Connect -JingleSessionTest.TestUdpChannel -JingleSessionTest.TestTcpChannel -JingleSessionTest.TestMultistepAuthTcpChannel -JingleSessionTest.TestSpeed - # This test fails on an assertion, see http://crbug.com/57266 EncoderVp8Test.TestEncoder DecoderVp8Test.EncodeAndDecode |