Commit effb8def authored by jgruber's avatar jgruber Committed by Commit bot

[regexp] Skip regexp-property-lu-ui test in gc-stress

This test is timing out in gc-stress mode since RegExp.prototype.test
was moved to C++. RE.proto.test will be improved shortly, and this test
should be reenabled then.

BUG=v8:5339
NOTRY=true

Review-Url: https://codereview.chromium.org/2407133002
Cr-Commit-Position: refs/heads/master@{#40150}
parent 0d8e5212
......@@ -235,6 +235,9 @@
'harmony/async-debug-caught-exception-cases2': [SKIP],
'harmony/async-debug-caught-exception-cases3': [SKIP],
# TODO(jgruber): Too slow with new C++ port. Reenable once fixed.
'harmony/regexp-property-lu-ui': [SKIP],
# TODO(mstarzinger): Takes too long with TF.
'array-sort': [PASS, NO_VARIANTS],
'regress/regress-91008': [PASS, NO_VARIANTS],
......
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