We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be98a4 commit 9fe9432Copy full SHA for 9fe9432
test/test_stat.rs
@@ -308,7 +308,8 @@ fn test_mkdirat_fail() {
308
}
309
310
#[test]
311
-#[cfg(not(any(target_os = "freebsd",
+#[cfg(not(any(target_os = "dragonfly",
312
+ target_os = "freebsd",
313
target_os = "ios",
314
target_os = "macos",
315
target_os = "redox")))]
@@ -325,7 +326,8 @@ fn test_mknod() {
325
326
327
328
329
330
331
target_os = "illumos",
332
333
0 commit comments