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

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

Issue 3005003002: Make UBSan warnings fatal and fix the existing ones (Closed)
Patch Set: Address review comments Created 3 years, 3 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
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
(...skipping 12 matching lines...) Expand all
23 fun:*FilterBanksTest*CalculateResidualEnergyTester* 23 fun:*FilterBanksTest*CalculateResidualEnergyTester*
24 24
25 ############################################################################# 25 #############################################################################
26 # Ignore errors in common_audio. 26 # Ignore errors in common_audio.
27 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5486 27 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5486
28 src:*/webrtc/common_audio/signal_processing/signal_processing_unittest.cc 28 src:*/webrtc/common_audio/signal_processing/signal_processing_unittest.cc
29 src:*/webrtc/common_audio/signal_processing/resample_by_2_internal.c 29 src:*/webrtc/common_audio/signal_processing/resample_by_2_internal.c
30 fun:*WebRtcSpl_AddSatW32* 30 fun:*WebRtcSpl_AddSatW32*
31 fun:*WebRtcSpl_SubSatW32* 31 fun:*WebRtcSpl_SubSatW32*
32 fun:*WebRtcSpl_DivW32HiLow* 32 fun:*WebRtcSpl_DivW32HiLow*
33 fun:*WebRtcSpl_LevinsonDurbin*
33 fun:*GmmProbability* 34 fun:*GmmProbability*
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698