Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: tools/ubsan/blacklist.txt

Issue 2003623003: Re-enable UBsan on AGC. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: change variable name Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/agc/legacy/analog_agc.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################################################################# 1 #############################################################################
2 # UBSan blacklist. 2 # UBSan blacklist.
3 # Please think twice before you add or remove these rules. 3 # Please think twice before you add or remove these rules.
4 4
5 # This is a stripped down copy of Chromium's blacklist.txt, to enable 5 # This is a stripped down copy of Chromium's blacklist.txt, to enable
6 # adding WebRTC-specific blacklist entries. 6 # adding WebRTC-specific blacklist entries.
7 7
8 ############################################################################# 8 #############################################################################
9 # YASM does some funny things that UBsan doesn't like. 9 # YASM does some funny things that UBsan doesn't like.
10 # https://crbug.com/489901 10 # https://crbug.com/489901
11 src:*/third_party/yasm/* 11 src:*/third_party/yasm/*
12 12
13 # OpenH264 triggers some errors that are out of our control. 13 # OpenH264 triggers some errors that are out of our control.
14 src:*/third_party/ffmpeg/libavcodec/* 14 src:*/third_party/ffmpeg/libavcodec/*
15 src:*/third_party/openh264/* 15 src:*/third_party/openh264/*
16 16
17 ############################################################################# 17 #############################################################################
18 # Ignore system libraries. 18 # Ignore system libraries.
19 src:*/usr/* 19 src:*/usr/*
20 20
21 ############################################################################# 21 #############################################################################
22 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5513 22 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5513
23 fun:*FilterBanksTest*CalculateResidualEnergyTester* 23 fun:*FilterBanksTest*CalculateResidualEnergyTester*
24 24
25 ############################################################################# 25 #############################################################################
26 # The audio processing AGC submodule exhibits a few problems (overflows).
27 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5530
28 src:*/webrtc/modules/audio_processing/agc/legacy/analog_agc.c
29 src:*/webrtc/modules/audio_processing/agc/legacy/digital_agc.c
30
31 #############################################################################
32 # Ignore errors in common_audio. 26 # Ignore errors in common_audio.
33 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5486 27 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5486
34 src:*/webrtc/common_audio/signal_processing/signal_processing_unittest.cc 28 src:*/webrtc/common_audio/signal_processing/signal_processing_unittest.cc
35 src:*/webrtc/common_audio/signal_processing/resample_by_2_internal.c 29 src:*/webrtc/common_audio/signal_processing/resample_by_2_internal.c
36 fun:*WebRtcSpl_AddSatW32* 30 fun:*WebRtcSpl_AddSatW32*
37 fun:*WebRtcSpl_SubSatW32* 31 fun:*WebRtcSpl_SubSatW32*
38 fun:*WebRtcSpl_DivW32HiLow* 32 fun:*WebRtcSpl_DivW32HiLow*
39 fun:*GmmProbability* 33 fun:*GmmProbability*
40 34
41 ############################################################################# 35 #############################################################################
42 # Ignore errors in peerconnection_unittests. 36 # Ignore errors in peerconnection_unittests.
43 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5889 37 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5889
44 src:*/webrtc/modules/audio_coding/neteq/delay_manager.cc 38 src:*/webrtc/modules/audio_coding/neteq/delay_manager.cc
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/agc/legacy/analog_agc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698