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 3e7430a7b8f890c6c3740a0c275fd5409c4619da..eee78ae3570bdeee0719e0109cbf97d98238994c 100644 |
--- a/runtime/bin/run_vm_tests_fuchsia.cc |
+++ b/runtime/bin/run_vm_tests_fuchsia.cc |
@@ -32,8 +32,6 @@ const char* kSkip[] = { |
"ThreadPool_WorkerShutdown", |
"LargeMap", |
"CompileFunctionOnHelperThread", |
- // Kernel panic. |
- "ThreadBarrier", |
// The profiler is turned off. |
"Profiler_AllocationSampleTest", |
"Profiler_ArrayAllocation", |
@@ -108,27 +106,10 @@ const char* kBugs[] = { |
"TimelinePauses_BeginEnd", |
// Crash. |
"FindCodeObject", |
- // Needs OS::Sleep. |
- "MessageHandler_Run", |
- "Sleep", |
- // Calls VirtualMemory::FreeSubSegment. |
- "GrowableObjectArray", |
- "PrintJSON", |
- "GenerateSource", |
- "FreeVirtualMemory", |
- // Several missing calls. |
- "OsFuncs", |
- // OS::AlignedAllocate. |
- "OSAlignedAllocate", |
// Needs NativeSymbolResolver |
"Service_PersistentHandles", |
// Need to investigate: |
- "ThreadPool_RunOne", |
- "ThreadPool_WorkerTimeout", |
- "Monitor", |
"ThreadIterator_AddFindRemove", |
- // Needs Utils::HostToBigEndian16 |
- "Endianity", |
}; |