diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 10 |
2 files changed, 13 insertions, 0 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 e882d5b..96d1d4b 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -20,6 +20,9 @@ ClientSocketPoolBaseTest.DisableCleanupTimer # Flaky, see http://crbug.com/108422 SSLClientSocketTest.ConnectMismatched +# Sometimes fails, see http://crbug.com/130874 +HttpNetworkTransactionSpdy2Test.BasicAuthSpdyProxy + ############################################################################## # TODO(rnk): The exclusions below should only apply to the full mode # DrMemory bot. diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 2f7f3e5..3334f80 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -938,3 +938,13 @@ fun:ProcessSingleton::LinuxWatcher::HandleMessage fun:base::internal::RunnableAdapter::Run } +{ + bug_131001 + ThreadSanitizer:Race + ... + fun:media::AudioOutputMixer::StopStream + fun:media::AudioOutputProxy::Stop + fun:media::AudioOutputController::DoStopCloseAndClearStream + fun:media::AudioOutputController::DoClose + fun:base::internal::RunnableAdapter::Run +} |