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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2225923003: [Interpreter] Collect type feedback for 'new' in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updated 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 074af80b25e6b3cebc62ee9ab7620a36835d9fa9..918226ad279edc47fa3d39de485b225e66cd7fea 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -631,14 +631,20 @@
# Might trigger stack overflow.
'unicode-test': [SKIP],
- # 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.
+ 'array-feedback': [FAIL],
'regress/regress-4121': [FAIL],
+ # TODO(mythria, 4780): In interpreter we disable mementos when creating array
+ # literals.
+ 'array-literal-feedback': [FAIL],
+
# TODO(4680): Test doesn't know about three tier compiler pipeline.
'assert-opt-and-deopt': [SKIP],
- # BUG(rmcilroy,4989): Function is optimized without type feedback and so immediately deopts again, causing check failure in the test.
+ # BUG(rmcilroy,4989): Function is optimized without type feedback and so
+ # immediately deopts again, causing check failure in the test.
'compiler/deopt-inlined-from-call': [FAIL],
'compiler/increment-typefeedback': [FAIL],
'compiler/manual-concurrent-recompile': [FAIL],
@@ -669,8 +675,6 @@
'smi-mul-const': [FAIL],
'smi-mul': [FAIL],
'unary-minus-deopt': [FAIL],
- 'array-constructor-feedback': [FAIL],
- 'array-feedback': [FAIL],
'allocation-site-info': [FAIL],
}], # variant == ignition
@@ -706,7 +710,6 @@
##############################################################################
['variant == ignition_staging', {
'allocation-site-info': [FAIL],
- 'array-constructor-feedback': [FAIL],
'array-feedback': [FAIL],
'array-literal-feedback': [FAIL],
'assert-opt-and-deopt': [SKIP],
@@ -761,11 +764,14 @@
# Might trigger stack overflow.
'unicode-test': [SKIP],
- # 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