summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios01/termios01.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-14 15:59:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-14 15:59:37 +0000
commit8cd0bb0f00271f13959b72d0d853eca32ee1076c (patch)
treedf9d73665a222eaa52a9769c78fa876df3188500 /testsuites/libtests/termios01/termios01.scn
parent2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8cd0bb0f00271f13959b72d0d853eca32ee1076c.tar.bz2
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
Diffstat (limited to 'testsuites/libtests/termios01/termios01.scn')
-rw-r--r--testsuites/libtests/termios01/termios01.scn6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/libtests/termios01/termios01.scn b/testsuites/libtests/termios01/termios01.scn
index e6cbbead39..434757015f 100644
--- a/testsuites/libtests/termios01/termios01.scn
+++ b/testsuites/libtests/termios01/termios01.scn
@@ -1,5 +1,4 @@
*** TEST TERMIOS 01 ***
-
Test termios_baud2index...
termios_baud_to_index(-2) - NOT OK
termios_baud_to_index(572) - NOT OK
@@ -33,7 +32,7 @@ termios_baud_to_number(B75) - OK
termios_baud_to_number(B110) - OK
termios_baud_to_number(B134) - OK
termios_baud_to_number(B150) - OK
-termios_baud_to_number(B200) - OK
+termios_baud_to_number(B200) - O
termios_baud_to_number(B300) - OK
termios_baud_to_number(B600) - OK
termios_baud_to_number(B1200) - OK
@@ -71,6 +70,9 @@ termios_number_to_baud(B57600) - OK
termios_number_to_baud(B115200) - OK
termios_number_to_baud(B230400) - OK
termios_number_to_baud(B460800) - OK
+tcsetattr - invalid operation - ENOTSUP
+
+tcsetattr - drain - OK
Init - rtems_io_register_driver - Termios Test Driver - OK
Termios_test_driver - rtems_io_register /dev/test - OK