ANDROID: Don't build futex_waitv test
The futex_waitv syscall is not implemented in Android. Bug: 234151152 Change-Id: I3a78bebdee19dce31a11b3a009656f23f2052596 Signed-off-by: Edward Liaw <edliaw@google.com>
This commit is contained in:
-23
@@ -1274,27 +1274,6 @@ cc_binary_with_abi(
|
||||
],
|
||||
)
|
||||
|
||||
cc_binary_with_abi(
|
||||
name = "kselftest_futex_futex_waitv",
|
||||
srcs = ["tools/testing/selftests/futex/functional/futex_waitv.c"],
|
||||
out = "futex_waitv",
|
||||
copts = [
|
||||
"-D_GNU_SOURCE",
|
||||
"-pthread",
|
||||
],
|
||||
includes = [
|
||||
"tools/testing/selftests",
|
||||
"tools/testing/selftests/futex/include",
|
||||
],
|
||||
path_prefix = _KSELFTEST_DIR,
|
||||
target_compatible_with = ["@platforms//os:android"],
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
":kselftest_futex_headers_lib",
|
||||
":kselftest_headers_lib",
|
||||
],
|
||||
)
|
||||
|
||||
cc_binary_with_abi(
|
||||
name = "kselftest_mm_compaction_test",
|
||||
srcs = ["tools/testing/selftests/mm/compaction_test.c"],
|
||||
@@ -1809,7 +1788,6 @@ android_filegroup(
|
||||
":kselftest_futex_futex_wait_uninitialized_heap_x86_64",
|
||||
":kselftest_futex_futex_wait_wouldblock_x86_64",
|
||||
":kselftest_futex_futex_wait_x86_64",
|
||||
":kselftest_futex_futex_waitv_x86_64",
|
||||
":kselftest_gen_config",
|
||||
":kselftest_kcmp_kcmp_test_x86_64",
|
||||
":kselftest_mm_compaction_test_x86_64",
|
||||
@@ -1869,7 +1847,6 @@ android_filegroup(
|
||||
":kselftest_futex_futex_wait_timeout_arm64",
|
||||
":kselftest_futex_futex_wait_uninitialized_heap_arm64",
|
||||
":kselftest_futex_futex_wait_wouldblock_arm64",
|
||||
":kselftest_futex_futex_waitv_arm64",
|
||||
":kselftest_gen_config",
|
||||
":kselftest_kcmp_kcmp_test_arm64",
|
||||
":kselftest_mm_compaction_test_arm64",
|
||||
|
||||
Reference in New Issue
Block a user