Commit c652b5a1 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Skip tests blocking DEPS roll

NOTRY=true

Bug: v8:9086
Change-Id: I1a430c12d5ddccb17931fa32f45463b7d8992971
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1552005
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarSergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60624}
parent a487167c
......@@ -39,6 +39,13 @@
'*': [SKIP],
}], # variant == no_wasm_traps
['asan', {
# https://crbug.com/v8/9086
'locale/locale-canonicalization': [SKIP],
'locale/locale-constructor': [SKIP],
'locale/locale-properties': [SKIP],
}], # asan
['system == windows', {
# noi18n cannot turn on ICU backend for Date
'relative-time-format/default-locale-fr-CA': [SKIP],
......
......@@ -742,6 +742,11 @@
}],
['asan == True', {
# https://crbug.com/v8/9086
'intl402/Locale/constructor-getter-order': [SKIP],
'intl402/Locale/constructor-options-numeric-valid': [SKIP],
'intl402/Locale/getters': [SKIP],
# BUG(v8:4653): Test262 tests which rely on quit() are not compatible with
# asan's --omit-quit flag.
'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment