| Index: tools-webrtc/ubsan/blacklist.txt
|
| diff --git a/tools-webrtc/ubsan/blacklist.txt b/tools-webrtc/ubsan/blacklist.txt
|
| deleted file mode 100644
|
| index 403c86645a368071a387f556a00525a0e6c9a523..0000000000000000000000000000000000000000
|
| --- a/tools-webrtc/ubsan/blacklist.txt
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -#############################################################################
|
| -# UBSan blacklist.
|
| -# Please think twice before you add or remove these rules.
|
| -
|
| -# This is a stripped down copy of Chromium's blacklist.txt, to enable
|
| -# adding WebRTC-specific blacklist entries.
|
| -
|
| -#############################################################################
|
| -# YASM does some funny things that UBsan doesn't like.
|
| -# 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/*
|
| -
|
| -#############################################################################
|
| -# https://bugs.chromium.org/p/webrtc/issues/detail?id=5513
|
| -fun:*FilterBanksTest*CalculateResidualEnergyTester*
|
| -
|
| -#############################################################################
|
| -# Ignore errors in common_audio.
|
| -# https://bugs.chromium.org/p/webrtc/issues/detail?id=5486
|
| -src:*/webrtc/common_audio/signal_processing/signal_processing_unittest.cc
|
| -src:*/webrtc/common_audio/signal_processing/resample_by_2_internal.c
|
| -fun:*WebRtcSpl_AddSatW32*
|
| -fun:*WebRtcSpl_SubSatW32*
|
| -fun:*WebRtcSpl_DivW32HiLow*
|
| -fun:*GmmProbability*
|
|
|