Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH] clone10: add support archs
@ 2026-01-22 10:26 Li Wang via ltp
  2026-01-22 10:41 ` Jan Stancek via ltp
  0 siblings, 1 reply; 7+ messages in thread
From: Li Wang via ltp @ 2026-01-22 10:26 UTC (permalink / raw)
  To: ltp

Signed-off-by: Li Wang <liwang@redhat.com>
---
 testcases/kernel/syscalls/clone/clone10.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/testcases/kernel/syscalls/clone/clone10.c b/testcases/kernel/syscalls/clone/clone10.c
index a52ac3568..9ffb49c37 100644
--- a/testcases/kernel/syscalls/clone/clone10.c
+++ b/testcases/kernel/syscalls/clone/clone10.c
@@ -91,4 +91,10 @@ static struct tst_test test = {
 	.cleanup = cleanup,
 	.needs_checkpoints = 1,
 	.test_all = verify_tls,
+	.supported_archs = (const char *const []) {
+		"x86_64",
+		"aarch64",
+		"s390x",
+		NULL
+	}
 };
-- 
2.52.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-22 14:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22 10:26 [LTP] [PATCH] clone10: add support archs Li Wang via ltp
2026-01-22 10:41 ` Jan Stancek via ltp
2026-01-22 12:28   ` Wei Gao via ltp
2026-01-22 12:31   ` Petr Vorel
2026-01-22 12:47     ` Li Wang via ltp
2026-01-22 13:06       ` Petr Vorel
2026-01-22 14:16         ` Li Wang via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox