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

Unified Diff: runtime/vm/os_fuchsia.cc

Issue 2197773004: Fuchsia: Paralellize VM test wrapper. Update statuses for Fuchsia update (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
« runtime/bin/run_vm_tests_fuchsia.cc ('K') | « runtime/bin/run_vm_tests_fuchsia.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/os_fuchsia.cc
diff --git a/runtime/vm/os_fuchsia.cc b/runtime/vm/os_fuchsia.cc
index 09aa389890f11d102216d5fcd060e8a4c28b0016..e28ef549754a1d7a82463ccc5d762ad1afac2ce1 100644
--- a/runtime/vm/os_fuchsia.cc
+++ b/runtime/vm/os_fuchsia.cc
@@ -30,8 +30,7 @@ const char* OS::Name() {
intptr_t OS::ProcessId() {
- UNIMPLEMENTED();
- return 0;
+ return static_cast<intptr_t>(getpid());
}
« runtime/bin/run_vm_tests_fuchsia.cc ('K') | « runtime/bin/run_vm_tests_fuchsia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698