From ee76427938a9cbb4305464e562a9293363ea8938 Mon Sep 17 00:00:00 2001 From: dongjiuzhu1 Date: Fri, 24 May 2024 13:47:35 +0800 Subject: [PATCH] testing/ostest: temporary remove vfork test on arch/sim Signed-off-by: dongjiuzhu1 --- testing/ostest/ostest_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/ostest/ostest_main.c b/testing/ostest/ostest_main.c index 985988c14..f7b3bef60 100644 --- a/testing/ostest/ostest_main.c +++ b/testing/ostest/ostest_main.c @@ -590,7 +590,8 @@ static int user_main(int argc, char *argv[]) check_test_memory_usage(); #endif -#if defined(CONFIG_ARCH_HAVE_FORK) && defined(CONFIG_SCHED_WAITPID) +#if defined(CONFIG_ARCH_HAVE_FORK) && defined(CONFIG_SCHED_WAITPID) && \ + !defined(CONFIG_ARCH_SIM) #ifndef CONFIG_BUILD_KERNEL printf("\nuser_main: vfork() test\n"); vfork_test();