Commit 2e9fc937 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip flaky test on linux.

BUG=v8:4894
NOTRY=true
LOG=n
TBR=yangguo@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#35325}
parent aa81cc68
......@@ -288,6 +288,9 @@
'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
# desugaring regexp property class relies on ICU.
'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
# BUG(v8:4894).
'es6/debug-step-into-constructor': [PASS, ['system == linux and arch == x64 and mode == release ', FAST_VARIANTS]],
}], # ALWAYS
['novfp3 == True', {
......
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