Revert "[test] Increase coverage of d8_default test suites"
This reverts commit 8ac91f6c6a
.
Reason for revert:
Some actual failures on Mac and debugger:
https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Mac64%20GC%20Stress/2914
Failing message tests need to be skipped for predictable testing:
https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Linux%20-%20predictable/18967
Original change's description:
> [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}
TBR=rmcilroy@chromium.org,machenbach@chromium.org,sergiyb@chromium.org
Change-Id: I701abe28317028acbf65769674f15517020d3496
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: v8:7285, v8:8140
Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
Reviewed-on: https://chromium-review.googlesource.com/1209347
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55683}
This commit is contained in:
parent
8ac91f6c6a
commit
6a41625000
@ -43,12 +43,4 @@
|
|||||||
'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,10 +43,4 @@
|
|||||||
'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,12 +73,13 @@ 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": [
|
||||||
"debugger",
|
# TODO(machenbach): uncomment after infra side lands.
|
||||||
|
#"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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user