Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index c9eef21a6c8f7c4cd50bb01658f4d3655dcdfdb4..e406f8c61e4e38ef9cdf2796dcce1504518a1a79 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -226,6 +226,11 @@ |
| 'stack-traces-overflow': [SKIP], |
| 'unicode-test': [SKIP], |
| 'whitespaces': [SKIP], |
| + 'harmony/async-function-debug-scopes': [SKIP], |
|
adamk
2016/09/21 17:40:07
Can you put these in their own section with a link
|
| + '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], |