Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: test/mjsunit/mjsunit.status

Issue 1538663002: Reland "Clean up promises and fix an edge case bug (patchset #4 id:60001 of https://codereview.chro… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes two test262 tests! Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/promises.js ('k') | test/mjsunit/regress/regress-3641.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 1c18cd9f4b8fa114ae72bfea6f3335217350c11f..0fb427cd136451c4e8dfa04276ca3f21152c4c44 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.
« no previous file with comments | « test/mjsunit/es6/promises.js ('k') | test/mjsunit/regress/regress-3641.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698