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

Unified Diff: tests/standalone/standalone.status

Issue 14642012: dart:io | Add asynchronous versions of the methods of FileSystemEntity and Link. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file and fix checked mode Created 7 years, 8 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 f342f31d93507ed271b54fd56e9d45b6b1607ff4..a9cea3a485798ef353350417e4f9b5ed25b59bb1 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -48,7 +48,9 @@ io/directory_non_ascii_test: Pass, Fail
io/process_non_ascii_test: Pass, Fail
[ $runtime == vm && $system == windows ]
-io/file_system_links_test: Skip # No links on Windows.
+# Links on Windows are tested by windows_file_system_[async_]links_test instead.
Søren Gjesse 2013/05/03 07:13:36 How about moving this comment into the files and j
Bill Hesse 2013/05/03 08:44:06 Done. Also added to file_read_special_device_test
+io/file_system_links_test: Skip
+io/file_system_async_links_test: Skip
io/file_read_special_device_test: Skip # No special unix devices on Windows.
[ $compiler == none && $runtime == drt ]

Powered by Google App Engine
This is Rietveld 408576698