Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / tools / msan / blacklist.txt
blob12e95d92fe08a3bf53718d65be3b18b22948d521
1 # The rules in this file are only applied at compile time.
2 # Because the Chrome buildsystem does not automatically touch the files
3 # mentioned here, changing this file requires clobbering all MSan bots.
5 # Please think twice before you add or remove these rules.
7 # False positive in ffmpeg due to assembly code. http://crbug.com/344505
8 fun:ff_get_cpu_flags_x86
10 # Uninit in zlib. http://crbug.com/116277
11 fun:*MOZ_Z_deflate*
13 # Uninit in Mesa. http://crbug.com/347967
14 fun:unpack_RGBA8888
15 fun:unpack_RGB888
17 # http://crbug.com/363487
18 fun:*WebCore*RenderLayerCompositor*updateIfNeeded*
20 # Fixed in clang r207227.
21 # http://code.google.com/p/memory-sanitizer/issues/detail?id=53
22 fun:getc_unlocked