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], |
+ |
############################################################################## |
# TurboFan compiler failures. |