Roll chromium + fix: blacklist -> ignorelist for sanitizers suppressions

Roll chromium_revision 19159a8788..a0132a2044 (886529:887053)

Change log: 19159a8788..a0132a2044
Full diff: 19159a8788..a0132a2044

Changed dependencies
* src/base: eb591f0d4b..43f91dbc50
* src/build: 4f39b7cf99..2f6e88e05d
* src/buildtools/third_party/libunwind/trunk: 7846d25635..c8d0fb870a
* src/ios: 6d4134ba11..61b28637d9
* src/testing: 04abc75222..55ab025d49
* src/third_party: 6dc8812614..3544467673
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/74a278f9bb..e83a92e7b8
* src/third_party/depot_tools: 6d45691f60..6fc394f93d
* src/third_party/googletest/src: 23ef29555e..a3460d1aee
* src/third_party/perfetto: 78af063a63..be406c7d16
* src/tools: 255ad6c868..451fade863
DEPS diff: 19159a8788..a0132a2044/DEPS

No update to Clang.

Bug: webrtc:12817, webrtc:11680
Change-Id: Icf3b9678dbd529bb6878bcb12bdb4c1c3e7f2c24
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220364
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34145}
This commit is contained in:
Artem Titov
2021-05-27 17:08:49 +02:00
committed by WebRTC LUCI CQ
parent 236ac50628
commit c39080c883
5 changed files with 21 additions and 21 deletions

View File

@ -4,8 +4,8 @@
#
# 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.
# This is a stripped down copy of Chromium's ignorelist.txt, to enable
# adding WebRTC-specific ignorelist entries.
# Uninit in zlib. http://crbug.com/116277
fun:*MOZ_Z_deflate*

View File

@ -1,7 +1,7 @@
#############################################################################
# UBSan blacklist.
# UBSan ignorelist.
#
# This is a WebRTC-specific replacement of Chromium's blacklist.txt.
# This is a WebRTC-specific replacement of Chromium's ignorelist.txt.
# Only exceptions for third party libraries go here. WebRTC's code should use
# the RTC_NO_SANITIZE macro. Please think twice before adding new exceptions.

View File

@ -1,5 +1,5 @@
#############################################################################
# UBSan vptr blacklist.
# UBSan vptr ignorelist.
# Function and type based blacklisting use a mangled name, and it is especially
# tricky to represent C++ types. For now, any possible changes by name manglings
# are simply represented as wildcard expressions of regexp, and thus it might be
@ -8,7 +8,7 @@
# Please think twice before you add or remove these rules.
#
# This is a stripped down copy of Chromium's vptr_blacklist.txt, to enable
# adding WebRTC-specific blacklist entries.
# adding WebRTC-specific ignorelist entries.
#############################################################################
# Using raw pointer values.