Skip to content

Commit 8475c50

Browse files
Avinesh Kumar via ltpwangli5665
authored andcommitted
swapping01.c: use .needs_abi_bits = 64
As this test is not designed for 32-bit systems, so this follow commit 6b7cccc ("swapping01: Use .skip_in_compat = 1") .skip_in_compat misses native 32-bit; .needs_abi_bits = 64 covers both. Signed-off-by: Avinesh Kumar <avinesh.kumar@suse.com> Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com> Reviewed-by: Li Wang <li.wang@linux.dev>
1 parent 72f68f9 commit 8475c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testcases/kernel/mem/swapping/swapping01.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ static struct tst_test test = {
174174
.min_mem_avail = 10,
175175
.runtime = 600,
176176
.test_all = test_swapping,
177-
.skip_in_compat = 1,
177+
.needs_abi_bits = 64,
178178
.needs_kconfigs = (const char *[]) {
179179
"CONFIG_SWAP=y",
180180
NULL

0 commit comments

Comments
 (0)