mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 21:17:15 +08:00
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.
22 lines
443 B
Plaintext
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 ***
|