mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 03:19:58 +08:00
* devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this passes on sis.
11 lines
425 B
Plaintext
11 lines
425 B
Plaintext
*** TEST DEVFS04 ***
|
|
Init - attempt to open the /dev/test WR mode -- OK
|
|
Init - attempt to write to /dev/test -- OK
|
|
Init - attempt to write to /dev/test - expect ENOSYS
|
|
Init - attempt to open the /dev/test RD mode -- OK
|
|
Init - attempt to read from /dev/test -- OK
|
|
Init - attempt to read from /dev/test - expect ENOSYS
|
|
Init - attempt ioctl on the device - expect ENOSYS
|
|
Init - mknod(/dev/null)-- OK
|
|
*** END OF TEST DEVFS04 ***
|