summaryrefslogtreecommitdiffstats
path: root/tools/memory
Commit message (Collapse)AuthorAgeFilesLines
* Removed Timur from tools/memory/OWNERSglider2016-03-141-1/+0
| | | | | | | | | BUG=None NOTRY=true Review URL: https://codereview.chromium.org/1795713005 Cr-Commit-Position: refs/heads/master@{#380963}
* Give tools/ a real OWNERS file.Nico Weber2015-11-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | See "[chromium-dev] Adding a real OWNERS file for tools/" https://groups.google.com/a/chromium.org/d/msg/chromium-dev/qYrZ2_Y-2dI/S0TsAnTDEQAJ This allows removing several `set noparent`s and makes it unnecessary to add more of those in other places (e.g. tools/grit, tools/clang, ...). The idea is that tools is still a good place to put your one-off scripts that you want to share with others and this shouldn't add any friction for adding More Stuff, so it's ok to TBR for new tools/ subfolders. But existing tools/ should be reviewed by the folks who wrote them (or you can say OWNERS=* in your subfolder). I added per-file OWNERS for most files that live directly in tools/, and an OWNERS file for grit now that it lives in src. Some tools/ subfolders currently lack OWNERS files, please add those as required. BUG=none R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1437683006 . Cr-Commit-Position: refs/heads/master@{#359384}
* Remove stale comment warning about blacklist updates requiring a clobber buildrnk2015-10-093-9/+6
| | | | | | | | | | | | Add suggestion to use function attributes to disable sanitizer instrumentation, as suggested in https://codereview.chromium.org/1402493002/. R=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1398133002 Cr-Commit-Position: refs/heads/master@{#353344}
* Add myself and remove Sergey from tools/memory/OWNERSrnk2015-10-091-1/+1
| | | | | | | | | | | | Sergey presumably no longer works on Chromium, unless I'm mistaken. I am probably a reasonably good reviewer for the ASan blacklist changes here. R=timurrrr@chromium.org,glider@chromium.org Review URL: https://codereview.chromium.org/1397113002 Cr-Commit-Position: refs/heads/master@{#353332}
* Add sync_interception.cc to the WinASan instrumentation blacklistrnk2015-10-091-0/+1
| | | | | | | | | | | | Fixes test failures introduced in https://codereview.chromium.org/1294823003, due to sandbox interceptors running before ASan initialization. BUG=521298 TBR=thakis@chromium.org,jschuh@chromium.org,glider@chromium.org Review URL: https://codereview.chromium.org/1402493002 Cr-Commit-Position: refs/heads/master@{#353325}
* Add more NT interceptor stuff to the WinASan blacklistrnk2015-07-231-0/+5
| | | | | | | | | | | | | | This is enough to get sandbox_integration_tests to pass with ASan. Previously this code was compiled by MSVC because it lives in files that use SEH. Now that Clang can compile SEH, we have to extend the blacklist to avoid instrumentation. R=timurrrr@chromium.org BUG=459166 Review URL: https://codereview.chromium.org/1256673003 Cr-Commit-Position: refs/heads/master@{#340195}
* Revert of Copy the contents of the ASan/Win blacklist to work around ↵timurrrr2015-02-091-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | http://llvm.org/PR22431 (patchset #2 id:20001 of https://codereview.chromium.org/886073003/) Reason for revert: r315281 rolls ASan/Win past LLVM r228156, which includes the fix for PR22431 Original issue's description: > Copy the contents of the ASan/Win blacklist to work around http://llvm.org/PR22431 > > BUG=454283 > > Committed: https://crrev.com/7949a66919a6d288451e3a818a843ea39025bd74 > Cr-Commit-Position: refs/heads/master@{#314139} TBR=glider@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=454283 Review URL: https://codereview.chromium.org/904413003 Cr-Commit-Position: refs/heads/master@{#315282}
* Make chrome.exe built with ASan/Win work with sandbox enabledtimurrrr2015-02-051-1/+0
| | | | | | | | | | Also add an ASan test to sbox_integration_tests on Windows BUG=382867 Review URL: https://codereview.chromium.org/868253011 Cr-Commit-Position: refs/heads/master@{#314780}
* Copy the contents of the ASan/Win blacklist to work around ↵timurrrr2015-02-021-0/+5
| | | | | | | | | | http://llvm.org/PR22431 BUG=454283 Review URL: https://codereview.chromium.org/886073003 Cr-Commit-Position: refs/heads/master@{#314139}
* Disable ASan instrumentation of select sandbox code on Windowstimurrrr2015-01-301-0/+26
| | | | | | | | | | This patch allows sbox_unittests and sbox_integration_tests to pass under ASan/Win BUG=382867 NOTRY=true Review URL: https://codereview.chromium.org/891663004 Cr-Commit-Position: refs/heads/master@{#313912}
* Add rudimentary support for ASan's intra-object-overflow detection.earthdok2014-10-231-0/+5
| | | | | | | | | | | Also, add an ASan blacklist. BUG=425374 R=glider@chromium.org Review URL: https://codereview.chromium.org/640853007 Cr-Commit-Position: refs/heads/master@{#300882}
* Moved tools/valgrind/tsan_v2/ignores.txt to tools/memory/tsan_v2/ignores.txtglider@chromium.org2014-06-251-0/+12
| | | | | | | | | BUG=45482 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/358583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279695 0039d316-1c4b-4281-b951-d872f2087c98
* Add tools/memory - a new place for memory tools in Chromium.glider@chromium.org2014-05-241-0/+6
BUG=45482 R=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/293983023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272737 0039d316-1c4b-4281-b951-d872f2087c98