Back to home page

LXR

 
 

    


Warning, /testsuites/libtests/termios08/termios08.scn is written in an unsupported language. File is not indexed.

0001 *** BEGIN OF TEST TERMIOS 8 ***
0002 open(/dev/test) - OK
0003 Changing c_lflag to: non-canonical
0004 Changing to polling - VMIN=0 VTIME=0
0005 read - 0 expected
0006 Changing to half-second timeout - VMIN=0 VTIME=5
0007 read - 0 expected
0008 Changing to half-second timeout - VMIN=5 VTIME=3
0009 Enqueue 2 characters
0010 read - 2 expected
0011 Changing to half-second timeout - VMIN=5 VTIME=3
0012 Enqueue 1 character
0013 read - 1 expected
0014 Enqueue 7 characters
0015 read - 5 expected
0016 read - 2 expected
0017 close(/dev/test) - OK
0018 *** END OF TEST TERMIOS 8 ***