source: rtems/testsuites/libtests/termios02/termios02.scn @ 1c6926c1

5
Last change on this file since 1c6926c1 was 1c6926c1, checked in by Kevin Kirspel <kevin-kirspel@…>, on 03/21/17 at 19:39:48

termios: Synchronize with latest FreeBSD headers

Adding modified FreeBSD headers to synchronize RTEMS termios with
FreeBSD. Modify termios to support dedicated input and output baud for
termios structure. Updated BSPs to use dedicated input and output baud
in termios structure. Updated tools to use dedicated input and output
baud in termios structure. Updated termios testsuites to use dedicated
input and output baud in termios structure.

Close #2897.

  • Property mode set to 100644
File size: 586 bytes
RevLine 
[1c6926c1]1*** BEGIN OF TEST TERMIOS 2 ***
[dda7c828]2tcdrain(12) - EBADF
3tcdrain(stdin) - OK
4tcdrain(stdout) - OK
5tcdrain(stderr) - OK
[9f5f6f53]6
7tcflow(stdin, TCOOFF) - ENOTSUP
8tcflow(stdin, TCOON) - ENOTSUP
9tcflow(stdin, TCIOFF) - ENOTSUP
10tcflow(stdin, TCION) - ENOTSUP
11tcflow(stdin, 22) - EINVAL
12
[b0da5796]13tcflush(stdin, TCIFLUSH) - OK
14tcflush(stdin, TCOFLUSH) - OK
15tcflush(stdin, TCIOFLUSH) - OK
[9f5f6f53]16tcflush(stdin, 22) - EINVAL
17
18tcgetpgrp( 1 ) - OK
19tcsetpgrp( 1, 3 ) - OK
20
21tcsendbreak( 1, 0 ) - OK
22
23ctermid( NULL ) - OK
24ctermid ==> /dev/console
25ctermid( term_name ) - OK
26ctermid ==> /dev/console
[1c6926c1]27*** END OF TEST TERMIOS 2 ***
Note: See TracBrowser for help on using the repository browser.