From deaece6ac08a812e2b1921e3a668c9ce0ebff0b2 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Thu, 28 Aug 2014 09:55:34 +0000 Subject: [PATCH] Disable VideoAdapterTest.BlackOutput on DrMemory. Reports uninitialized-memory reads that seem to originate from when the frame is copied. The test passes if we remove CPU optimizations from libyuv, disabling test until we figure out whether it's an unsupported instruction in DrMemory, bug in libyuv or bug in the test. BUG=3754 R=aluebs@webrtc.org Review URL: https://webrtc-codereview.appspot.com/19149004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6995 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../libjingle_media_unittest.gtest-drmemory_win32.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/valgrind-webrtc/gtest_exclude/libjingle_media_unittest.gtest-drmemory_win32.txt b/tools/valgrind-webrtc/gtest_exclude/libjingle_media_unittest.gtest-drmemory_win32.txt index 87230f33f6..a903b9243d 100644 --- a/tools/valgrind-webrtc/gtest_exclude/libjingle_media_unittest.gtest-drmemory_win32.txt +++ b/tools/valgrind-webrtc/gtest_exclude/libjingle_media_unittest.gtest-drmemory_win32.txt @@ -13,3 +13,6 @@ WebRtcVideoChannel2BaseTest.GetStats #TODO(jiayl): https://code.google.com/p/webrtc/issues/detail?id=3492 SctpDataMediaChannelTest.* + +# https://code.google.com/p/webrtc/issues/detail?id=3754 +VideoAdapterTest.BlackOutput