323ada0128
This is a reland of commit5dbba8b007
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:0efbd89..f27bbaf
> > Rolling v8/buildtools:f2fe6dd..531b10a
> > Rolling v8/buildtools/linux64: git_revision:1c4151ff5c1d6fbf7fa800b8d4bb34d3abc03a41..git_revision:70d6c60823c0233a0f35eccc25b2b640d2980bdc > > Rolling v8/buildtools/third_party/libc++/trunk:c2e1032..325733d
> > Rolling v8/buildtools/third_party/libc++abi/trunk:7362046..9231726
> > Rolling v8/buildtools/third_party/libunwind/trunk:5870472..fd49ee4
> > Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/41982a4..4431cae > > Rolling v8/third_party/depot_tools:9a6aa08..141be0c
> > Rolling v8/third_party/fuchsia-sdk/sdk: version:10.20221128.1.1..version:10.20221129.1.1 > > Rolling v8/tools/clang: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}
21 lines
868 B
Plaintext
21 lines
868 B
Plaintext
#############################################################################
|
|
# 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*
|
|
|
|
# Bug chromium:1394654: New -fsanitize=alignment fails for PointerTOC in ICU.
|
|
src:*/third_party/icu/*
|