Skip to content

Commit fe24196

Browse files
committed
clone10: add support archs
Signed-off-by: Li Wang <liwang@redhat.com> Acked-by: Jan Stancek <jstancek@redhat.com> Reviewed-by: Wei Gao <wegao@suse.com> Acked-by: Petr Vorel <pvorel@suse.cz>
1 parent 485a4cd commit fe24196

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

testcases/kernel/syscalls/clone/clone10.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@ static struct tst_test test = {
9191
.cleanup = cleanup,
9292
.needs_checkpoints = 1,
9393
.test_all = verify_tls,
94+
.supported_archs = (const char *const []) {
95+
"x86_64",
96+
"aarch64",
97+
"s390x",
98+
NULL
99+
}
94100
};

0 commit comments

Comments
 (0)