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

Unified Diff: test/cctest/cctest.status

Issue 2428413004: Revert "[compiler] Ship Ignition for all TurboFan code." (Closed)
Patch Set: Created 4 years, 2 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 | « src/log.cc ('k') | 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 ad5e7786904c4c9510732bda332c0581b6cc4602..eac5b92d8b88428f24d5026189c70ab6c21bad98 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -336,29 +336,19 @@
}], # 'arch == ppc64 and simulator_run == True'
##############################################################################
-['variant == turbofan_opt', {
- # TODO(mythria,4680): Lack of code-ageing in interpreter.
- 'test-heap/Regress169209': [FAIL],
+['variant == turbofan', {
- # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
- # in interpreter.
- 'test-heap/CompilationCacheCachingBehavior': [FAIL],
+ # TurboFan cpu profiler result is different.
+ 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
+ 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
+ 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
- # TODO(mstarzinger): Triggers Ignition+TurboFan on everything now and makes
- # the stack traces within the profilers look different. Needs investigation.
- 'test-api/SetFunctionEntryHook': [SKIP],
- 'test-cpu-profiler/BoundFunctionCall': [FAIL],
- 'test-cpu-profiler/CollectSampleAPI': [FAIL],
- 'test-cpu-profiler/FunctionApplySample': [FAIL],
- 'test-cpu-profiler/FunctionCallSample': [FAIL],
- 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL],
- 'test-cpu-profiler/JsNativeJsSample': [FAIL],
- 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL],
- 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL],
- 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
- 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
- 'test-profile-generator/LineNumber': [FAIL],
- 'test-sampler-api/StackFramesConsistent': [FAIL],
+}], # variant == turbofan
+
+##############################################################################
+['variant == turbofan_opt', {
+ # BUG(5193): Flaky.
+ 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
}], # variant == turbofan_opt
##############################################################################
@@ -407,7 +397,7 @@
}], # variant == ignition_staging
##############################################################################
-['variant == turbofan or variant == ignition_turbofan', {
+['variant == ignition_turbofan', {
# TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !function->shared()->is_compiled() || function->IsOptimized().
'test-heap/TestCodeFlushingPreAged': [FAIL],
'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
@@ -435,7 +425,7 @@
# BUG(5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
-}], # variant == turbofan or variant == ignition_turbofan
+}], # variant == ignition_turbofan
##############################################################################
['variant != ignition and variant != ignition_staging and variant != ignition_turbofan', {
« no previous file with comments | « src/log.cc ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698