From 05f1464df3a4b127ad1d4e8014f89a6ee33ed1a8 Mon Sep 17 00:00:00 2001 From: "aluebs@webrtc.org" Date: Tue, 24 Jun 2014 11:08:51 +0000 Subject: [PATCH] Exclude AsyncWriteTest.TestWrite from Win DrMemory Full bot and suppress the reported errors BUG=webrtc:3490 R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/18569004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6530 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/valgrind-webrtc/drmemory/suppressions.txt | 13 +++++++++++++ .../libjingle_unittest.gtest-drmemory_win32.txt | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 tools/valgrind-webrtc/gtest_exclude/libjingle_unittest.gtest-drmemory_win32.txt diff --git a/tools/valgrind-webrtc/drmemory/suppressions.txt b/tools/valgrind-webrtc/drmemory/suppressions.txt index 9d394d9a5e..e34bee16f1 100644 --- a/tools/valgrind-webrtc/drmemory/suppressions.txt +++ b/tools/valgrind-webrtc/drmemory/suppressions.txt @@ -915,3 +915,16 @@ name=name=https://code.google.com/p/webrtc/issues/detail?id=3183 (3) *!RtpRtcpRtxNackTest::RunRtxTest *!RtpRtcpRtxNackTest_RtxNack_Test::TestBody *!testing::internal::HandleSehExceptionsInMethodIfSupported<> + +UNINITIALIZED READ +name=https://code.google.com/p/webrtc/issues/detail?id=3490 (1) +drmemorylib.dll!replace_memcmp +*!talk_base::AsyncWriteTest_TestWrite_Test::TestBody +*!testing::internal::HandleSehExceptionsInMethodIfSupported<> + +UNINITIALIZED READ +name=https://code.google.com/p/webrtc/issues/detail?id=3490 (2) +*!testing::internal::CmpHelperEQ<> +*!testing::internal::EqHelper<>::Compare<> +*!talk_base::AsyncWriteTest_TestWrite_Test::TestBody +*!testing::internal::HandleSehExceptionsInMethodIfSupported<> diff --git a/tools/valgrind-webrtc/gtest_exclude/libjingle_unittest.gtest-drmemory_win32.txt b/tools/valgrind-webrtc/gtest_exclude/libjingle_unittest.gtest-drmemory_win32.txt new file mode 100644 index 0000000000..5ba7b9aa95 --- /dev/null +++ b/tools/valgrind-webrtc/gtest_exclude/libjingle_unittest.gtest-drmemory_win32.txt @@ -0,0 +1,3 @@ +# Fails on Dr Memory Full. +# https://code.google.com/p/webrtc/issues/detail?id=3490 +AsyncWriteTest.TestWrite