source: rtems/testsuites/libtests/deviceio01/deviceio01.scn @ 58c5a9b

4.115
Last change on this file since 58c5a9b was 58c5a9b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/07/10 at 00:24:48

2010-08-06 Bharath Suri <bharath.s.jois@…>

PR 1654/testing

  • deviceio01/init.c, deviceio01/deviceio01.doc, deviceio01/deviceio01.scn, deviceio01/test_driver.c, deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
  • Makefile.am, configure.ac: Changes to added above test.
  • tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
  • Property mode set to 100644
File size: 321 bytes
Line 
1*** TEST DEVICEIO - 01 ***
2Init - attempt to open the /dev/test WR mode -- OK
3Init - attempt to write to /dev/test - expect ENOSYS
4Init - attempt to open the /dev/test RD mode -- OK
5Init - attempt to read from /dev/test - expect ENOSYS
6Init - attempt ioctl on the device - expect ENOSYS
7*** END OF TEST DEVICEIO - 01 ***
Note: See TracBrowser for help on using the repository browser.