]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/rt/io/file.rs
Turned off libstd unit tests that currently fail on Windows.
[rust.git] / src / libstd / rt / io / file.rs
index 534e308a1a6e8dc65e0414560617070abe56aaa7..1104f800ee2d11661d87102e2ce010f0bc03bfc3 100644 (file)
@@ -165,6 +165,7 @@ fn file_test_smoke_test_impl() {
 }
 
 #[test]
+#[ignore(cfg(windows))] // FIXME #8810
 fn file_test_io_smoke_test() {
     file_test_smoke_test_impl();
 }
@@ -232,6 +233,7 @@ fn file_test_io_non_positional_read_impl() {
 }
 
 #[test]
+#[ignore(cfg(windows))] // FIXME #8810
 fn file_test_io_non_positional_read() {
     file_test_io_non_positional_read_impl();
 }
@@ -264,6 +266,7 @@ fn file_test_io_seeking_impl() {
     }
 }
 #[test]
+#[ignore(cfg(windows))] // FIXME #8810
 fn file_test_io_seek_and_tell_smoke_test() {
     file_test_io_seeking_impl();
 }
@@ -295,6 +298,7 @@ fn file_test_io_seek_and_write_impl() {
     }
 }
 #[test]
+#[ignore(cfg(windows))] // FIXME #8810
 fn file_test_io_seek_and_write() {
     file_test_io_seek_and_write_impl();
 }
@@ -334,6 +338,7 @@ fn file_test_io_seek_shakedown_impl() {
     }
 }
 #[test]
+#[ignore(cfg(windows))] // FIXME #8810
 fn file_test_io_seek_shakedown() {
     file_test_io_seek_shakedown_impl();
 }