OLD | NEW |
(Empty) | |
| 1 # Blacklist (compile time suppressions) for TSAN. |
| 2 # |
| 3 # CAREFUL! Comments must go on their own line or your suppressions will silentl
y fail. |
| 4 |
| 5 # skia:2459 Seemingly misdiagnosed use-after-free, having something to do with
software GL drivers. |
| 6 # Having trouble getting this suppression to match. |
| 7 # We've tried: race:swrast_dri.so |
| 8 # race:SkGLContextHelper::init |
| 9 # race:SkGLContextHelper |
| 10 # So now we'll try a compile time blacklist. We'll use a file blacklist to nuke
it from orbit. |
| 11 file:SkGLContextHelper.cpp |
OLD | NEW |