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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
