source: rtems/c/src/tests/psxtests/psxmsgq01/psxmsgq01.scn @ 27f09663

4.104.114.84.95
Last change on this file since 27f09663 was 27f09663, checked in by Joel Sherrill <joel.sherrill@…>, on 01/05/00 at 22:15:16

Screen updated since test runs.

  • Property mode set to 100644
File size: 1010 bytes
Line 
1*** POSIX MESSAGE QUEUE TEST ***
2mq_open - Create with maxmsg (-1) (EINVAL)
3mq_open - Create with msgsize (-1) (EINVAL)
4mq_open - Open new mq without create flag (ENOENT)
5mq_open - Open with too long of a name (ENAMETOOLONG)
6mq_open - SUCCESSFUL
7mq_open - Create an Existing mq (EEXIST)
8mq_open - system is out of resources (ENFILE)
9mq_close and mq_unlink (mq3...mqn) - SUCCESSFUL
10mq_unlink - mq_unlink with too long of a name (ENAMETOOLONG)
11mq_unlink - UNSUCCESSFUL (ENOENT)
12mq_unlink (NULL) - EINVAL
13mq_unlink ("") - EINVAL
14mq_close - UNSUCCESSFUL (EBADF)
15mq_send - Closed message queue (EBADF)
16mq_open - Open a read only queue
17mq_send - Read only message queue (EBADF)
18mq_send - Priority out of range (EINVAL)
19mq_send - Message longer than msg_len (EMSGSIZE)
20mq_open - Open an existing mq ( same id )
21mq_unlink - mq1 SUCCESSFUL
22mq_open - Reopen mq1 SUCCESSFUL with a different id
23mq_unlink - mq1 SUCCESSFUL
24mq_close mq1 - SUCCESSFUL
25mq_unlink - UNSUCCESSFUL (ENOENT)
26*** END OF POSIX MESSAGE QUEUE TEST ***
Note: See TracBrowser for help on using the repository browser.