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

Unified Diff: tests/standalone/standalone.status

Issue 11410032: Add support for non ASCII strings when communicating with native ports (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase + update test expectations Created 8 years, 1 month 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
« runtime/vm/dart_api_impl.cc ('K') | « runtime/vm/snapshot_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 129a73f22ddbcd744168d83f7e492ef7576c3a1a..17cc926ae3dd74fadfa971688d20c119c6632c0a 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -6,9 +6,7 @@ out_of_memory_test: Skip # Issue 2345
package/invalid_uri_test: Fail, OK # Fails intentionally
-[ $runtime == vm ]
-io/directory_non_ascii_test: Fail # Posting non-ascii strings through ports.
-io/file_non_ascii_test: Fail # Posting non-ascii strings through ports.
+[ $system == macos ]
Ivan Posva 2012/11/14 19:07:15 This empty qualifier makes no sense.
Søren Gjesse 2012/11/15 08:16:53 Mads removed this in https://dart.googlecode.com/s
[ $runtime == vm && $checked ]
# These tests have type errors on purpose.
@@ -33,6 +31,8 @@ io/socket_many_connections_test: Skip
io/file_non_ascii_sync_test: Fail # issue 6702
io/directory_non_ascii_sync_test: Fail # issue 6702
io/process_non_ascii_test: Fail # issue 6702
+io/directory_non_ascii_test: Fail # issue 6702
+io/file_non_ascii_test: Fail # issue 6702
[ $runtime == vm && $system == windows ]
io/file_system_links_test: Skip # No links on Windows.
« runtime/vm/dart_api_impl.cc ('K') | « runtime/vm/snapshot_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698