skia2/tools/xsan.blacklist
Kevin Lubick 469ec137d7 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>
2018-02-15 13:58:29 +00:00

12 lines
433 B
Plaintext

# 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*