Commit 1d3bef6e authored by glider@chromium.org's avatar glider@chromium.org

More TSan v2 suppressions:

 -- another race in ICU memory allocation (issue 223352)
 -- suppress a test-only race in tracked_objects::ThreadData::ShutdownSingleThreadedCleanup (issue 102327)

BUG=223352,102327,226970
Review URL: https://codereview.chromium.org/13296008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192553 0039d316-1c4b-4281-b951-d872f2087c98
parent 92820aee
...@@ -17,6 +17,10 @@ race:sqlite3StatusSet ...@@ -17,6 +17,10 @@ race:sqlite3StatusSet
race:pcache1EnforceMaxPage race:pcache1EnforceMaxPage
race:pcache1AllocPage race:pcache1AllocPage
# http://crbug.com/102327.
# Test-only race, won't fix.
race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup
# http://crbug.com/115540 # http://crbug.com/115540
race:base::Thread::ThreadMain race:base::Thread::ThreadMain
race:content::BrowserThread::GetCurrentThreadIdentifier race:content::BrowserThread::GetCurrentThreadIdentifier
...@@ -46,6 +50,7 @@ race:thread_manager ...@@ -46,6 +50,7 @@ race:thread_manager
# http://crbug.com/223352 # http://crbug.com/223352
race:uprv_malloc_46 race:uprv_malloc_46
race:uprv_realloc_46
# http://crbug.com/223955 # http://crbug.com/223955
race:PassRefPtr race:PassRefPtr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment