Files
rtems/testsuites/psxtests/psximfs01/psximfs01.scn
T
Joel Sherrill 99e6fb5244 2010-08-06 Bharath Suri <bharath.s.jois@gmail.com>
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.
2010-08-07 00:22:46 +00:00

22 lines
443 B
Plaintext

*** TEST IMFS 01 ***
open(biggie) - OK
write(biggie) - OK
Total written = 1280
close(biggie) - OK
open(biggie) - OK
read(biggie) - OK
File correctly read until ENOSPC returned
close(biggie) - OK
open(biggie) - OK
Seek to end .. returned 1280
lseek/ftruncate loop..
Seek to end .. returned 1
lseek/ftruncate loop..
Seek to end .. returned 1295
lseek/ftruncate loop..
close(biggie) - OK
unlink(biggie) - OK
*** END OF TEST IMFS 01 ***