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

Unified Diff: tests/standalone/standalone.status

Issue 12533008: dart:io | Add FileSystemEntity.typeSync to test for symbolic links. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add error-checking for arguments. Disable Windows implementation. Created 7 years, 9 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
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 8f093fb3a19a8ece4dec3fbe61b522abb2bbcf02..0dd0f06291b964180cd013c39b3b9707e0aaef4b 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -15,6 +15,8 @@ io/web_socket_test: Pass, Fail # Issue 8943
[ $runtime == vm && ( $system == windows ) ]
io/raw_socket_test: Pass, Fail # Issue 8901
+# New FileSystemEntity.typeSync unimplemented on Windows (temporary).
+io/file_system_links_test: Fail # Issue 8935
Bill Hesse 2013/03/07 09:53:12 The test is already skipped on Windows. Removed
[ $runtime == vm ]
package/package_isolate_test: Fail # http://dartbug.com/7520.

Powered by Google App Engine
This is Rietveld 408576698