Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-27 Thread via GitHub
xiaoxiang781216 merged PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-27 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1436688638 ## testing/ostest/ostest_main.c: ## @@ -680,9 +715,19 @@ int main(int argc, FAR char **argv) /* Verify that we can spawn a new task */ +#ifdef

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-26 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1436688638 ## testing/ostest/ostest_main.c: ## @@ -680,9 +715,19 @@ int main(int argc, FAR char **argv) /* Verify that we can spawn a new task */ +#ifdef

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1434279514 ## testing/ostest/signest.c: ## @@ -180,10 +180,10 @@ static int waiter_main(int argc, char *argv[]) /* Just exit, the system should clean up the signal

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-18 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1430962804 ## testing/ostest/ostest_main.c: ## @@ -641,6 +680,28 @@ int main(int argc, FAR char **argv) #else int ostest_result = OK; #endif + int i; + pid_t pid; +

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-09 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1421695356 ## testing/ostest/ostest_main.c: ## @@ -295,7 +321,9 @@ static int user_main(int argc, char *argv[]) show_environment(false, true, true);

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-09 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1421694697 ## testing/ostest/sighand.c: ## @@ -128,7 +128,7 @@ static void wakeup_action(int signo, siginfo_t *info, void *ucontext) } } -static int

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-09 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1421694561 ## testing/ostest/ostest_main.c: ## @@ -347,13 +375,16 @@ static int user_main(int argc, char *argv[]) check_test_memory_usage(); #endif +#ifndef

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1419242042 ## testing/ostest/ostest_main.c: ## @@ -96,6 +96,32 @@ static const char g_bad_value2[] = "BadValue2"; static const char g_putenv_value[] =

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-27 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1406259422 ## testing/ostest/signest.c: ## @@ -295,11 +298,12 @@ void signest_test(void) /* Start interfering thread */ - prio++; - printf("signest_test:

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-27 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1406259422 ## testing/ostest/signest.c: ## @@ -295,11 +298,12 @@ void signest_test(void) /* Start interfering thread */ - prio++; - printf("signest_test:

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-21 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1401460622 ## testing/ostest/ostest_main.c: ## @@ -706,6 +719,9 @@ int main(int argc, FAR char **argv) } printf("ostest_main: Exiting with status %d\n",

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1401456158 ## testing/ostest/ostest_main.c: ## @@ -581,8 +585,16 @@ static int user_main(int argc, char *argv[]) #endif #if defined(CONFIG_ARCH_HAVE_FORK) &&

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-21 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1401455747 ## testing/ostest/ostest_main.c: ## @@ -581,8 +585,16 @@ static int user_main(int argc, char *argv[]) #endif #if defined(CONFIG_ARCH_HAVE_FORK) &&

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1400833319 ## testing/ostest/ostest_main.c: ## @@ -347,13 +349,15 @@ static int user_main(int argc, char *argv[]) check_test_memory_usage(); #endif +#ifndef