Commit 74bf86ab authored by littledan's avatar littledan Committed by Commit bot

Disable slow async function tests in gc_stress

BUG=v8:5411

Review-Url: https://codereview.chromium.org/2354333003
Cr-Commit-Position: refs/heads/master@{#39603}
parent 99b773c2
......@@ -227,6 +227,14 @@
'unicode-test': [SKIP],
'whitespaces': [SKIP],
# Async function tests taking too long
# https://bugs.chromium.org/p/v8/issues/detail?id=5411
'harmony/async-function-debug-scopes': [SKIP],
'harmony/async-debug-caught-exception-cases0': [SKIP],
'harmony/async-debug-caught-exception-cases1': [SKIP],
'harmony/async-debug-caught-exception-cases2': [SKIP],
'harmony/async-debug-caught-exception-cases3': [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