Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1100)

Unified Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 416363003: Remove the contents of tools/valgrind/tsan. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: README Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/tsan/suppressions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions_win32.txt
diff --git a/tools/valgrind/tsan/suppressions_win32.txt b/tools/valgrind/tsan/suppressions_win32.txt
deleted file mode 100644
index 4fcd9902b78b9f2cb28f0681f5c8e499c2c228d1..0000000000000000000000000000000000000000
--- a/tools/valgrind/tsan/suppressions_win32.txt
+++ /dev/null
@@ -1,327 +0,0 @@
-############################
-# Reports on the guts of Windows
-{
- UuidCreate
- ThreadSanitizer:Race
- ...
- fun:UuidCreate
-}
-
-{
- ILFindLastID
- ThreadSanitizer:Race
- ...
- fun:ILFindLastID
-}
-
-{
- RpcServerUnregisterIf
- ThreadSanitizer:Race
- ...
- fun:RpcServerUnregisterIf
-}
-
-# http://code.google.com/p/data-race-test/issues/detail?id=45
-{
- accessing an invalid lock in unnamedImageEntryPoint
- ThreadSanitizer:InvalidLock
- fun:unnamedImageEntryPoint
-}
-
-{
- accessing an invalid lock in CoFreeAllLibraries
- ThreadSanitizer:InvalidLock
- fun:CoFreeAllLibraries
-}
-
-{
- bug_158099_mmdevice_endpoint_shutdown_too_fast
- ThreadSanitizer:Race
- fun:GetLocalIdFromEndpointId
- ...
-}
-
-{
- NSPStartup
- ThreadSanitizer:Race
- fun:NSPStartup
- ...
- fun:WahOpenHandleHelper
- ...
- fun:WSALookupServiceBeginW
- ...
- fun:socket
-}
-
-{
- __crtIsPackagedApp
- ThreadSanitizer:Race
- fun:__crtIsPackagedApp
- fun:_threadstartex
- fun:BaseThreadInitThunk
-}
-
-############################
-# Chromium
-
-{
- Benign race durung InitializeClock
- ThreadSanitizer:Race
- ...
- fun:*InitializeClock*
-}
-
-{
- bug_62560
- ThreadSanitizer:Race
- ...
- fun:_initterm
- fun:doexit
-}
-
-{
- accessing an invalid lock under exit/doexit
- ThreadSanitizer:InvalidLock
- fun:*~Lock*
- ...
- fun:doexit
- fun:exit
-}
-{
- bug_81793a
- ThreadSanitizer:Race
- ...
- fun:NetTestSuite::InitializeTestThread
-}
-{
- bug_81793b
- ThreadSanitizer:Race
- ...
- fun:base::MessageLoop::CalculateDelayedRuntime
- fun:base::MessageLoop::Post*Task
-}
-{
- bug_93932a
- ThreadSanitizer:Race
- fun:avcodec_default_release_buffer
- fun:ff_mpeg4video_split
-}
-{
- bug_93932b
- ThreadSanitizer:Race
- ...
- fun:avcodec_close
- fun:media::FFmpegVideoDecoder::ReleaseFFmpegResources
-}
-{
- bug_93932d
- ThreadSanitizer:Race
- fun:memcpy
- fun:media::CopyPlane
-}
-{
- bug_93932e
- ThreadSanitizer:Race
- ...
- fun:ff_thread_finish_setup
- fun:ptw32_threadStart@4
-}
-{
- bug_93932f
- ThreadSanitizer:Race
- ...
- fun:ff_vp3_h_loop_filter_c
- ...
- fun:ff_thread_flush
- fun:media::FFmpegVideoDecoder::Flush
-}
-{
- bug_93932g
- ThreadSanitizer:Race
- ...
- fun:av_parser_close
- ...
- fun:BaseThreadInitThunk
-}
-{
- bug_93932h
- ThreadSanitizer:Race
- ...
- fun:av_parser_close
- ...
- fun:base::internal::RunnableAdapter::Run
-}
-{
- bug_93932i
- ThreadSanitizer:Race
- fun:ff_simple_idct_add_mmx
- ...
- fun:BaseThreadInitThunk
-}
-{
- bug_144928_a
- ThreadSanitizer:Race
- fun:google_breakpad::CrashGenerationServer::Handle*
- fun:google_breakpad::CrashGenerationServer::OnPipeConnected
- fun:RtlSetTimer
- fun:RtlSetTimer
- fun:TpReleaseTimer
- fun:TpReleaseTimer
- fun:RtlMultiByteToUnicodeSize
- fun:TpCallbackMayRunLong
- fun:TpCallbackMayRunLong
- fun:BaseThreadInitThunk
-}
-{
- bug_144928_b
- ThreadSanitizer:Race
- fun:google_breakpad::CrashGenerationServer::~CrashGenerationServer
- fun:google_breakpad::CrashGenerationServer::`scalar deleting destructor'
- fun:base::DefaultDeleter*
- fun:base::internal::scoped_ptr_impl::~scoped_ptr_impl
- fun:remoting::BreakpadWinDeathTest::~BreakpadWinDeathTest
- fun:remoting::BreakpadWinDeathTest_TestAccessViolation_Test::`scalar deleting destructor'
- fun:testing::Test::DeleteSelf_
- fun:testing::internal::HandleExceptionsInMethodIfSupported
-}
-
-{
- bug_146119
- ThreadSanitizer:Race
- ...
- fun:GetAdaptersAddresses
- ...
- fun:base::internal::RunnableAdapter::Run
-}
-
-{
- bug_157076_a
- ThreadSanitizer:Race
- fun:win32thread_worker
- fun:_callthreadstartex
- fun:_threadstartex
- fun:BaseThreadInitThunk
-}
-
-{
- bug_157076_b
- ThreadSanitizer:Race
- fun:memset
- fun:_free_dbg_nolock
- fun:_free_dbg
- fun:_aligned_free_dbg
- fun:_aligned_free
-}
-
-{
- bug_157076_c
- ThreadSanitizer:Race
- fun:memset
- fun:_heap_alloc_dbg_impl
- fun:_nh_malloc_dbg_impl
- fun:_nh_malloc_dbg
- fun:_malloc_dbg
- fun:_aligned_offset_malloc_dbg
- fun:_aligned_malloc
- fun:base::AlignedAlloc
-}
-
-{
- bug_170334
- ThreadSanitizer:Race
- ...
- fun:net::NetworkChangeNotifierWinTest::~NetworkChangeNotifierWinTest
-}
-
-{
- bug_239350
- ThreadSanitizer:Race
- ...
- fun:av_freep
- fun:av_buffer_unref
- fun:av_frame_unref
- ...
-}
-{
- bug_287796
- ThreadSanitizer:Race
- fun:ServerLicensingOpenW
- fun:NdrPointerFree
- fun:NdrPointerFree
- fun:NdrPointerFree
- fun:NdrPointerFree
- fun:NdrPointerFree
- fun:NdrUserMarshalMemorySize
- fun:NdrPointerFree
- fun:I_RpcReceive
- fun:I_RpcReceive
- fun:I_RpcReceive
- fun:NdrRpcSsDefaultFree
- fun:NdrRpcSsDefaultFree
- fun:NdrOleFree
- fun:NdrNonEncapsulatedUnionBufferSize
- fun:NdrNonEncapsulatedUnionBufferSize
-}
-{
- bug_309847
- ThreadSanitizer:Race
- fun:tracked_objects::ThreadData::TallyADeath
- fun:tracked_objects::ThreadData::TallyRunOnNamedThreadIfTracking
- fun:base::MessageLoop::RunTask
- fun:base::MessageLoop::RunTask
- fun:base::MessageLoop::RunTask
- fun:base::MessageLoop::DeferOrRunPendingTask
- fun:base::MessageLoop::DoWork
- fun:base::MessageLoop::DoWork
- fun:base::MessagePumpDefault::Run
- fun:base::MessageLoop::RunHandler
- fun:base::RunLoop::Run
- fun:net::test_server::EmbeddedTestServer::PostTaskToIOThreadAndWait
- fun:net::test_server::EmbeddedTestServer::InitializeAndWaitUntilReady
- fun:net::test_server::EmbeddedTestServerThreadingTestDelegate::ThreadMain
-}
-{
- bug_326282
- ThreadSanitizer:Race
- ...
- fun:file_util::OpenFile
- fun:base::ReadFileToString
-}
-{
- bug_328521_a
- ThreadSanitizer:Race
- fun:PR_Lock
- fun:pk11_getKeyFromList
- fun:pk11_CreateSymKey
- fun:pk11_ImportSymKeyWithTempl
- fun:PK11_ImportSymKey
- fun:crypto::HMAC::Init
- fun:crypto::HMAC::Init
- fun:crypto::HMAC::Init
- fun:crypto::HMAC::Init
- fun:remoting::protocol::AuthenticationMethod::ApplyHashFunction
- fun:remoting::MakeHostPinHash
- fun:`anonymous namespace'::VerifyGetPinHashResponse
- fun:`anonymous namespace'::VerifyGetPinHashResponse
- fun:`anonymous namespace'::VerifyGetPinHashResponse
- fun:`anonymous namespace'::VerifyGetPinHashResponse
- fun:remoting::NativeMessagingHostTest_All_Test::TestBody
-}
-{
- bug_328521_b
- ThreadSanitizer:Race
- fun:PR_Lock
- fun:sftk_SessionFromHandle
- fun:NSC_GenerateKeyPair
- fun:PK11_GenerateKeyPairWithOpFlags
- fun:PK11_GenerateKeyPairWithFlags
- fun:PK11_GenerateKeyPair
- fun:crypto::RSAPrivateKey::CreateWithParams
- fun:crypto::RSAPrivateKey::CreateWithParams
- fun:crypto::RSAPrivateKey::Create
- fun:crypto::RSAPrivateKey::Create
- fun:remoting::RsaKeyPair::Generate
- fun:remoting::Me2MeNativeMessagingHost::ProcessGenerateKeyPair
- fun:remoting::Me2MeNativeMessagingHost::ProcessRequest
- fun:base::internal::RunnableAdapter::Run
-}
« no previous file with comments | « tools/valgrind/tsan/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698