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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1177743002: [turbofan] Enable support for try-catch statements. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable timeouting test. Created 5 years, 6 months 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 | « src/flag-definitions.h ('k') | test/mozilla/mozilla.status » ('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 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],
« no previous file with comments | « src/flag-definitions.h ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698