mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Merge pull request #5813 from cakebaker/head_disable_tests_on_android
head: disable some tests on Android
This commit is contained in:
commit
3552b4af61
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