Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1751)

Unified Diff: runtime/bin/run_vm_tests_fuchsia.cc

Issue 2189973003: Fuchsia: Make some more VM tests pass (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/platform/utils_fuchsia.h » ('j') | runtime/vm/virtual_memory_fuchsia.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
};
« no previous file with comments | « no previous file | runtime/platform/utils_fuchsia.h » ('j') | runtime/vm/virtual_memory_fuchsia.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698