| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 5ccf862610c7321bf3d41d43905b5cdb3cd408cc..dd5b6003ab18e05497c90c6a976879d7b74db4c8 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -79,6 +79,29 @@ cc/Profiler_TrivialRecordAllocation: Skip
|
| cc/Profiler_TypedArrayAllocation: Skip
|
| cc/Profiler_GetSourceReport: Skip
|
|
|
| +# Following tests are failing in a weird way on macos/ia32/debug builds
|
| +# need to investigate.
|
| +[ $runtime == vm && $mode == debug && $arch == ia32 && $system == macos ]
|
| +cc/Profiler_TrivialRecordAllocation: Skip
|
| +cc/Profiler_ToggleRecordAllocation: Skip
|
| +cc/Profiler_FunctionTicks: Skip
|
| +cc/Profiler_CodeTicks: Skip
|
| +cc/Profiler_IntrinsicAllocation: Skip
|
| +cc/Profiler_ArrayAllocation: Skip
|
| +cc/Profiler_ContextAllocation: Skip
|
| +cc/Profiler_ClosureAllocation: Skip
|
| +cc/Profiler_TypedArrayAllocation: Skip
|
| +cc/Profiler_StringAllocation: Skip
|
| +cc/Profiler_StringInterpolation: Skip
|
| +cc/Profiler_BasicSourcePosition: Skip
|
| +cc/Profiler_BasicSourcePositionOptimized: Skip
|
| +cc/Profiler_ChainedSamples: Skip
|
| +cc/Profiler_FunctionInline: Skip
|
| +cc/Profiler_SourcePosition: Skip
|
| +cc/Profiler_SourcePositionOptimized: Skip
|
| +cc/Profiler_BinaryOperatorSourcePosition: Skip
|
| +cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip
|
| +
|
| [ $compiler == dart2js ]
|
| dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
|
| dart/byte_array_test: Skip # compilers not aware of byte arrays
|
|
|