Turn off some third party ASAN blacklists

Specifically, this breaks out all the blacklists and
unblacklists:
 - googletest
 - icu
 - imgui
 - libjpeg-turbo
 - libpng
 - libwebp
 - microhttpd
 - piex
 - sdl
 - skcms
 - zlib



Bug: oss-fuzz:6347
Change-Id: I8da10967a231c603263ac99ddbc9b75f925f5316
Reviewed-on: https://skia-review.googlesource.com/107421
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
This commit is contained in:
Kevin Lubick 2018-02-15 08:16:45 -05:00 committed by Skia Commit-Bot
parent 303cd58870
commit 469ec137d7

View File

@ -1,2 +1,11 @@
# Suppress third_party/externals. We mostly care about our own code.
src:*third_party/externals*
# Suppress third_party/externals. We mostly care about our own code.
src:*third_party/externals/angle2*
src:*third_party/externals/dng_sdk*
src:*third_party/externals/expat*
src:*third_party/externals/freetype*
src:*third_party/externals/harfbuzz*
src:*third_party/externals/jsoncpp*
src:*third_party/externals/lua*
src:*third_party/externals/sfntly*
src:*third_party/externals/spirv-headers*
src:*third_party/externals/spirv-tools*