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

Unified Diff: tools/ubsan/blacklist.txt

Issue 1975863002: UBSan: Suppress openh264 and NetEq errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added more suppressions Created 4 years, 7 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 1ddbbadb16e98a4c46322ae6a6c6f7f5ba94e0ad..7a92cdbcbaf23fc2a5d6391c7b77596a5e88d98e 100644
--- a/tools/ubsan/blacklist.txt
+++ b/tools/ubsan/blacklist.txt
@@ -10,6 +10,10 @@
# 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/*
@@ -33,3 +37,8 @@ fun:*WebRtcSpl_AddSatW32*
fun:*WebRtcSpl_SubSatW32*
fun:*WebRtcSpl_DivW32HiLow*
fun:*GmmProbability*
+
+#############################################################################
+# Ignore errors in peerconnection_unittests.
+# https://bugs.chromium.org/p/webrtc/issues/detail?id=5889
+src:*/webrtc/modules/audio_coding/neteq/delay_manager.cc
« 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