RTEMS | testsuites/libtests: Added quick_exit tests (!584)
mazen Adel (@mez3n)
gitlab at rtems.org
Sat Jul 19 11:54:57 UTC 2025
mazen Adel commented on a discussion on testsuites/libtests/exit04/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/584#note_126929
> + rtems_fatal_source source,
> + bool always_set_to_false,
> + rtems_fatal_code error
> +)
> +{
> + if ( source == RTEMS_FATAL_SOURCE_EXIT && !always_set_to_false &&
> + error == EXIT_STATUS && counter == 3 ) {
> + TEST_END();
> + }
> +}
> +
> +static void *exit_thread( void *arg )
> +{
> + int eno;
> +
> + eno = at_quick_exit( at_quick_exit_2 );
Done.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/584#note_126929
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250719/c716be93/attachment-0001.htm>
More information about the bugs
mailing list