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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2190293003: [Interpreter] Collect type feedback for 'new' in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updated cctest.status and mjsunit.status 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 3ff5f41f941cf6714a0e7478dd268ff3fbedba56..affc690c01b5c2623953555c6101afe04b6e9808 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -220,10 +220,13 @@
############################################################################
# Ignition
- # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
- 'array-literal-feedback': [PASS, NO_IGNITION],
+ # TODO(mythria, 4780): Related to lack of allocation site feedback for calls.
'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],
@@ -258,7 +261,6 @@
'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],
@@ -699,11 +701,14 @@
##############################################################################
['variant == ignition_turbofan', {
- # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
- 'array-literal-feedback': [FAIL],
+ # TODO(mythria, 4780): Related to lack of allocation site feedback for calls
+ # in interpreter.
'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