2018-06-19 10:39:05 +00:00
|
|
|
#############################################################################
|
2021-04-28 07:21:57 +00:00
|
|
|
# UBSan ignorelist.
|
2019-01-10 13:11:13 +00:00
|
|
|
|
2019-01-25 01:23:32 +00:00
|
|
|
# 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*
|
2019-09-16 14:19:10 +00:00
|
|
|
|
|
|
|
# Simulators casting C++ functions to a generic signature.
|
|
|
|
fun:*v8*internal*UnsafeDirectApiCall*
|
|
|
|
fun:*v8*internal*UnsafeDirectGetterCall*
|
|
|
|
fun:*v8*internal*UnsafeGenericFunctionCall*
|
|
|
|
fun:*v8*internal*UnsafeProfilingApiCall*
|
2022-11-30 13:58:10 +00:00
|
|
|
|
|
|
|
# Bug chromium:1394654: New -fsanitize=alignment fails for PointerTOC in ICU.
|
|
|
|
src:*/third_party/icu/*
|