RTEMS | testsuites/heapwalk: Bypass tests when RTEMS_DEBUG is enabled (!1335)
Gedare Bloom (@gedare)
gitlab at rtems.org
Thu Jul 2 21:12:09 UTC 2026
Gedare Bloom started a new discussion on testsuites/libtests/heapwalk/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1335#note_153679
>
> TEST_BEGIN();
>
> +#ifndef RTEMS_DEBUG
> test_system_not_up();
> test_check_control();
> test_check_free_list();
> +#endif
> test_freshly_initialized();
This seems like it is greatly reducing what gets tested without `RTEMS_DEBUG` enabled. It would be nice to see if we can still use some of the other tests in here, by figuring out more narrowly what parts of the test are causing the failure to occur with DEBUG enabled.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1335#note_153679
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-bk1g42klkg3d09l1d6a2vtkdl-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260702/42357e4d/attachment-0001.htm>
More information about the bugs
mailing list