chenzihan0416 commented on code in PR #2698: URL: https://github.com/apache/nuttx-apps/pull/2698#discussion_r1802910296
########## testing/mm/mm_main.c: ########## @@ -119,11 +119,23 @@ static const int g_alignment2[NTEST_ALLOCS / 2] = static FAR void *g_allocs[NTEST_ALLOCS]; static struct mallinfo g_alloc_info; +int allow_malloc_faill = 0; Review Comment: This flag has been deleted and the first submission requires the maintainer's help to trigger CI, thank you! @xiaoxiang781216 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
