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

Unified Diff: runtime/bin/run_vm_tests_fuchsia.cc

Issue 2263783002: [fuchsia] remove unused file. update vm test statuses (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Created 4 years, 4 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 | « runtime/bin/fuchsia_vm_tests.txt ('k') | no next file » | no next file with comments »
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 98d7c6eacf29823f370c9f066a37710ce8852d60..834f122d7a8332f1f0e2db49d6d547e1371b23c3 100644
--- a/runtime/bin/run_vm_tests_fuchsia.cc
+++ b/runtime/bin/run_vm_tests_fuchsia.cc
@@ -34,8 +34,6 @@ const char* kSkip[] = {
// Crash and then Hang.
"ArrayLengthMaxElements",
"Int8ListLengthMaxElements",
- // Crashes in realloc.
- "LargeMap",
// The profiler is turned off.
"Profiler_AllocationSampleTest",
"Profiler_ArrayAllocation",
@@ -88,8 +86,6 @@ const char* kExpectFail[] = {
// Bugs to fix, or things that are not yet impelemnted.
const char* kBugs[] = {
- // pthreads not using specified stack size?
- "StackOverflowStacktraceInfo",
// Needs OS::GetCurrentThreadCPUMicros.
"Timeline_Dart_TimelineGetTrace",
"Timeline_Dart_TimelineGetTraceOnlyDartEvents",
@@ -107,9 +103,6 @@ const char* kBugs[] = {
"TimelinePauses_BeginEnd",
// Needs NativeSymbolResolver
"Service_PersistentHandles",
- // Crashes in realloc:
- "FindCodeObject",
- "SourceReport_Coverage_AllFunctions_ForceCompile",
// pthread TLS destructors are not run.
"ThreadIterator_AddFindRemove",
};
« no previous file with comments | « runtime/bin/fuchsia_vm_tests.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698