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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1100113002: Add test for deoptimization bug. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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 | « test/mjsunit/compiler/deopt-bool2.js ('k') | no next file » | 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 265e8dfb88470d9bd70a126374a8fbd212f51181..7a1e454aab687320e2602e5577f9b9e27434f354 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -62,6 +62,10 @@
# from the deoptimizer to do that.
'arguments-indirect': [PASS, NO_VARIANTS],
+ # TODO(jarin): deoptimizer materializes a number instead of a boolean.
+ 'compiler/deopt-bool': [PASS, NO_VARIANTS],
+ 'compiler/deopt-bool2': [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 | « test/mjsunit/compiler/deopt-bool2.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698