Commit bba0e109 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip test on noi18n.

Fails since test262-es6 is tested without i18n support.

BUG=v8:4437
LOG=n
NOTRY=true
TBR=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/1369113002

Cr-Commit-Position: refs/heads/master@{#30952}
parent 5e0eba32
......@@ -738,6 +738,12 @@
'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP],
}], # system == macos
['no_i18n == True and mode == debug', {
# BUG(v8:4437).
'built-ins/String/prototype/normalize/return-normalized-string-using-default-parameter': [SKIP],
}], # no_i18n == True and mode == debug
['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64el', {
# TODO(mstarzinger): Causes stack overflow on simulators due to eager
......
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