| Index: tools/ubsan/blacklist.txt
|
| diff --git a/tools/ubsan/blacklist.txt b/tools/ubsan/blacklist.txt
|
| index 1ddbbadb16e98a4c46322ae6a6c6f7f5ba94e0ad..7a92cdbcbaf23fc2a5d6391c7b77596a5e88d98e 100644
|
| --- a/tools/ubsan/blacklist.txt
|
| +++ b/tools/ubsan/blacklist.txt
|
| @@ -10,6 +10,10 @@
|
| # https://crbug.com/489901
|
| src:*/third_party/yasm/*
|
|
|
| +# OpenH264 triggers some errors that are out of our control.
|
| +src:*/third_party/ffmpeg/libavcodec/*
|
| +src:*/third_party/openh264/*
|
| +
|
| #############################################################################
|
| # Ignore system libraries.
|
| src:*/usr/*
|
| @@ -33,3 +37,8 @@ fun:*WebRtcSpl_AddSatW32*
|
| fun:*WebRtcSpl_SubSatW32*
|
| fun:*WebRtcSpl_DivW32HiLow*
|
| fun:*GmmProbability*
|
| +
|
| +#############################################################################
|
| +# Ignore errors in peerconnection_unittests.
|
| +# https://bugs.chromium.org/p/webrtc/issues/detail?id=5889
|
| +src:*/webrtc/modules/audio_coding/neteq/delay_manager.cc
|
|
|