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

Unified Diff: tests/lib/mirrors/invocation_fuzz_test.dart

Issue 834233003: Fix for issue 21398 (only send "literal like" objects across isolates spawned using spawnURI (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 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
Index: tests/lib/mirrors/invocation_fuzz_test.dart
===================================================================
--- tests/lib/mirrors/invocation_fuzz_test.dart (revision 42669)
+++ tests/lib/mirrors/invocation_fuzz_test.dart (working copy)
@@ -43,6 +43,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',

Powered by Google App Engine
This is Rietveld 408576698