Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index eb24d11e7c0626d70b405898f9aa1d5a567be3d1..6f8e18bc59db32d4b7c152ae752c2629a8abc18a 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -55,6 +55,9 @@ |
| 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
| 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
| + # TODO(caitp): fix super-call and super-property in async arrow functions |
| + 'harmony/async-arrow-lexical-super': [FAIL], |
|
caitp (gmail)
2016/04/27 01:03:09
So yeah, finally working again after those last fe
Dan Ehrenberg
2016/05/04 22:52:35
There are also some test262 tests for async functi
|
| + |
| ############################################################################## |
| # TurboFan compiler failures. |