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. |