Commit 8ac91f6c authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Increase coverage of d8_default test suites

NOTRY=true

Bug: v8:7285,v8:8140
Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
Change-Id: I9cb216de302bc787189f8f12f5b254909b0f5773
Reviewed-on: https://chromium-review.googlesource.com/1208496
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55682}
parent 6da8e1f9
...@@ -43,4 +43,12 @@ ...@@ -43,4 +43,12 @@
'relative-time-format/default-locale-pt-BR': [SKIP], 'relative-time-format/default-locale-pt-BR': [SKIP],
}], # system == windows' }], # system == windows'
['system == android', {
# Android's ICU data file does not have the Chinese/Japanese dictionary
# required for the test to pass.
'break-iterator/zh-break': [FAIL],
# Unable to change locale on Android:
'relative-time-format/default-locale-fr-CA': [FAIL],
'relative-time-format/default-locale-pt-BR': [FAIL],
}], # 'system == android'
] ]
...@@ -43,4 +43,10 @@ ...@@ -43,4 +43,10 @@
'wasm-trace-memory-liftoff': [SKIP], 'wasm-trace-memory-liftoff': [SKIP],
}], # arch != x64 and arch != ia32 }], # arch != x64 and arch != ia32
['variant == code_serializer', {
# TODO(yangguo): Code serializer output is incompatible with all message
# tests.
'*': [SKIP],
}], # variant == code_serializer
] ]
...@@ -73,13 +73,12 @@ TEST_MAP = { ...@@ -73,13 +73,12 @@ TEST_MAP = {
], ],
# This needs to stay in sync with test/d8_default.isolate. # This needs to stay in sync with test/d8_default.isolate.
"d8_default": [ "d8_default": [
# TODO(machenbach): uncomment after infra side lands. "debugger",
#"debugger",
"mjsunit", "mjsunit",
"webkit", "webkit",
#"message", "message",
#"preparser", "preparser",
#"intl", "intl",
], ],
# This needs to stay in sync with test/optimize_for_size.isolate. # This needs to stay in sync with test/optimize_for_size.isolate.
"optimize_for_size": [ "optimize_for_size": [
......
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