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

Unified Diff: tools/valgrind/tsan_v2/suppressions.txt

Issue 136883003: More TSan v2 suppressions for V8 data races: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan_v2/suppressions.txt
===================================================================
--- tools/valgrind/tsan_v2/suppressions.txt (revision 244481)
+++ tools/valgrind/tsan_v2/suppressions.txt (working copy)
@@ -70,6 +70,7 @@
# http://crbug.com/244755
race:v8::internal::Zone::NewExpand
+race:TooLateToEnableNow
# http://crbug.com/244774
race:webrtc::RTPReceiver::ProcessBitrate
@@ -172,3 +173,15 @@
# http://crbug.com/333244
race:content::VideoCaptureImplTest::MockVideoCaptureImpl::~MockVideoCaptureImpl
+
+# http://crbug.com/333871
+race:v8::internal::Interface::NewValue()::value_interface
+race:v8::internal::IsMinusZero(double)::minus_zero
+race:v8::internal::FastCloneShallowObjectStub::InitializeInterfaceDescriptor
+race:v8::internal::KeyedLoadStubCompiler::registers
+race:v8::internal::KeyedStoreStubCompiler::registers()::registers
+race:v8::internal::KeyedLoadFastElementStub::InitializeInterfaceDescriptor
+race:v8::internal::KeyedStoreFastElementStub::InitializeInterfaceDescriptor
+race:v8::internal::LoadStubCompiler::registers
+race:v8::internal::StoreStubCompiler::registers
+race:v8::internal::HValue::LoopWeight
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698