diff options
4 files changed, 53 insertions, 3 deletions
diff --git a/chrome/test/data/valgrind/media_unittests.gtest-drmemory_win32.txt b/chrome/test/data/valgrind/media_unittests.gtest-drmemory_win32.txt new file mode 100755 index 0000000..48b527a --- /dev/null +++ b/chrome/test/data/valgrind/media_unittests.gtest-drmemory_win32.txt @@ -0,0 +1,10 @@ +# http://code.google.com/p/drmemory/issues/detail?id=23 +PipelineImplTest.* +VideoRendererBaseTest.Initialize_Successful +Audio*ControllerTest.*Close* +AudioOutputControllerTest.* + +# http://code.google.com/p/drmemory/issues/detail?id=32 +*BufferTest.* +AudioRendererAlgorithmOLATest.* +AudioRendererBaseTest.OneCompleteReadCycle
\ No newline at end of file diff --git a/ipc/data/valgrind/ipc_tests.gtest-drmemory_win32.txt b/ipc/data/valgrind/ipc_tests.gtest-drmemory_win32.txt new file mode 100755 index 0000000..ac62a9a --- /dev/null +++ b/ipc/data/valgrind/ipc_tests.gtest-drmemory_win32.txt @@ -0,0 +1,2 @@ +# TODO(timurrrr): investigate +IPCSyncChannelTest.* diff --git a/net/data/valgrind/net_unittests.gtest-drmemory_win32.txt b/net/data/valgrind/net_unittests.gtest-drmemory_win32.txt new file mode 100755 index 0000000..6538733 --- /dev/null +++ b/net/data/valgrind/net_unittests.gtest-drmemory_win32.txt @@ -0,0 +1,12 @@ +# TODO(timurrrr): investigate these +ClientSocketPoolBaseTest.* +SSLClientSocketTest.* +ProxyResolver* +DiskCache*Test.* +X509CertificateTest.* +UrlToFilenameEncoderTest.* +DirectoryListerTest.* +WebSocketHandshake* +HTTPSRequestTest.* +NetUtilTest.* +*HTTP* diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt index 258a6fe..e1a8f7d 100644 --- a/tools/valgrind/drmemory/suppressions.txt +++ b/tools/valgrind/drmemory/suppressions.txt @@ -30,10 +30,36 @@ ntdll.dll!Rtl* ntdll.dll!Rtl* ntdll.dll!RtlFindActivationContextSectionString -# http://code.google.com/p/drmemory/issues/detail?id=13 +# http://code.google.com/p/drmemory/issues/detail?id=14 UNINITIALIZED READ -system call NtCreateThread -KERNEL32.dll!CreateThread +... +KERNEL32.dll!CreateProcess* + +# http://code.google.com/p/drmemory/issues/detail?id=15 +UNINITIALIZED READ +... +*!rand_s + +# http://code.google.com/p/drmemory/issues/detail?id=17 +UNINITIALIZED READ +... +*!CreateWindow* + +# http://code.google.com/p/drmemory/issues/detail?id=36 +UNINITIALIZED READ +system call NtContinue +*!DebuggerProbe +*!DebuggerKnownHandle + +############################ +# TODO(timurrrr): investigate these +UNINITIALIZED READ +... +*!win_util::GetLogonSessionOnlyDACL + +UNINITIALIZED READ +... +WINSPOOL.DRV!* ############################ # Real issues in Chromium |