Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index b87bfbe0415a2481bb92c0522e15e94b827106c4..b79357dd3b14ad3bcc08af1ea938f85eee30dd27 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -62,6 +62,11 @@ |
# from the deoptimizer to do that. |
'arguments-indirect': [PASS, NO_VARIANTS], |
+ # TODO(mstarzinger): The implicit JSToNumber and JSToString nodes inserted by |
+ # JSTypedLowering are not properly connected to a surrounding exceptional |
+ # continuation yet, hence exception are thrown out of the function body. |
+ 'regress/regress-1327557': [PASS, NO_VARIANTS], |
+ |
# TODO(verwaest): Some tests are over-restrictive about object layout. |
'array-constructor-feedback': [PASS, NO_VARIANTS], |
'array-feedback': [PASS, NO_VARIANTS], |