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

Unified Diff: runtime/tests/vm/dart/hello_fuchsia_test.dart

Issue 2536943002: Fuchsia: Enable newly working socket tests; use MX_CLOCK_UTC. (Closed)
Patch Set: Created 4 years, 1 month 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/vm/os_fuchsia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/dart/hello_fuchsia_test.dart
diff --git a/runtime/tests/vm/dart/hello_fuchsia_test.dart b/runtime/tests/vm/dart/hello_fuchsia_test.dart
index e2ac092ea7ae6acb967475220e53605d7d976afc..35f2cef30a1e3dcc53b7b395dc57ecdf0c3f284f 100644
--- a/runtime/tests/vm/dart/hello_fuchsia_test.dart
+++ b/runtime/tests/vm/dart/hello_fuchsia_test.dart
@@ -397,19 +397,17 @@ main() async {
await testSimpleReadWriteClose();
print("testSimpleReadWriteClose done");
- // TODO(US-81): Enable.
- // print("testSimpleReadWriteShutdown");
- // await testSimpleReadWriteShutdown(dropReads: false);
- // print("testSimpleReadWriteShutdown done");
+ print("testSimpleReadWriteShutdown");
+ await testSimpleReadWriteShutdown(dropReads: false);
+ print("testSimpleReadWriteShutdown done");
print("testGoogleHttp");
await testGoogleHttp(null, 'pass');
print("testGoogleHttp done");
- // TODO(US-96)
- // print("testGoogleHttps");
- // await testGoogleHttps(null, 'pass');
- // print("testGoogleHttps done");
+ print("testGoogleHttps");
+ await testGoogleHttps(null, 'pass');
+ print("testGoogleHttps done");
print("Goodbyte, Fuchsia!");
}
« no previous file with comments | « no previous file | runtime/vm/os_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698