1
Fork 0
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:
Daniel Hofstetter 2023-05-27 08:02:03 +02:00
parent 81d5274b04
commit b248b9d34c

View file

@ -1536,6 +1536,7 @@ fn test_retry8() {
#[test]
#[cfg(all(
not(target_vendor = "apple"),
not(target_os = "android"),
not(target_os = "windows"),
not(target_os = "freebsd")
))] // FIXME: for currently not working platforms
@ -1616,6 +1617,7 @@ fn test_retry9() {
#[test]
#[cfg(all(
not(target_vendor = "apple"),
not(target_os = "android"),
not(target_os = "windows"),
not(target_os = "freebsd")
))] // FIXME: for currently not working platforms
@ -1678,6 +1680,7 @@ fn test_follow_descriptor_vs_rename1() {
#[test]
#[cfg(all(
not(target_vendor = "apple"),
not(target_os = "android"),
not(target_os = "windows"),
not(target_os = "freebsd")
))] // FIXME: for currently not working platforms
@ -2118,6 +2121,7 @@ fn test_follow_name_move_create1() {
#[test]
#[cfg(all(
not(target_vendor = "apple"),
not(target_os = "android"),
not(target_os = "windows"),
not(target_os = "freebsd")
))] // FIXME: for currently not working platforms