| Index: runtime/bin/run_vm_tests_fuchsia.cc
|
| diff --git a/runtime/bin/run_vm_tests_fuchsia.cc b/runtime/bin/run_vm_tests_fuchsia.cc
|
| index 43185ac110f6af60edaecc65d0905f2245834d4f..a7839a931c426dbe1e9ee09398ed4a62cd609524 100644
|
| --- a/runtime/bin/run_vm_tests_fuchsia.cc
|
| +++ b/runtime/bin/run_vm_tests_fuchsia.cc
|
| @@ -33,11 +33,11 @@ const char* kSkip[] = {
|
| "Read",
|
| "FileLength",
|
| "FilePosition",
|
| - // Hangs.
|
| + // Crash and then Hang.
|
| "ArrayLengthMaxElements",
|
| "Int8ListLengthMaxElements",
|
| + // Crashes in realloc.
|
| "LargeMap",
|
| - "CompileFunctionOnHelperThread",
|
| // The profiler is turned off.
|
| "Profiler_AllocationSampleTest",
|
| "Profiler_ArrayAllocation",
|
|
|