summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan/ignores.txt
Commit message (Expand)AuthorAgeFilesLines
* Widen a suppression to cover two related bugs; add a fun_r ignore rule for sq...timurrrr@chromium.org2011-06-201-0/+3
* Add 2 ignores for ThreadSanitizer.eugenis@google.com2011-06-101-0/+7
* Remove suppressions and ignores for fixed issues upstream in WebKit in 79539 ...levin@chromium.org2011-03-311-3/+0
* Update TSan suppressions and ignores to be greener on local runstimurrrr@chromium.org2011-03-281-5/+3
* Update TSan suppression for false positives due to missing annotations in WebKittimurrrr@chromium.org2011-03-111-3/+0
* Multiple data races in WebKit::WebWorkerImpl::startWorkerContextdhollowa@chromium.org2011-03-101-0/+3
* Ignore all memory accesses below WebKit filesystem API to make the TSan bots ...timurrrr@chromium.org2011-03-101-0/+3
* Un-ignore tracked_objectstimurrrr@chromium.org2011-03-021-3/+0
* Update TSan ignores and suppressions to give less false reports on UI tests.timurrrr@chromium.org2011-02-211-4/+9
* Ignore memory accesses below two custom memset/memcpy implementationstimurrrr@chromium.org2011-02-171-0/+5
* Update TSan ignores and suppressions to have cleaner run on our ubuntu workst...timurrrr@chromium.org2011-02-151-1/+8
* Ignore memory accesses below mbsrtowcs under ThreadSanitizertimurrrr@chromium.org2011-02-011-0/+3
* Suppress TSan reports from libdbus and ignore the libtimurrrr@chromium.org2011-01-261-0/+1
* Ignore memory accesses below remoting::CompressorZlib::Process until the repo...timurrrr@chromium.org2011-01-261-0/+2
* Update the suppression for a race on bool in HistoryURLProvider; ignore a fun...timurrrr@chromium.org2011-01-211-0/+4
* Don't run SSLServerSocketTest.Handshake under TSan/Win; suppress tracked_obje...timurrrr@chromium.org2011-01-031-4/+4
* Ignore memory accesses in XSetErrorHandlertimurrrr@chromium.org2010-12-031-0/+4
* Ignore memory accesses under BrowserThread::CurrentlyOntimurrrr@chromium.org2010-11-231-0/+6
* Suppress a data race in PulseAudioMixer, ignore libpulse.sotimurrrr@chromium.org2010-11-221-0/+3
* Ignore base::subtle::Barrier_AtomicIncrement under TSantimurrrr@chromium.org2010-11-131-0/+2
* Use less TSan ignores for base/atomic*timurrrr@chromium.org2010-11-081-1/+4
* Ignore zlib:inflate under TSantimurrrr@chromium.org2010-11-031-0/+3
* Rename ChromeThread to BrowserThread Final Part:tfarina@chromium.org2010-10-121-1/+1
* TSan: create less segments in sqlite functions.timurrrr@chromium.org2010-09-221-0/+4
* Fixed tsan warnings in remoting_unittestssergeyu@chromium.org2010-09-011-6/+0
* Ignore memory accesses in talk_base::CriticalSection::CurrentThreadIsOwner()timurrrr@chromium.org2010-08-301-0/+6
* Move std::string ignores back to the common TSan ignore file to suppress a fa...timurrrr@chromium.org2010-08-191-0/+9
* Ignore accesses below ChromeThread::GetCurrentThreadIdentifiertimurrrr@chromium.org2010-05-191-0/+5
* Add some more TSan ignorestimurrrr@chromium.org2010-05-171-0/+4
* Move empty_rep-specific reports from cross-platform to Mac-specific file.timurrrr@chromium.org2010-05-111-12/+0
* Ignore base/thread_local_storage, not just _posix (ThreadSanitizer)timurrrr@chromium.org2010-04-211-1/+1
* Ignore threadLockingTest from sqllitetimurrrr@chromium.org2010-03-251-0/+3
* Don't instrument set_jmptimurrrr@chromium.org2010-03-241-0/+1
* One more attempt to ignore "???" functions on TSan/Mac/mediatimurrrr@chromium.org2010-03-191-0/+1
* Ignore some pthread/libSystem internalstimurrrr@chromium.org2010-03-191-0/+1
* Widen one ignore rule for TSantimurrrr@chromium.org2010-03-171-1/+1
* Don't instrument tcmalloc under ThreadSanitizertimurrrr@chromium.org2009-12-161-0/+3
* Widen one ignore rule for ThreadSanitizertimurrrr@chromium.org2009-12-011-1/+1
* Ignore an icu_4_2 function that generates 25% of memory accesses in net_unitt...timurrrr@chromium.org2009-11-261-0/+3
* Update ThreadSanitizer ignore filetimurrrr@chromium.org2009-11-261-7/+10
* Ignore a few more string functions to suppress reports on *_empty_rep_storage*timurrrr@chromium.org2009-10-261-2/+5
* Ignore PNG functions from WebKit, ignore V8 internalstimurrrr@chromium.org2009-10-011-2/+8
* This CL relates to the known reports on std::string.timurrrr@chromium.org2009-09-291-1/+3
* Don't instrument NSS - one more filtertimurrrr@chromium.org2009-09-291-0/+1
* Don't instrument NSS for ThreadSanitizertimurrrr@chromium.org2009-09-281-0/+5
* New tsan suppressions from Timur, http://codereview.chromium.org/185008dkegel@google.com2009-09-021-10/+32
* Patch from timurrrr: Re-factor valgrind scripts to add tsan supportdkegel@google.com2009-07-161-0/+39