[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: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/master@{#55682}
This commit is contained in:
parent
6da8e1f993
commit
8ac91f6c6a
@ -43,4 +43,12 @@
|
||||
'relative-time-format/default-locale-pt-BR': [SKIP],
|
||||
}], # 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 @@
|
||||
'wasm-trace-memory-liftoff': [SKIP],
|
||||
}], # 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 = {
|
||||
],
|
||||
# This needs to stay in sync with test/d8_default.isolate.
|
||||
"d8_default": [
|
||||
# TODO(machenbach): uncomment after infra side lands.
|
||||
#"debugger",
|
||||
"debugger",
|
||||
"mjsunit",
|
||||
"webkit",
|
||||
#"message",
|
||||
#"preparser",
|
||||
#"intl",
|
||||
"message",
|
||||
"preparser",
|
||||
"intl",
|
||||
],
|
||||
# This needs to stay in sync with test/optimize_for_size.isolate.
|
||||
"optimize_for_size": [
|
||||
|
Loading…
Reference in New Issue
Block a user