diff options
author | earthdok <earthdok@chromium.org> | 2014-10-14 11:03:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-14 18:03:39 +0000 |
commit | 5a0feba9e239018cee07c23ec20b40f123cbe22a (patch) | |
tree | 66645ff0645e4a30a5bc638e57470cd4183a2242 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 93fd8d356920e768fb1914c99238c1d5ae62e3db (diff) | |
download | chromium_src-5a0feba9e239018cee07c23ec20b40f123cbe22a.zip chromium_src-5a0feba9e239018cee07c23ec20b40f123cbe22a.tar.gz chromium_src-5a0feba9e239018cee07c23ec20b40f123cbe22a.tar.bz2 |
Blacklist an MSan false positive in glib-2.0.
BUG=423410
TBR=eugenis@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/654013002
Cr-Commit-Position: refs/heads/master@{#299509}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index f03767f..9b91e64 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -254,6 +254,7 @@ '--disable-gtk-doc-pdf', ], 'asan_blacklist': 'blacklists/asan/libglib2.0-0.txt', + 'msan_blacklist': 'blacklists/msan/libglib2.0-0.txt', 'run_before_build': 'scripts/autogen.sh', 'includes': ['standard_instrumented_package_target.gypi'], }, |