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

Unified Diff: test/cctest/cctest.status

Issue 2294913006: [Interpreter] Enable allocation site mementos in CreateArrayLiterals. (Closed)
Patch Set: Rebase. Created 4 years, 3 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 70a1d17da1d5de94d6140d93684497edfb6eb107..f843a7186ff0216ca5fbd7466d3f97b81bcdaae8 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -370,14 +370,6 @@
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
- # BUG(4680): Ignition doesn't support mementos when creating array literals.
- 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
- 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
-
# BUG(4751). Flaky with ignition.
'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL],
@@ -402,12 +394,6 @@
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
'test-heap/CompilationCacheCachingBehavior': [FAIL],
- 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
- 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
'test-heap/Regress169209': [FAIL],
'test-heap/TestCodeFlushing': [FAIL],
'test-heap/TestCodeFlushingIncremental': [FAIL],
@@ -493,15 +479,6 @@
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
- # TODO(mythria, 4780): In interpreter we disable mementos when creating array
- # literals.
- 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
- 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
- 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
-
# BUG(4751). Flaky with Ignition.
'test-cpu-profiler/JsNativeJsSample': [SKIP],
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698