mirror of
https://gitee.com/openharmony/third_party_rust_nix
synced 2025-03-01 13:05:42 +00:00
Disable mknod and mknodat tests on DragonFly
This commit is contained in:
parent
7be98a4379
commit
9fe9432181
@ -308,7 +308,8 @@ fn test_mkdirat_fail() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(any(target_os = "freebsd",
|
||||
#[cfg(not(any(target_os = "dragonfly",
|
||||
target_os = "freebsd",
|
||||
target_os = "ios",
|
||||
target_os = "macos",
|
||||
target_os = "redox")))]
|
||||
@ -325,7 +326,8 @@ fn test_mknod() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(any(target_os = "freebsd",
|
||||
#[cfg(not(any(target_os = "dragonfly",
|
||||
target_os = "freebsd",
|
||||
target_os = "illumos",
|
||||
target_os = "ios",
|
||||
target_os = "macos",
|
||||
|
Loading…
x
Reference in New Issue
Block a user