source: rtems/testsuites/psxtests/psxrdwrv/psxrdwrv.scn @ 95a57280

4.115
Last change on this file since 95a57280 was 95a57280, checked in by Sebastian Huber <sebastian.huber@…>, on 12/16/13 at 12:12:22

libcsupport: Add and use rtems_libio_iovec_eval()

  • Property mode set to 100644
File size: 800 bytes
Line 
1*** POSIX TEST READV/WRITEV ***
2writev bad file descriptor -- EBADF
3readv bad file descriptor -- EBADF
4writev bad iovec pointer -- EINVAL
5readv bad iovec pointer -- EINVAL
6writev bad iovcnt of 0 -- EINVAL
7readv bad iovcnt of 0 -- EINVAL
8writev bad iovcnt negative -- EINVAL
9readv bad iovcnt negative -- EINVAL
10writev bad iov[i].iov_base -- EINVAL
11readv bad iov[i].iov_base -- EINVAL
12writev bad iov[i].iov_len < 0 -- EINVAL
13readv bad iov[i].iov_len < 0 -- EINVAL
14writev iov_len total overflows -- EINVAL
15readv iov_len total overflows -- EINVAL
16writev iov_len works with no effect -- OK
17readv iov_len works with no effect -- OK
18readv bad iovcnt of IOV_MAX + 1 -- EINVAL
19writev bad iovcnt of IOV_MAX + 1 -- EINVAL
20File written using writev .. OK
21File read using readv .. OK
22*** END OF TEST PSXRDWRV ***
Note: See TracBrowser for help on using the repository browser.