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

Unified Diff: tools/ubsan/blacklist.txt

Issue 1714443002: Suppress UBSan errors in common_audio (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ubsan/blacklist.txt
diff --git a/tools/ubsan/blacklist.txt b/tools/ubsan/blacklist.txt
index 4f4607e3b98305ea62ed3730841e32ba06bfe4da..2510d41ce4eaf66ab5ab4bef83e3d56150dbb1ef 100644
--- a/tools/ubsan/blacklist.txt
+++ b/tools/ubsan/blacklist.txt
@@ -19,4 +19,14 @@ src:*/usr/*
# https://bugs.chromium.org/p/webrtc/issues/detail?id=5513
src:*/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c
src:*/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c
-fun:*FilterBanksTest*CalculateResidualEnergyTester*
+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*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698