[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:
parent
0d8e52123e
commit
effb8def76
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user