Skip to content

Commit

Permalink
Stop suppressing crc_fold512_to_32 in msan builds.
Browse files Browse the repository at this point in the history
This seems to work now.

Probably fixed by https://reviews.llvm.org/D73374
(see also issue 1045291).

Bug: 426868,1045291
Change-Id: I327d06c7a3357970a09fcc725c0d1d080e5b1a3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050803
Reviewed-by: Hans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740725}
  • Loading branch information
nico authored and Commit Bot committed Feb 12, 2020
1 parent c2cc921 commit e673a20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/msan/blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ fun:*MOZ_Z_deflate*
# http://crbug.com/418383
fun:longest_match

# Uninit in zlib with SIMD intrinsic http://crbug.com/426868
fun:crc_fold512_to_32

# False positives due to use of linux_syscall_support. http://crbug.com/394028
src:*/third_party/breakpad/breakpad/src/*
src:*/components/crash/content/app/breakpad_linux.cc
Expand Down

0 comments on commit e673a20

Please sign in to comment.