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

Unified Diff: test/cctest/cctest.status

Issue 2294913006: [Interpreter] Enable allocation site mementos in CreateArrayLiterals. (Closed)
Patch Set: Fixed cctest.status 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 6f3057d25fd01f8ad758fa93c8930e95f73a02e7..f75327b5ae617f1876b8b4ef1fbfc7a91e2fdc86 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -372,14 +372,8 @@
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
- # BUG(4680): Ignition doesn't support allocation sites currently.
+ # BUG(4680): Ignition doesn't support allocation site feedback for new.
'test-heap/EnsureAllocationSiteDependentCodesProcessed': [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],
# BUG(4751). Flaky with ignition.
'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL],
@@ -408,12 +402,6 @@
'test-heap/CompilationCacheCachingBehavior': [FAIL],
'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [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/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL],
'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL],
@@ -507,14 +495,8 @@
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
- # BUG(4680): Ignition doesn't support allocation sites currently.
+ # BUG(4680): Ignition doesn't support allocation site feedback for new.
'test-heap/EnsureAllocationSiteDependentCodesProcessed': [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],
# BUG(4751). Flaky with Ignition.
'test-cpu-profiler/JsNativeJsSample': [SKIP],

Powered by Google App Engine
This is Rietveld 408576698