Index: runtime/tests/vm/vm.status |
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
index db40a4ded72f0eee16e07633276383e508e0f13b..9a4df8ffa52c8bfd5f266e4fda8fc0356bcbd345 100644 |
--- a/runtime/tests/vm/vm.status |
+++ b/runtime/tests/vm/vm.status |
@@ -49,6 +49,43 @@ cc/Service_Profile: Skip |
cc/Dart2JSCompilerStats: Skip |
cc/CorelibCompilerStats: Skip |
+[ $system == fuchsia ] |
rmacnak
2017/01/24 23:51:23
I also got
cc/CodeImmutability
Expected: Crash, A
zra
2017/01/25 06:00:31
Addressed by memory protection CL.
|
+# OOM crash can bring down the OS. |
+dart/spawn_shutdown_test: Skip |
+cc/CorelibIsolateStartup: Skip |
+# TODO(zra): package:unittest is not in the image. |
+dart/data_uri_spawn_test: Skip |
+# ../../dart/runtime/bin/file_test.cc: 34: error: expected: !file->WriteByte(1) |
+cc/Read: Fail # TODO(zra): Investigate |
+# Assumes initial thread's stack is the same size as spawned thread stacks. |
+cc/StackOverflowStackTraceInfo: Crash |
+# The profiler is turned off. Issue MG-430. |
+cc/Profiler_AllocationSampleTest: Crash |
+cc/Profiler_ArrayAllocation: Crash |
+cc/Profiler_BasicSourcePosition: Crash |
+cc/Profiler_BasicSourcePositionOptimized: Crash |
+cc/Profiler_BinaryOperatorSourcePosition: Crash |
+cc/Profiler_BinaryOperatorSourcePositionOptimized: Crash |
+cc/Profiler_ChainedSamples: Crash |
+cc/Profiler_ClosureAllocation: Crash |
+cc/Profiler_CodeTicks: Crash |
+cc/Profiler_ContextAllocation: Crash |
+cc/Profiler_FunctionInline: Crash |
+cc/Profiler_FunctionTicks: Crash |
+cc/Profiler_InliningIntervalBoundry: Crash |
+cc/Profiler_IntrinsicAllocation: Crash |
+cc/Profiler_SampleBufferIterateTest: Crash |
+cc/Profiler_SampleBufferWrapTest: Crash |
+cc/Profiler_SourcePosition: Crash |
+cc/Profiler_SourcePositionOptimized: Crash |
+cc/Profiler_StringAllocation: Crash |
+cc/Profiler_StringInterpolation: Crash |
+cc/Profiler_ToggleRecordAllocation: Crash |
+cc/Profiler_TrivialRecordAllocation: Crash |
+cc/Profiler_TypedArrayAllocation: Crash |
+cc/Profiler_GetSourceReport: Crash |
+cc/Service_Profile: Fail |
+ |
# 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 |