RTEMS | testsuites/validation: Resolve compiler warnings and simulator failures (!1163)

Karthikey Kadati (@karthikey_kadati) gitlab at rtems.org
Thu Mar 26 18:07:16 UTC 2026




Karthikey Kadati commented on a discussion on testsuites/validation/tc-scheduler-smp-only.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1163#note_147202

 >     */
 >    sc = rtems_scheduler_get_maximum_priority( id_by_cpu, &priority );
 >    T_step_rsc_success( 15, sc );
 > -  T_step_eq_u32( 16, priority, (uint32_t) PRIORITY_DEFAULT_MAXIMUM );
 > +  T_step_eq_u32( 16, priority, 255 );

My bad ,stale local override from debugging the INT_MAX crash slipped through during regeneration. Reverted that file since Gedare already fixed it upstream.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1163#note_147202
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/20260326/d541a2be/attachment.htm>


More information about the bugs mailing list