mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tail: disable some tests on Android
This commit is contained in:
parent
81d5274b04
commit
b248b9d34c
1 changed files with 4 additions and 0 deletions
|
@ -1536,6 +1536,7 @@ fn test_retry8() {
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(target_vendor = "apple"),
|
not(target_vendor = "apple"),
|
||||||
|
not(target_os = "android"),
|
||||||
not(target_os = "windows"),
|
not(target_os = "windows"),
|
||||||
not(target_os = "freebsd")
|
not(target_os = "freebsd")
|
||||||
))] // FIXME: for currently not working platforms
|
))] // FIXME: for currently not working platforms
|
||||||
|
@ -1616,6 +1617,7 @@ fn test_retry9() {
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(target_vendor = "apple"),
|
not(target_vendor = "apple"),
|
||||||
|
not(target_os = "android"),
|
||||||
not(target_os = "windows"),
|
not(target_os = "windows"),
|
||||||
not(target_os = "freebsd")
|
not(target_os = "freebsd")
|
||||||
))] // FIXME: for currently not working platforms
|
))] // FIXME: for currently not working platforms
|
||||||
|
@ -1678,6 +1680,7 @@ fn test_follow_descriptor_vs_rename1() {
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(target_vendor = "apple"),
|
not(target_vendor = "apple"),
|
||||||
|
not(target_os = "android"),
|
||||||
not(target_os = "windows"),
|
not(target_os = "windows"),
|
||||||
not(target_os = "freebsd")
|
not(target_os = "freebsd")
|
||||||
))] // FIXME: for currently not working platforms
|
))] // FIXME: for currently not working platforms
|
||||||
|
@ -2118,6 +2121,7 @@ fn test_follow_name_move_create1() {
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(target_vendor = "apple"),
|
not(target_vendor = "apple"),
|
||||||
|
not(target_os = "android"),
|
||||||
not(target_os = "windows"),
|
not(target_os = "windows"),
|
||||||
not(target_os = "freebsd")
|
not(target_os = "freebsd")
|
||||||
))] // FIXME: for currently not working platforms
|
))] // FIXME: for currently not working platforms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue