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

Unified Diff: test/cctest/cctest.status

Issue 2135563003: [turbofan] Enable pretenuring tests for optimized code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed. Created 4 years, 5 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
« no previous file with comments | « no previous file | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 47f7ffdfaf175aee4949eb0a62b33c60ccb9e217..2442f36e992fd47d1021427bafa8cb73f34d7ba4 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -102,16 +102,8 @@
# coverage).
'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS],
- # TurboFan doesn't support allocation sites currently.
- 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_VARIANTS],
- 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_VARIANTS],
- 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_VARIANTS],
- 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_VARIANTS],
+ # TODO(mstarzinger): The pretenuring decision is different in TurboFan.
'test-heap/OptimizedPretenuringMixedInObjectProperties': [PASS, NO_VARIANTS],
- 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_VARIANTS],
- 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_VARIANTS],
- 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_VARIANTS],
- 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_VARIANTS],
# TurboFan cpu profiler result is different.
'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_VARIANTS],
@@ -173,6 +165,16 @@
'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO_IGNITION],
'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION],
+ # BUG(4680): Ignition doesn't support allocation sites currently.
+ 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_IGNITION],
+ 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION],
+ 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION],
+ 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_IGNITION],
+ 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION],
+ 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION],
+ 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION],
+ 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION],
+
# BUG(4751). Flaky with ignition.
'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION],
}], # ALWAYS
@@ -554,6 +556,16 @@
# TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
+ # BUG(4680): Ignition doesn't support allocation sites currently.
+ 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
+ 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
+ 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
+ 'test-heap/OptimizedPretenuringDoubleArrayProperties': [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],
}], # ignition or ignition_turbofan
« no previous file with comments | « no previous file | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698