| Index: tests/lib/mirrors/invocation_fuzz_test.dart
|
| ===================================================================
|
| --- tests/lib/mirrors/invocation_fuzz_test.dart (revision 42788)
|
| +++ tests/lib/mirrors/invocation_fuzz_test.dart (working copy)
|
| @@ -42,6 +42,8 @@
|
| // These either cause the VM to segfault or throw uncatchable API errors.
|
| // TODO(15274): Fix them and remove from blacklist.
|
| 'dart.io._IOService.dispatch',
|
| + 'dart.io._IOService._initialize',
|
| + 'dart.io._IOService._finalize',
|
| 'dart.io._StdIOUtils._socketType',
|
| 'dart.io._StdIOUtils._getStdioOutputStream',
|
| 'dart.io._Filter.newZLibInflateFilter',
|
|
|