Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index f32b242cb83e03ce23f43a7a570d1c3058bfdf80..71a956c755c0fbb9a5f72575fe85edd7c4a7c788 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -49,6 +49,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. |