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

Unified Diff: tools/ubsan/blacklist.txt

Issue 2589093002: Move tools/{msan,ubsan} -> tools-webrtc/ (Closed)
Patch Set: Using rebase_path Created 4 years 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 | « tools/ubsan/OWNERS ('k') | tools/ubsan/vptr_blacklist.txt » ('j') | 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
deleted file mode 100644
index 403c86645a368071a387f556a00525a0e6c9a523..0000000000000000000000000000000000000000
--- a/tools/ubsan/blacklist.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-#############################################################################
-# UBSan blacklist.
-# Please think twice before you add or remove these rules.
-
-# This is a stripped down copy of Chromium's blacklist.txt, to enable
-# adding WebRTC-specific blacklist entries.
-
-#############################################################################
-# YASM does some funny things that UBsan doesn't like.
-# 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/*
-
-#############################################################################
-# https://bugs.chromium.org/p/webrtc/issues/detail?id=5513
-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 | « tools/ubsan/OWNERS ('k') | tools/ubsan/vptr_blacklist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698