blob: a65b1600c412f145a9788a7fff56d49226c05793 [file] [log] [blame]
Henrik Kjellanderf1dcd462015-10-27 15:31:45 +01001#############################################################################
2# UBSan blacklist.
3# Please think twice before you add or remove these rules.
4
5# This is a stripped down copy of Chromium's blacklist.txt, to enable
6# adding WebRTC-specific blacklist entries.
7
8#############################################################################
9# YASM does some funny things that UBsan doesn't like.
10# https://crbug.com/489901
11src:*/third_party/yasm/*
12
Henrik Kjellander27178672016-05-12 18:24:28 +020013# OpenH264 triggers some errors that are out of our control.
14src:*/third_party/ffmpeg/libavcodec/*
15src:*/third_party/openh264/*
16
Henrik Kjellanderf1dcd462015-10-27 15:31:45 +010017#############################################################################
18# Ignore system libraries.
19src:*/usr/*
henrik.lundinabedbbd2016-02-10 05:01:38 -080020
21#############################################################################
henrik.lundinabedbbd2016-02-10 05:01:38 -080022# https://bugs.chromium.org/p/webrtc/issues/detail?id=5513
henrik.lundin452df1c2016-02-18 07:41:15 -080023fun:*FilterBanksTest*CalculateResidualEnergyTester*
24
25#############################################################################
oprypinba09f792017-09-04 08:32:43 -070026# https://bugs.chromium.org/p/webrtc/issues/detail?id=8200
27fun:*WebRtcAecm_ProcessBlock*
28
29#############################################################################
henrik.lundin452df1c2016-02-18 07:41:15 -080030# Ignore errors in common_audio.
31# https://bugs.chromium.org/p/webrtc/issues/detail?id=5486
32src:*/webrtc/common_audio/signal_processing/signal_processing_unittest.cc
33src:*/webrtc/common_audio/signal_processing/resample_by_2_internal.c
34fun:*WebRtcSpl_AddSatW32*
35fun:*WebRtcSpl_SubSatW32*
36fun:*WebRtcSpl_DivW32HiLow*
oprypinba09f792017-09-04 08:32:43 -070037fun:*WebRtcSpl_LevinsonDurbin*
kwiberg80670682016-02-26 02:52:12 -080038fun:*GmmProbability*