@@ -145,7 +145,6 @@ fn test_stat_fstat_lstat() {
145145}
146146
147147#[ test]
148- #[ cfg_attr( target_os = "cygwin" , ignore) ]
149148fn test_fchmod ( ) {
150149 let tempdir = tempfile:: tempdir ( ) . unwrap ( ) ;
151150 let filename = tempdir. path ( ) . join ( "foo.txt" ) ;
@@ -169,7 +168,6 @@ fn test_fchmod() {
169168
170169#[ test]
171170#[ cfg( not( target_os = "redox" ) ) ]
172- #[ cfg_attr( target_os = "cygwin" , ignore) ]
173171fn test_fchmodat ( ) {
174172 let _dr = crate :: DirRestore :: new ( ) ;
175173 let tempdir = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -333,7 +331,6 @@ fn test_mkdirat_success_path() {
333331
334332#[ test]
335333#[ cfg( not( any( target_os = "redox" , target_os = "haiku" ) ) ) ]
336- #[ cfg_attr( target_os = "cygwin" , ignore) ]
337334fn test_mkdirat_success_mode ( ) {
338335 let expected_bits =
339336 stat:: SFlag :: S_IFDIR . bits ( ) | stat:: Mode :: S_IRWXU . bits ( ) ;
@@ -374,7 +371,6 @@ fn test_mkdirat_fail() {
374371 target_os = "redox" ,
375372 target_os = "solaris"
376373) ) ) ]
377- #[ cfg_attr( target_os = "cygwin" , ignore) ]
378374fn test_mknod ( ) {
379375 use stat:: { lstat, mknod, SFlag } ;
380376
@@ -395,7 +391,6 @@ fn test_mknod() {
395391 target_os = "haiku" ,
396392 target_os = "redox"
397393) ) ) ]
398- #[ cfg_attr( target_os = "cygwin" , ignore) ]
399394fn test_mknodat ( ) {
400395 use fcntl:: { AtFlags , OFlag } ;
401396 use nix:: dir:: Dir ;
0 commit comments