[Fuchsia] Fix test image. Update status files for vm and language suites

IN-70

R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2957233003 .
This commit is contained in:
Zachary Anderson 2017-06-29 07:45:17 -07:00
parent 6c4dcd6800
commit 50475dd351
3 changed files with 8 additions and 27 deletions

View file

@ -177,6 +177,8 @@ if (is_fuchsia) {
assert(false, "unable to determine path to magenta's bootdata.bin")
}
packages_file = "$mkbootfs_gen/packages"
input = "$target_gen_dir/dart_test_tree.manifest"
inputs = [
magenta_bootdata,
@ -201,5 +203,6 @@ if (is_fuchsia) {
"--pre-binaries",
rebase_path(magenta_bootdata),
]
args += read_file(packages_file, "list lines")
}
}

View file

@ -59,32 +59,9 @@ dart/data_uri_spawn_test: Skip
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
# TODO(zra): Investigate
dart/byte_array_test: Crash
dart/byte_array_optimized_test: Crash
# Profiler is completely disabled in SIMDBC builds.
# On the simluator stack traces produced by the Profiler do not match

View file

@ -320,9 +320,10 @@ vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
async_await_test: RuntimeError
async_star_test: RuntimeError
vm/causal_async_exception_stack_test: RuntimeError
vm/causal_async_exception_stack2_test: RuntimeError
# TODO(zra): Investigate
vm/regress_28325_test: RuntimeError
closure_cycles_test: Pass, Crash
vm/math_vm_test: Crash
[$compiler == dart2analyzer]
vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.