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

Unified Diff: runtime/bin/run_vm_tests_fuchsia.cc

Issue 2613283002: Fuchsia: Use new call to get thread CPU time (Closed)
Patch Set: Delete dead code Created 3 years, 11 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/bin/thread.h » ('j') | 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 501d833e151554774a3e441f74a92cc219b68f8f..c83a9cf9244a6b6324209be3c576b1767c9acd6b 100644
--- a/runtime/bin/run_vm_tests_fuchsia.cc
+++ b/runtime/bin/run_vm_tests_fuchsia.cc
@@ -82,26 +82,6 @@ const char* kExpectFail[] = {
// Bugs to fix, or things that are not yet implemented.
const char* kBugs[] = {
- // Need OS::GetCurrentThreadCPUMicros.
- "Timeline_Dart_TimelineGetTraceOnlyDartEvents",
- "Timeline_Dart_TimelineGetTraceWithDartEvents",
- "Timeline_Dart_GlobalTimelineGetTrace",
- "TimelineEventDuration",
- "TimelineEventDurationPrintJSON",
- "TimelineEventArguments",
- "TimelineEventArgumentsPrintJSON",
- "TimelineEventCallbackRecorderBasic",
- "TimelineAnalysis_ThreadBlockCount",
- "TimelineRingRecorderJSONOrder",
- "TimelinePauses_BeginEnd",
- "Timeline_Dart_TimelineGetTrace",
- "Timeline_Dart_TimelineGetTraceGlobalOverride",
- "Timeline_Dart_GlobalTimelineGetTrace_Threaded",
-
- // Need VirtualMemory reservation with mmap.
- "ArrayLengthMaxElements",
- "Int8ListLengthMaxElements",
-
// Assumes initial thread's stack is the same size as spawned thread stacks.
"StackOverflowStackTraceInfo",
};
« no previous file with comments | « no previous file | runtime/bin/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698