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

Revert "[test] Skip tests blocking DEPS roll"

This reverts commit c652b5a1.

Reason for revert: Clang roll detecting this failures was reverted.

Original change's description:
> [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: Sergiy Belozorov <sergiyb@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#60624}

TBR=machenbach@chromium.org,sigurds@chromium.org,jshin@chromium.org,sergiyb@chromium.org

Bug: v8:9086
Change-Id: I083c9b4c037bdae1bc0bfbd872bc73b931fbb853
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1552785Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60634}
parent 149d92a8
......@@ -39,13 +39,6 @@
'*': [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,11 +742,6 @@
}],
['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