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

Unified Diff: test/cctest/cctest.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/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 6f3057d25fd01f8ad758fa93c8930e95f73a02e7..c3b641f9c6acf057dad65862ba9bb8dc4210c945 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -352,11 +352,6 @@
# TODO(mythria,4780): Related to type feedback support for Array function.
'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
- # TODO(mythria,4780): Related to type feedback support for constructor.
- 'test-feedback-vector/VectorConstructCounts': [FAIL],
- 'test-heap/WeakFunctionInConstructor': [FAIL],
- 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
-
# TODO(mythria,4680): Lack of code-ageing in interpreter.
'test-heap/Regress169209': [FAIL],
@@ -372,8 +367,7 @@
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
- # BUG(4680): Ignition doesn't support allocation sites currently.
- 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
+ # BUG(4680): Ignition doesn't support mementos when creating array literals.
'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
@@ -404,10 +398,7 @@
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
- 'test-feedback-vector/VectorConstructCounts': [FAIL],
'test-heap/CompilationCacheCachingBehavior': [FAIL],
- 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
- 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
@@ -421,7 +412,6 @@
'test-heap/TestCodeFlushingIncremental': [FAIL],
'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
'test-heap/TestCodeFlushingPreAged': [FAIL],
- 'test-heap/WeakFunctionInConstructor': [FAIL],
'test-run-inlining/InlineBuiltin': [FAIL],
'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
@@ -491,11 +481,6 @@
# TODO(mythria,4780): Related to type feedback support for Array function.
'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
- # TODO(mythria,4780): Related to type feedback support for constructor.
- 'test-feedback-vector/VectorConstructCounts': [FAIL],
- 'test-heap/WeakFunctionInConstructor': [FAIL],
- 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
-
# TODO(mythria,4680): Lack of code-ageing in interpreter.
'test-heap/Regress169209': [FAIL],
@@ -507,8 +492,8 @@
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
- # BUG(4680): Ignition doesn't support allocation sites currently.
- 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
+ # TODO(mythria, 4780): In interpreter we disable mementos when creating array
+ # literals.
'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],

Powered by Google App Engine
This is Rietveld 408576698