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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2212343002: Revert of [Interpreter] Collect type feedback for 'new' in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index affc690c01b5c2623953555c6101afe04b6e9808..3ff5f41f941cf6714a0e7478dd268ff3fbedba56 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -220,12 +220,9 @@
############################################################################
# Ignition
- # TODO(mythria, 4780): Related to lack of allocation site feedback for calls.
+ # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
+ 'array-literal-feedback': [PASS, NO_IGNITION],
'regress/regress-4121': [PASS, NO_IGNITION],
-
- # TODO(mythria, 4780): In interpreter we disable mementos when creating array
- # literals.
- 'array-literal-feedback': [PASS, NO_IGNITION],
# TODO(4680): Test doesn't know about three tier compiler pipeline.
'assert-opt-and-deopt': [PASS, NO_IGNITION],
@@ -261,6 +258,7 @@
'smi-mul-const': [PASS, NO_IGNITION],
'smi-mul': [PASS, NO_IGNITION],
'unary-minus-deopt': [PASS, NO_IGNITION],
+ 'array-constructor-feedback': [PASS, NO_IGNITION],
'array-feedback': [PASS, NO_IGNITION],
'allocation-site-info': [PASS, NO_IGNITION],
@@ -701,14 +699,11 @@
##############################################################################
['variant == ignition_turbofan', {
- # TODO(mythria, 4780): Related to lack of allocation site feedback for calls
- # in interpreter.
+ # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
+ 'array-literal-feedback': [FAIL],
'regress/regress-4121': [FAIL],
+ 'array-constructor-feedback': [FAIL],
'array-feedback': [FAIL],
-
- # TODO(mythria, 4780): In interpreter we disable mementos when creating array
- # literals.
- 'array-literal-feedback': [FAIL],
'allocation-site-info': [FAIL],
'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],

Powered by Google App Engine
This is Rietveld 408576698