android13/external/ltp/testcases/open_posix_testsuite/functional/mqueues/assertions.xml

15 lines
632 B
XML
Raw Normal View History

2024-06-22 08:45:49 -04:00
<assertions>
<assertion id="2" tag="pt:MSG" files="mqueues/notify.c">
When a message is available on a Queue, process can be notified that and
prepare to receive the message.
</assertion>
<assertion id="1" tag="pt:MSG" files="mqueues/send_rev_1.c">
Two processes can read/write from the same message queue at the same time.
</assertion>
<assertion id="3" tag="pt:MSG" files="mqueues/send_rev_2.c">
Two threads sending/receiving on different message queue, and
set different Priority to the messages in the message queue, to
see whether the highest priority is received first.
</assertion>
</assertions>