summaryrefslogtreecommitdiffstats
path: root/build/sanitizers
Commit message (Expand)AuthorAgeFilesLines
* Retire TSan WTF::Latin1Encoding() suppression.sigbjornf2015-03-021-3/+0
* Disable container overflow check on Linux and Mac.inferno2015-02-231-3/+7
* Update tsan suppression for uprv_{malloc,realloc}jshin2015-02-201-2/+2
* Suppress a race from passing MessageLoopRunner::QuitClosure() to another thread.jyasskin2015-02-191-0/+3
* Suppress a race on ChannelMojoHost::ChannelDelegate's WeakPtrFactory.jyasskin2015-02-191-0/+3
* Suppress races on randomnessPid in sqlite (issue 459429)glider2015-02-191-0/+3
* Prune unused LSan suppressions.earthdok2015-02-161-13/+1
* Add default options/suppressions for LeakSanitizer.earthdok2015-02-164-21/+157
* Suppress races in net::NetworkChangeNotifier::SetTestNotificationsOnlyglider2015-02-101-0/+3
* Revert of Suppress data races in blink::Scheduler (patchset #1 id:1 of https:...glider2015-02-091-3/+0
* Suppress data races in blink::Schedulerglider2015-02-061-0/+3
* Suppress a lock inversion in dbus::Bus::ShutdownAndBlock()glider2015-02-051-0/+3
* Reland of Move tracing namespace from base::debug to base::trace_event.primiano2015-02-051-3/+4
* Suppress data race on mojo::common::(anonymous namespace)::tick_clockglider2015-02-051-0/+3
* Revert of Suppress data races on FLAGS_quic_attach_ack_notifiers_to_packets (...rtenneti2015-01-161-3/+0
* Suppress data races on FLAGS_quic_attach_ack_notifiers_to_packetsglider2015-01-141-0/+3
* Suppress a use-after-free report in blink::RemoteFrame::detach().jyasskin2015-01-131-0/+3
* Call EnsureNSSInit in SSLClientSocket::GetMaxSupportedSSLVersion.davidben2015-01-121-3/+0
* Broaden the suppression for the threads TileTaskGraphRunner leaks.jyasskin2015-01-121-1/+1
* Suppress a race between using a ChildGpuMemoryBufferManager and destroying it.jyasskin2015-01-121-0/+3
* Move libc++ and libc++abi to buildtools.machenbach2015-01-121-1/+1
* Suppress a race between creating and using a mutex in SSL.jyasskin2015-01-091-0/+3
* Suppress a debug-only race in SkBaseMutex::acquire().jyasskin2015-01-091-0/+3
* Roll Clang 218707:223109 (+r223211, +r223219, -r220714), take 2hans2014-12-101-1/+1
* Revert "Roll Clang 218707:223109 (+r223211, +r223219, -r220714)" and follow-ups.hans2014-12-101-1/+1
* AddressSanitizer: disable ODR-violation checks on Machans2014-12-091-1/+1
* Try to enable stack use-after-return detection in ASan Mac builds.glider2014-12-091-1/+2
* Remove data race suppressions for issue 290964, which is long fixed.glider2014-12-081-4/+0
* Reland https://codereview.chromium.org/760503002:glider2014-12-051-2/+5
* Revert of Turn on stack use-after-return detection in non-official ASan build...glider2014-12-031-5/+2
* Turn on stack use-after-return detection in non-official ASan builds.glider2014-12-021-2/+5
* Remove TSan suppressions for issue 328804.glider2014-11-281-4/+0
* Fix llvm_symbolizer target on Win-Clang botshans2014-11-211-11/+10
* Suppress races in modules/webaudio/AudioContext.*glider2014-11-211-0/+4
* Add the llvm-symbolizer target which can be used by LKGR bots to package the ...glider2014-11-211-0/+22
* Suppress a potential deadlock in WebRTC.jyasskin2014-11-171-0/+3
* Use fast_unwind_on_fatal=1 by default in ASan builds.glider2014-10-221-3/+6
* [MemSheriff] Suppress a potential deadlock in WebRTC.earthdok2014-10-201-0/+3
* Reland https://codereview.chromium.org/581983003/: Enable ASan default option...glider2014-09-232-0/+28
* Revert of Enable ASan default options on Mac. (patchset #4 id:60001 of https:...glider2014-09-222-28/+0
* Enable ASan default options on Mac.glider2014-09-222-0/+28
* Suppress TSan deadlock report.eugenis2014-09-181-0/+3
* Make media::WallClockTimeSource thread safe.scherkus2014-09-101-3/+0
* [MemSheriff] Update TSan suppressions.earthdok2014-09-101-0/+5
* Remove the suppression for issue 330528glider2014-09-081-3/+0
* Disable deadlock-y tests in TSan instead of just suppressing the error.Jeffrey Yasskin2014-08-271-3/+0
* Suppress a deadlock report through media::Pipeline::GetMediaTime.jyasskin2014-08-261-0/+3
* Move default sanitizer options into build/ so that WebRTC can import them.glider@chromium.org2014-08-214-0/+481