[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}
This commit is contained in:
jgruber 2016-10-11 00:19:23 -07:00 committed by Commit bot
parent 0d8e52123e
commit effb8def76

View File

@ -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],