Chandan U commented on a discussion on testsuites/psxtests/psxmsgq05/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1066#note_142886 > + int recv_msg; > + unsigned int recv_prio; > + unsigned int p; > + unsigned int p_low; > + unsigned int p_mid; > + unsigned int p_high; > + unsigned int p_equal; > + > + (void) argument; > + > + TEST_BEGIN(); > + > + printf( "Init - MQ_PRIO_MAX = %u\n", (unsigned int) MQ_PRIO_MAX ); > + > + /* Ensure a prior run cannot interfere with this run. */ > + (void) mq_unlink( QUEUE_NAME ); Got it, since the msgq is created fresh this is unnecessary. I'll remove it. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1066#note_142886 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
