[test262] Skip failing related-year test on android
Bug: v8:9845 Change-Id: I638f9bc41023cd4faef46dcafe646c13f3e14573 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1857208 Reviewed-by: Frank Tang <ftang@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#64260}
This commit is contained in:
parent
8069c8c481
commit
568d510083
@ -692,6 +692,12 @@
|
||||
'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
|
||||
}], # 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', {
|
||||
# https://crbug.com/v8/7777
|
||||
|
Loading…
Reference in New Issue
Block a user