diff options
author | Andrii Nakryiko <andriin@fb.com> | 2019-11-06 09:36:59 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-11-06 13:45:06 -0800 |
commit | 65a052d537f40e992eb1629cc6c25874064f51fd (patch) | |
tree | 947f07a3964d5477d057ba91ffac27d571515e82 /tools/testing/selftests/bpf | |
parent | f23c7ce341c2dfd187d4e3712ba6c110969463a0 (diff) | |
download | linux-65a052d537f40e992eb1629cc6c25874064f51fd.tar.gz linux-65a052d537f40e992eb1629cc6c25874064f51fd.tar.bz2 linux-65a052d537f40e992eb1629cc6c25874064f51fd.zip |
selftests/bps: Clean up removed ints relocations negative tests
As part of 42765ede5c54 ("selftests/bpf: Remove too strict field offset relo
test cases"), few ints relocations negative (supposed to fail) tests were
removed, but not completely. Due to them being negative, some leftovers in
prog_tests/core_reloc.c went unnoticed. Clean them up.
Fixes: 42765ede5c54 ("selftests/bpf: Remove too strict field offset relo test cases")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20191106173659.1978131-1-andriin@fb.com
Diffstat (limited to 'tools/testing/selftests/bpf')
-rw-r--r-- | tools/testing/selftests/bpf/prog_tests/core_reloc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/core_reloc.c b/tools/testing/selftests/bpf/prog_tests/core_reloc.c index 00f1f3229542..f94bd071536b 100644 --- a/tools/testing/selftests/bpf/prog_tests/core_reloc.c +++ b/tools/testing/selftests/bpf/prog_tests/core_reloc.c @@ -337,12 +337,6 @@ static struct core_reloc_test_case test_cases[] = { INTS_CASE(ints___bool), INTS_CASE(ints___reverse_sign), - INTS_ERR_CASE(ints___err_bitfield), - INTS_ERR_CASE(ints___err_wrong_sz_8), - INTS_ERR_CASE(ints___err_wrong_sz_16), - INTS_ERR_CASE(ints___err_wrong_sz_32), - INTS_ERR_CASE(ints___err_wrong_sz_64), - /* validate edge cases of capturing relocations */ { .case_name = "misc", |