@@ -168,7 +168,6 @@ fn file_test_smoke_test_impl() {
168
168
}
169
169
170
170
#[ test]
171
- #[ ignore( cfg( windows) ) ] // FIXME #8810
172
171
fn file_test_io_smoke_test ( ) {
173
172
file_test_smoke_test_impl ( ) ;
174
173
}
@@ -236,7 +235,6 @@ fn file_test_io_non_positional_read_impl() {
236
235
}
237
236
238
237
#[ test]
239
- #[ ignore( cfg( windows) ) ] // FIXME #8810
240
238
fn file_test_io_non_positional_read ( ) {
241
239
file_test_io_non_positional_read_impl ( ) ;
242
240
}
@@ -268,8 +266,8 @@ fn file_test_io_seeking_impl() {
268
266
assert ! ( tell_pos_post_read == message. len( ) as u64 ) ;
269
267
}
270
268
}
269
+
271
270
#[ test]
272
- #[ ignore( cfg( windows) ) ] // FIXME #8810
273
271
fn file_test_io_seek_and_tell_smoke_test ( ) {
274
272
file_test_io_seeking_impl ( ) ;
275
273
}
@@ -300,8 +298,8 @@ fn file_test_io_seek_and_write_impl() {
300
298
assert ! ( read_str == final_msg. to_owned( ) ) ;
301
299
}
302
300
}
301
+
303
302
#[ test]
304
- #[ ignore( cfg( windows) ) ] // FIXME #8810
305
303
fn file_test_io_seek_and_write ( ) {
306
304
file_test_io_seek_and_write_impl ( ) ;
307
305
}
@@ -340,8 +338,8 @@ fn file_test_io_seek_shakedown_impl() {
340
338
unlink ( filename) ;
341
339
}
342
340
}
341
+
343
342
#[ test]
344
- #[ ignore( cfg( windows) ) ] // FIXME #8810
345
343
fn file_test_io_seek_shakedown ( ) {
346
344
file_test_io_seek_shakedown_impl ( ) ;
347
345
}
0 commit comments