| 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!");
|
| }
|
|
|