Commit 689c117f authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip test262-es6 tests failing on mac.

Looks like we never ran test262-es6 on mac. After merging
into test262 we've got these failures. Skipping for now.

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

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

Cr-Commit-Position: refs/heads/master@{#30937}
parent c9acb661
......@@ -728,6 +728,14 @@
['system == macos', {
'intl402/11.3.2_TRP': [FAIL],
'intl402/9.2.5_11_g_ii_2': [FAIL],
# BUG(v8:4437).
'intl402/Collator/10.1.1_19_c': [SKIP],
'intl402/Collator/9.2.5_11_g_ii_2': [SKIP],
'intl402/NumberFormat/11.1.1_17': [SKIP],
'intl402/NumberFormat/11.1.1_19': [SKIP],
'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP],
'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP],
}], # system == macos
['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64el', {
......
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