| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index a52a5eb853a24257b55303e7698defb6e9900da7..822cdb3c1ffa510c21e545f9ef333df068ceb8ec 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -46,8 +46,36 @@ cc/Service_Profile: Skip
|
| cc/Dart2JSCompilerStats: Skip
|
| cc/CorelibCompilerStats: Skip
|
|
|
| +# Profiler is completely disabled in SIMDBC builds.
|
| +# On the simluator stack traces produced by the Profiler do not match
|
| +# up with the real Dart stack trace and hence we don't get correct
|
| +# symbol names.
|
| [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm64 || $arch == simmips || $arch == simdbc || $arch == simdbc64 ]
|
| cc/Service_Profile: Skip
|
| +cc/Profiler_AllocationSampleTest: Skip
|
| +cc/Profiler_ArrayAllocation: Skip
|
| +cc/Profiler_BasicSourcePosition: Skip
|
| +cc/Profiler_BasicSourcePositionOptimized: Skip
|
| +cc/Profiler_BinaryOperatorSourcePosition: Skip
|
| +cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip
|
| +cc/Profiler_ChainedSamples: Skip
|
| +cc/Profiler_ClosureAllocation: Skip
|
| +cc/Profiler_CodeTicks: Skip
|
| +cc/Profiler_ContextAllocation: Skip
|
| +cc/Profiler_FunctionInline: Skip
|
| +cc/Profiler_FunctionTicks: Skip
|
| +cc/Profiler_InliningIntervalBoundry: Skip
|
| +cc/Profiler_IntrinsicAllocation: Skip
|
| +cc/Profiler_SampleBufferIterateTest: Skip
|
| +cc/Profiler_SampleBufferWrapTest: Skip
|
| +cc/Profiler_SourcePosition: Skip
|
| +cc/Profiler_SourcePositionOptimized: Skip
|
| +cc/Profiler_StringAllocation: Skip
|
| +cc/Profiler_StringInterpolation: Skip
|
| +cc/Profiler_ToggleRecordAllocation: Skip
|
| +cc/Profiler_TrivialRecordAllocation: Skip
|
| +cc/Profiler_TypedArrayAllocation: Skip
|
| +cc/Profiler_GetSourceReport: Skip
|
|
|
| [ $compiler == dart2js ]
|
| dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
|
| @@ -116,33 +144,6 @@ cc/StackTraceFormat: Fail,OK # Expects exact type name.
|
| cc/String_ScrubName: Fail,OK # Expects exact type name.
|
| cc/GetFunctionNames: Fail,OK # Expects exact type name.
|
|
|
| -[ $arch == simdbc || $arch == simdbc64 ]
|
| -# TODO(vegorov) Profiler is completely disabled in SIMDBC builds.
|
| -cc/Profiler_AllocationSampleTest: Skip
|
| -cc/Profiler_ArrayAllocation: Skip
|
| -cc/Profiler_BasicSourcePosition: Skip
|
| -cc/Profiler_BasicSourcePositionOptimized: Skip
|
| -cc/Profiler_BinaryOperatorSourcePosition: Skip
|
| -cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip
|
| -cc/Profiler_ChainedSamples: Skip
|
| -cc/Profiler_ClosureAllocation: Skip
|
| -cc/Profiler_CodeTicks: Skip
|
| -cc/Profiler_ContextAllocation: Skip
|
| -cc/Profiler_FunctionInline: Skip
|
| -cc/Profiler_FunctionTicks: Skip
|
| -cc/Profiler_InliningIntervalBoundry: Skip
|
| -cc/Profiler_IntrinsicAllocation: Skip
|
| -cc/Profiler_SampleBufferIterateTest: Skip
|
| -cc/Profiler_SampleBufferWrapTest: Skip
|
| -cc/Profiler_SourcePosition: Skip
|
| -cc/Profiler_SourcePositionOptimized: Skip
|
| -cc/Profiler_StringAllocation: Skip
|
| -cc/Profiler_StringInterpolation: Skip
|
| -cc/Profiler_ToggleRecordAllocation: Skip
|
| -cc/Profiler_TrivialRecordAllocation: Skip
|
| -cc/Profiler_TypedArrayAllocation: Skip
|
| -cc/Profiler_GetSourceReport: Skip
|
| -
|
| # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp
|
| # is switched on by default because they attempt to call regexp functions
|
| # directly instead of going through JSSyntaxRegExp_ExecuteMatch.
|
|
|