source: rtems/testsuites/psxtests/psximfs01/psximfs01.scn @ 9a4eca5

5
Last change on this file since 9a4eca5 was 99e6fb52, checked in by Joel Sherrill <joel.sherrill@…>, on 08/07/10 at 00:22:46

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

PR 1654/testing

  • psx13/test.c, psx13/psx13.scn: Test case to improve testing of dup2 routine.
  • psxfile01/test.c, psxfile01/psxfile01.scn: New test to improve testing of fcntl routine.
  • psximfs01/init.c, psximfs01/psximfs01.scn: Improve testing of imfs routines.
  • psximfs02/init.c, psximfs02/psximfs02.scn: Improve coverage of imfs routines.
  • psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New tests to improve coverage of getpwent.c.
  • Property mode set to 100644
File size: 443 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..
15Seek to end .. returned 1
16lseek/ftruncate loop..
17Seek to end .. returned 1295
18lseek/ftruncate loop..
19close(biggie) - OK
20unlink(biggie) - OK
21*** END OF TEST IMFS 01 ***
Note: See TracBrowser for help on using the repository browser.