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

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

Issue 775993005: Re-blacklist SystemEncoding: still failing on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 dadac59d26fd7f7f33e1f526698923b92a51718b..102f541bf3de6825cc63c70342f46780c33c94fb 100644
--- a/tests/lib/mirrors/invocation_fuzz_test.dart
+++ b/tests/lib/mirrors/invocation_fuzz_test.dart
@@ -45,6 +45,8 @@ var blacklist = [
'dart.io._Filter.newZLibInflateFilter',
'dart.io._Filter.newZLibDeflateFilter',
'dart.io._FileSystemWatcher._listenOnSocket',
+ 'dart.io.SystemEncoding.decode', // Windows only
+ 'dart.io.SystemEncoding.encode', // Windows only
];
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