mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
head: disable some tests on Android
This commit is contained in:
parent
8e83b347c6
commit
e29afdc0df
1 changed files with 4 additions and 0 deletions
|
@ -382,6 +382,7 @@ fn test_presume_input_pipe_5_chars() {
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(target_os = "windows"),
|
not(target_os = "windows"),
|
||||||
not(target_os = "macos"),
|
not(target_os = "macos"),
|
||||||
|
not(target_os = "android"),
|
||||||
not(target_os = "freebsd")
|
not(target_os = "freebsd")
|
||||||
))]
|
))]
|
||||||
#[test]
|
#[test]
|
||||||
|
@ -396,6 +397,7 @@ fn test_read_backwards_bytes_proc_fs_version() {
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(target_os = "windows"),
|
not(target_os = "windows"),
|
||||||
not(target_os = "macos"),
|
not(target_os = "macos"),
|
||||||
|
not(target_os = "android"),
|
||||||
not(target_os = "freebsd")
|
not(target_os = "freebsd")
|
||||||
))]
|
))]
|
||||||
#[test]
|
#[test]
|
||||||
|
@ -410,6 +412,7 @@ fn test_read_backwards_bytes_proc_fs_modules() {
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(target_os = "windows"),
|
not(target_os = "windows"),
|
||||||
not(target_os = "macos"),
|
not(target_os = "macos"),
|
||||||
|
not(target_os = "android"),
|
||||||
not(target_os = "freebsd")
|
not(target_os = "freebsd")
|
||||||
))]
|
))]
|
||||||
#[test]
|
#[test]
|
||||||
|
@ -424,6 +427,7 @@ fn test_read_backwards_lines_proc_fs_modules() {
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(target_os = "windows"),
|
not(target_os = "windows"),
|
||||||
not(target_os = "macos"),
|
not(target_os = "macos"),
|
||||||
|
not(target_os = "android"),
|
||||||
not(target_os = "freebsd")
|
not(target_os = "freebsd")
|
||||||
))]
|
))]
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue