summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/blacklists
Commit message (Collapse)AuthorAgeFilesLines
* Blacklist an MSan false positive in glib-2.0.earthdok2014-10-141-0/+2
| | | | | | | | | | BUG=423410 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/654013002 Cr-Commit-Position: refs/heads/master@{#299509}
* Instrumented libraries: use package-specific sanitizer blacklists.earthdok@chromium.org2014-07-142-0/+4
Previously we used a single blacklist file per sanitizer. The same file was used for Chromium and for every instrumented package. This change allows choosing a different blacklist file for each package, which means that package targets may now depend on the blacklist files, avoiding expensive clobbers. This CL also blacklists two known issues in instrumented libraries. BUG=313751, 367509 R=glider@chromium.org NOTRY=true TEST=MSan interactive_ui_tests, ASan compile Review URL: https://codereview.chromium.org/390093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282959 0039d316-1c4b-4281-b951-d872f2087c98