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

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

Issue 248133006: Blacklist SystemEncoding.decode/encode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/invocation_fuzz_test.dart
diff --git a/tests/lib/mirrors/invocation_fuzz_test.dart b/tests/lib/mirrors/invocation_fuzz_test.dart
index aa0660aa7999f56970b185b19b8a5b7c32fdd94e..3260db86999f2f79bcd8a0597471b20a43855940 100644
--- a/tests/lib/mirrors/invocation_fuzz_test.dart
+++ b/tests/lib/mirrors/invocation_fuzz_test.dart
@@ -40,6 +40,8 @@ var blacklist = [
'dart.io._Filter.newZLibInflateFilter',
'dart.io._Filter.newZLibDeflateFilter',
'dart.io._FileSystemWatcher._listenOnSocket',
+ 'dart.io.SystemEncoding.decode',
+ 'dart.io.SystemEncoding.encode',
];
bool isBlacklisted(Symbol qualifiedSymbol) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698