Commit 568d5100 authored by Deepti Gandluri's avatar Deepti Gandluri Committed by Commit Bot

[test262] Skip failing related-year test on android

Bug: v8:9845
Change-Id: I638f9bc41023cd4faef46dcafe646c13f3e14573
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1857208Reviewed-by: 's avatarFrank Tang <ftang@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64260}
parent 8069c8c4
...@@ -692,6 +692,12 @@ ...@@ -692,6 +692,12 @@
'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
}], # asan == True or msan == True or tsan == True }], # asan == True or msan == True or tsan == True
['arch == android_arm64', {
# Android Arm64 failures
# https://bugs.chromium.org/p/v8/issues/detail?id=9845
'intl402/DateTimeFormat/prototype/formatToParts/related-year': [SKIP],
}], # arch == android_arm64
############################################################################## ##############################################################################
['variant == jitless', { ['variant == jitless', {
# https://crbug.com/v8/7777 # https://crbug.com/v8/7777
......
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