Revert of Add config options to run different GPU APIs to dm and nanobench (patchset...
[platform/upstream/libSkiaSharp.git] / tools / xsan.blacklist
1 #if 0
2
3 #  This file must be a no-op C #include header, and a valid *SAN blacklist file.
4 #  Luckily, anything starting with # is a comment to *SAN blacklist files,
5 #  and anything inside #if 0 is ignored by C.  Yippee!
6 #
7 #  If you want to type '*', type '.*' instead.  Don't make C comments!
8
9 # Suppress third_party/externals.  We mostly care about our own code.
10 src:.*third_party/externals.*
11
12 # Temporarily stifle while we fix integer overflow.  skia:4667
13 fun:_ZN7SkCodec13NewFromStreamEP8SkStreamP16SkPngChunkReader
14
15 #endif