File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -622,7 +622,6 @@ fn file_test_io_seek_shakedown() {
622
622
}
623
623
624
624
#[ test]
625
- #[ ignore( cfg( windows) ) ] // FIXME #8810
626
625
fn file_test_stat_is_correct_on_is_file ( ) {
627
626
do run_in_mt_newsched_task {
628
627
let filename = & Path ( "./tmp/file_stat_correct_on_is_file.txt" ) ;
@@ -641,7 +640,6 @@ fn file_test_stat_is_correct_on_is_file() {
641
640
}
642
641
643
642
#[ test]
644
- #[ ignore( cfg( windows) ) ] // FIXME #8810
645
643
fn file_test_stat_is_correct_on_is_dir ( ) {
646
644
do run_in_mt_newsched_task {
647
645
let filename = & Path ( "./tmp/file_stat_correct_on_is_dir" ) ;
@@ -656,7 +654,6 @@ fn file_test_stat_is_correct_on_is_dir() {
656
654
}
657
655
658
656
#[ test]
659
- #[ ignore( cfg( windows) ) ] // FIXME #8810
660
657
fn file_test_fileinfo_false_when_checking_is_file_on_a_directory ( ) {
661
658
do run_in_mt_newsched_task {
662
659
let dir = & Path ( "./tmp/fileinfo_false_on_dir" ) ;
@@ -667,7 +664,6 @@ fn file_test_fileinfo_false_when_checking_is_file_on_a_directory() {
667
664
}
668
665
669
666
#[ test]
670
- #[ ignore( cfg( windows) ) ] // FIXME #8810
671
667
fn file_test_fileinfo_check_exists_before_and_after_file_creation ( ) {
672
668
do run_in_mt_newsched_task {
673
669
let file = & Path ( "./tmp/fileinfo_check_exists_b_and_a.txt" ) ;
Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ mod test {
333
333
S_IWUSR , S_IRUSR } ;
334
334
335
335
#[ test]
336
- #[ ignore( cfg( windows) ) ] // FIXME #8814
337
336
fn file_test_full_simple( ) {
338
337
do run_in_bare_thread {
339
338
let mut loop_ = Loop :: new ( ) ;
@@ -409,7 +408,6 @@ mod test {
409
408
}
410
409
411
410
#[test]
412
- #[ignore(cfg(windows))] // FIXME #8814
413
411
fn file_test_full_simple_sync() {
414
412
do run_in_bare_thread {
415
413
// setup
You can’t perform that action at this time.
0 commit comments