Commit c7817049 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Make TSan/reliability_tests greener

BUG=67957,125928
TBR=glider
Review URL: https://codereview.chromium.org/11308352

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170982 0039d316-1c4b-4281-b951-d872f2087c98
parent 924b421f
...@@ -162,6 +162,11 @@ fun:g_slice_alloc ...@@ -162,6 +162,11 @@ fun:g_slice_alloc
# A benign race in glibc on "random_time_bits". # A benign race in glibc on "random_time_bits".
fun:__gen_tempname fun:__gen_tempname
# A probably-benign race on '__have_o_cloexec' in opendir/__alloc_dir,
# see http://crbug.com/125928.
fun_r:__alloc_dir
fun_r:opendir
# The sqlite cache is racing against a few different stacktraces, # The sqlite cache is racing against a few different stacktraces,
# so let's ignore it recursively. See http://crbug.com/84094 # so let's ignore it recursively. See http://crbug.com/84094
fun_r:pcache1Fetch fun_r:pcache1Fetch
......
...@@ -483,8 +483,8 @@ ...@@ -483,8 +483,8 @@
ThreadSanitizer:Race ThreadSanitizer:Race
fun:Replace_memcpy fun:Replace_memcpy
fun:memcpy fun:memcpy
fun:Serialize fun:extensions::Serialize
fun:UserScriptMaster::ScriptReloader::RunLoad fun:extensions::UserScriptMaster::ScriptReloader::RunLoad
} }
{ {
......
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