v8/tools/ubsan/ignorelist.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
868 B
Plaintext
Raw Normal View History

#############################################################################
# UBSan ignorelist.
# Bug 8735: PropertyCallbackInfo<void> vs PropertyCallbackInfo<T>.
fun:*v8*internal*PropertyCallbackArguments*CallAccessorSetter*
fun:*v8*internal*PropertyCallbackArguments*BasicCallNamedGetterCallback*
fun:*v8*internal*InvokeAccessorGetterCallback*
# Bug 8735: WeakCallbackInfo<void> vs. WeakCallbackInfo<T>.
fun:*v8*internal*GlobalHandles*PendingPhantomCallback*Invoke*
fun:*v8*internal*GlobalHandles*Node*PostGarbageCollectionProcessing*
# Simulators casting C++ functions to a generic signature.
fun:*v8*internal*UnsafeDirectApiCall*
fun:*v8*internal*UnsafeDirectGetterCall*
fun:*v8*internal*UnsafeGenericFunctionCall*
fun:*v8*internal*UnsafeProfilingApiCall*
Reland "Update V8 DEPS (trusted)" This is a reland of commit 5dbba8b00795543847ae75da59cc27e8379323fc Excluding ICU from UBSAN as there are new failures reported, until they are addressed in bug chromium:1394654. Bug: chromium:1394654 Original change's description: > Update V8 DEPS (trusted) > > Rolling v8/build: https://chromium.googlesource.com/chromium/src/build/+log/0efbd89..f27bbaf > > Rolling v8/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/f2fe6dd..531b10a > > Rolling v8/buildtools/linux64: git_revision:1c4151ff5c1d6fbf7fa800b8d4bb34d3abc03a41..git_revision:70d6c60823c0233a0f35eccc25b2b640d2980bdc > > Rolling v8/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx/+log/c2e1032..325733d > > Rolling v8/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi/+log/7362046..9231726 > > Rolling v8/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind/+log/5870472..fd49ee4 > > Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/41982a4..4431cae > > Rolling v8/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools/+log/9a6aa08..141be0c > > Rolling v8/third_party/fuchsia-sdk/sdk: version:10.20221128.1.1..version:10.20221129.1.1 > > Rolling v8/tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang/+log/6846e1e..1b8faee > > Rolling v8/tools/luci-go: git_revision:f8f64a8c560d2bf68a3ad1137979d17cffb36d30..git_revision:7a04ca7c0fd3e73cc09c817542a74d947e68b8c9 > > Rolling v8/tools/luci-go: git_revision:f8f64a8c560d2bf68a3ad1137979d17cffb36d30..git_revision:7a04ca7c0fd3e73cc09c817542a74d947e68b8c9 > > Change-Id: I3d89ad61526c3288c7788480c1355d94ad39fb1e > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4063722 > Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> > Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> > Cr-Commit-Position: refs/heads/main@{#84559} Change-Id: Ifa89aa3e1e7cc69a6afd72c161027e5874d3c541 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4067041 Commit-Queue: Matthias Liedtke <mliedtke@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#84574}
2022-11-30 13:58:10 +00:00
# Bug chromium:1394654: New -fsanitize=alignment fails for PointerTOC in ICU.
src:*/third_party/icu/*