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

Unified Diff: tests/standalone/io/system_encoding_test.dart

Issue 1204193002: Fix test that failed on Russian Windows bit (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/standalone/io/system_encoding_test.dart
diff --git a/tests/standalone/io/system_encoding_test.dart b/tests/standalone/io/system_encoding_test.dart
index 668ee4c62a1d8859693c5eb654be36deaa864b6a..1a363313565af9b0da68ec819e26a7e489a74753 100644
--- a/tests/standalone/io/system_encoding_test.dart
+++ b/tests/standalone/io/system_encoding_test.dart
@@ -36,8 +36,6 @@ main() {
test([0, 65, 0, 67, 0]);
test([0, 0, 0]);
test(new Iterable.generate(128, (i) => i).toList());
- // This might break on some Windows systems.
- testEncodeDecode('\u00c6\u00d8\u00c5');
ricow1 2015/06/25 07:03:38 couldn't you just move it down to line 50 if this
if (Platform.isWindows) {
// On Windows the default Windows code page cannot encode these
// Unicode characters and the ? character is used.
« 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