Skip to content

Commit

Permalink
lib: test_bpf: Ignoring tests that only target 32-bit on RV64ILP32
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
  • Loading branch information
cp0613 authored and guoren83 committed Mar 19, 2024
1 parent 47017b9 commit d8b9041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test_bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4515,7 +4515,7 @@ static struct bpf_test tests[] = {
{ },
{ { 0, -1 } }
},
#ifdef CONFIG_32BIT
#if defined(CONFIG_32BIT) && !defined(CONFIG_ARCH_RV64ILP32)
{
"INT: 32-bit context pointer word order and zero-extension",
.u.insns_int = {
Expand Down

0 comments on commit d8b9041

Please sign in to comment.