summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios08/termios08.scn
blob: 469d537e0fc7e33e1da70f5a7a024207653e9d6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*** BEGIN OF TEST TERMIOS 8 ***
open(/dev/test) - OK
Changing c_lflag to: non-canonical
Changing to polling - VMIN=0 VTIME=0
read - 0 expected
Changing to half-second timeout - VMIN=0 VTIME=5
read - 0 expected
Changing to half-second timeout - VMIN=5 VTIME=3
Enqueue 2 characters
read - 2 expected
Changing to half-second timeout - VMIN=5 VTIME=3
Enqueue 1 character
read - 1 expected
Enqueue 7 characters
read - 5 expected
read - 2 expected
close(/dev/test) - OK
*** END OF TEST TERMIOS 8 ***