@@ -145,7 +145,6 @@ fn test_stat_fstat_lstat() {
145
145
}
146
146
147
147
#[ test]
148
- #[ cfg_attr( target_os = "cygwin" , ignore) ]
149
148
fn test_fchmod ( ) {
150
149
let tempdir = tempfile:: tempdir ( ) . unwrap ( ) ;
151
150
let filename = tempdir. path ( ) . join ( "foo.txt" ) ;
@@ -169,7 +168,6 @@ fn test_fchmod() {
169
168
170
169
#[ test]
171
170
#[ cfg( not( target_os = "redox" ) ) ]
172
- #[ cfg_attr( target_os = "cygwin" , ignore) ]
173
171
fn test_fchmodat ( ) {
174
172
let _dr = crate :: DirRestore :: new ( ) ;
175
173
let tempdir = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -333,7 +331,6 @@ fn test_mkdirat_success_path() {
333
331
334
332
#[ test]
335
333
#[ cfg( not( any( target_os = "redox" , target_os = "haiku" ) ) ) ]
336
- #[ cfg_attr( target_os = "cygwin" , ignore) ]
337
334
fn test_mkdirat_success_mode ( ) {
338
335
let expected_bits =
339
336
stat:: SFlag :: S_IFDIR . bits ( ) | stat:: Mode :: S_IRWXU . bits ( ) ;
@@ -374,7 +371,6 @@ fn test_mkdirat_fail() {
374
371
target_os = "redox" ,
375
372
target_os = "solaris"
376
373
) ) ) ]
377
- #[ cfg_attr( target_os = "cygwin" , ignore) ]
378
374
fn test_mknod ( ) {
379
375
use stat:: { lstat, mknod, SFlag } ;
380
376
@@ -395,7 +391,6 @@ fn test_mknod() {
395
391
target_os = "haiku" ,
396
392
target_os = "redox"
397
393
) ) ) ]
398
- #[ cfg_attr( target_os = "cygwin" , ignore) ]
399
394
fn test_mknodat ( ) {
400
395
use fcntl:: { AtFlags , OFlag } ;
401
396
use nix:: dir:: Dir ;
0 commit comments