diff options
author | Bin Lu <bin.lu@arm.com> | 2020-05-15 02:52:12 -0400 |
---|---|---|
committer | Bin Lu <bin.lu@arm.com> | 2020-05-15 02:52:36 -0400 |
commit | 0b26f9aa0f669dcbd46f49c115e210172b761489 (patch) | |
tree | 7823d9af7209e03944a37db9341ee8bb89a9e0b4 /test/syscalls/linux/BUILD | |
parent | 4502b73d008e7696adbf035926092590f2077706 (diff) |
passed the syscall test case 'fpsig_nested' on Arm64 platform
Some functions were added for Arm64 platform:
a, get_fp/set_fp
b, inline_tgkill
Test step:
bazel test //test/syscalls:fpsig_nested_test_runsc_ptrace
Signed-off-by: Bin Lu <bin.lu@arm.com>
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 5acdb8438..3f12a04c0 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -849,10 +849,7 @@ cc_binary( cc_binary( name = "fpsig_nested_test", testonly = 1, - srcs = select_arch( - amd64 = ["fpsig_nested.cc"], - arm64 = [], - ), + srcs = ["fpsig_nested.cc"], linkstatic = 1, deps = [ gtest, |