Add empty MSan blacklist.txt to make MSan builds pass.

TBR=fbarchard@chromium.org
BUG=libyuv:564

Review URL: https://codereview.chromium.org/1665573003 .
This commit is contained in:
Henrik Kjellander 2016-02-03 11:52:19 +01:00
parent b0426365c9
commit af90e82155
2 changed files with 12 additions and 0 deletions

3
tools/msan/OWNERS Normal file
View File

@ -0,0 +1,3 @@
pbos@chromium.org
kjellander@chromium.org

9
tools/msan/blacklist.txt Normal file
View File

@ -0,0 +1,9 @@
# The rules in this file are only applied at compile time.
# Because the Chrome buildsystem does not automatically touch the files
# mentioned here, changing this file requires clobbering all MSan bots.
#
# Please think twice before you add or remove these rules.
# This is a stripped down copy of Chromium's blacklist.txt, to enable
# adding libyuv-specific blacklist entries.