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