source: rtems/testsuites/psxtests/psximfs01/psximfs01.scn @ 43efb633

4.115
Last change on this file since 43efb633 was 43efb633, checked in by Joel Sherrill <joel.sherrill@…>, on 06/28/10 at 18:48:25

2010-06-28 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test to exercise IMFS behaviour with files of maximum sizes.
  • psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c, psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.
  • Property mode set to 100644
File size: 322 bytes
Line 
1*** TEST IMFS 01 ***
2open(biggie) - OK
3write(biggie) - OK
4Total written = 1280
5close(biggie) - OK
6
7open(biggie) - OK
8read(biggie) - OK
9File correctly read until ENOSPC returned
10
11close(biggie) - OK
12open(biggie) - OK
13Seek to end .. returned 1280
14lseek/ftruncate loop..
15close(biggie) - OK
16*** END OF TEST IMFS 01 ***
Note: See TracBrowser for help on using the repository browser.