Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 16d0d833dd886ea06f033fe2246b09f4092b2f75..fcfc8764a3a6d37acf108e3b17ea0357f3b97a6a 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -54,6 +54,12 @@ |
# Issue 3784: setters-on-elements is flaky |
'setters-on-elements': [PASS, FAIL], |
+ # Issue 3641: The new 'then' semantics suppress some exceptions. |
+ # These tests may be changed or removed when 'chain' is deprecated. |
+ 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
+ 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
+ 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
+ |
############################################################################## |
# TurboFan compiler failures. |