| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index eac5b92d8b88428f24d5026189c70ab6c21bad98..ad5e7786904c4c9510732bda332c0581b6cc4602 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -336,19 +336,29 @@
|
| }], # 'arch == ppc64 and simulator_run == True'
|
|
|
| ##############################################################################
|
| -['variant == turbofan', {
|
| -
|
| - # TurboFan cpu profiler result is different.
|
| - 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
|
| - 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
|
| - 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
|
| +['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],
|
|
|
| -##############################################################################
|
| -['variant == turbofan_opt', {
|
| - # BUG(5193): Flaky.
|
| - 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
|
| + # 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_opt
|
|
|
| ##############################################################################
|
| @@ -397,7 +407,7 @@
|
| }], # variant == ignition_staging
|
|
|
| ##############################################################################
|
| -['variant == ignition_turbofan', {
|
| +['variant == turbofan or 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],
|
| @@ -425,7 +435,7 @@
|
|
|
| # BUG(5193): Flaky.
|
| 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
|
| -}], # variant == ignition_turbofan
|
| +}], # variant == turbofan or variant == ignition_turbofan
|
|
|
| ##############################################################################
|
| ['variant != ignition and variant != ignition_staging and variant != ignition_turbofan', {
|
|
|