Commit 9a035110 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Fix test-skip config

NOTRY=true
TBR=gdeepti@chromium.org

Bug: v8:9845
Change-Id: I973521ae0d1fc3706c23f664e47962ac29e0196c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1857223Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64267}
parent 754cdc6a
......@@ -692,11 +692,11 @@
'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
}], # asan == True or msan == True or tsan == True
['arch == android_arm64', {
['system == android', {
# Android Arm64 failures
# https://bugs.chromium.org/p/v8/issues/detail?id=9845
'intl402/DateTimeFormat/prototype/formatToParts/related-year': [SKIP],
}], # arch == android_arm64
'intl402/DateTimeFormat/prototype/formatToParts/related-year': [FAIL],
}], # system == android
##############################################################################
['variant == jitless', {
......
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