source: rtems/testsuites/libtests/termios01/termios01.scn

Last change on this file 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: 18.4 KB
Line 
1*** BEGIN OF TEST TERMIOS 1 ***
2Test termios_baud2index...
3termios_baud_to_index(-2) - NOT OK
4termios_baud_to_index(B0) - OK
5termios_baud_to_index(B50) - OK
6termios_baud_to_index(B75) - OK
7termios_baud_to_index(B110) - OK
8termios_baud_to_index(B134) - OK
9termios_baud_to_index(B150) - OK
10termios_baud_to_index(B200) - OK
11termios_baud_to_index(B300) - OK
12termios_baud_to_index(B600) - OK
13termios_baud_to_index(B1200) - OK
14termios_baud_to_index(B1800) - OK
15termios_baud_to_index(B2400) - OK
16termios_baud_to_index(B4800) - OK
17termios_baud_to_index(B9600) - OK
18termios_baud_to_index(B19200) - OK
19termios_baud_to_index(B38400) - OK
20termios_baud_to_index(B7200) - OK
21termios_baud_to_index(B14400) - OK
22termios_baud_to_index(B28800) - OK
23termios_baud_to_index(B57600) - OK
24termios_baud_to_index(B76800) - OK
25termios_baud_to_index(B115200) - OK
26termios_baud_to_index(B230400) - OK
27termios_baud_to_index(B460800) - OK
28termios_baud_to_index(B921600) - OK
29
30Test termios_baud2number...
31termios_baud_to_number(-2) - NOT OK
32termios_baud_to_number(B0) - OK
33termios_baud_to_number(B50) - OK
34termios_baud_to_number(B75) - OK
35termios_baud_to_number(B110) - OK
36termios_baud_to_number(B134) - OK
37termios_baud_to_number(B150) - OK
38termios_baud_to_number(B200) - OK
39termios_baud_to_number(B300) - OK
40termios_baud_to_number(B600) - OK
41termios_baud_to_number(B1200) - OK
42termios_baud_to_number(B1800) - OK
43termios_baud_to_number(B2400) - OK
44termios_baud_to_number(B4800) - OK
45termios_baud_to_number(B9600) - OK
46termios_baud_to_number(B19200) - OK
47termios_baud_to_number(B38400) - OK
48termios_baud_to_number(B7200) - OK
49termios_baud_to_number(B14400) - OK
50termios_baud_to_number(B28800) - OK
51termios_baud_to_number(B57600) - OK
52termios_baud_to_number(B76800) - OK
53termios_baud_to_number(B115200) - OK
54termios_baud_to_number(B230400) - OK
55termios_baud_to_number(B460800) - OK
56termios_baud_to_number(B921600) - OK
57
58Test termios_number_to_baud...
59termios_number_to_baud(-2) - NOT OK
60termios_number_to_baud(B0) - OK
61termios_number_to_baud(B50) - OK
62termios_number_to_baud(B75) - OK
63termios_number_to_baud(B110) - OK
64termios_number_to_baud(B134) - OK
65termios_number_to_baud(B150) - OK
66termios_number_to_baud(B200) - OK
67termios_number_to_baud(B300) - OK
68termios_number_to_baud(B600) - OK
69termios_number_to_baud(B1200) - OK
70termios_number_to_baud(B1800) - OK
71termios_number_to_baud(B2400) - OK
72termios_number_to_baud(B4800) - OK
73termios_number_to_baud(B9600) - OK
74termios_number_to_baud(B19200) - OK
75termios_number_to_baud(B38400) - OK
76termios_number_to_baud(B7200) - OK
77termios_number_to_baud(B14400) - OK
78termios_number_to_baud(B28800) - OK
79termios_number_to_baud(B57600) - OK
80termios_number_to_baud(B76800) - OK
81termios_number_to_baud(B115200) - OK
82termios_number_to_baud(B230400) - OK
83termios_number_to_baud(B460800) - OK
84termios_number_to_baud(B921600) - OK
85
86Init - rtems_io_register_driver - Termios Test Driver - OK
87Termios_test_driver - rtems_io_register /dev/test - OK
88Init - Major slot returned = 3
89Init - open - /dev/test - OK
90Termios_test_driver - rtems_set_initial_baud - bad baud - OK
91Termios_test_driver - rtems_set_initial_baud - 38400 - OK
92tcsetattr - invalid operation - EINVAL
93cfmakeraw - OK
94cfmakesane - OK
95
96tcsetattr - drain - OK
97set_attributes - B0 8-NONE-2
98Test termios setting device baud rate...
99tcsetattr(TCSANOW, B0) - OK
100set_attributes - B0 8-NONE-2
101tcsetattr(TCSADRAIN, B0) - OK
102set_attributes - B0 8-NONE-2
103tcsetattr(TCSAFLUSH, B0) - OK
104set_attributes - B0 8-NONE-2
105tcsetattr(TCSANOW, B50) - OK
106set_attributes - B50 8-NONE-2
107tcsetattr(TCSADRAIN, B50) - OK
108set_attributes - B50 8-NONE-2
109tcsetattr(TCSAFLUSH, B50) - OK
110set_attributes - B50 8-NONE-2
111tcsetattr(TCSANOW, B75) - OK
112set_attributes - B75 8-NONE-2
113tcsetattr(TCSADRAIN, B75) - OK
114set_attributes - B75 8-NONE-2
115tcsetattr(TCSAFLUSH, B75) - OK
116set_attributes - B75 8-NONE-2
117tcsetattr(TCSANOW, B110) - OK
118set_attributes - B110 8-NONE-2
119tcsetattr(TCSADRAIN, B110) - OK
120set_attributes - B110 8-NONE-2
121tcsetattr(TCSAFLUSH, B110) - OK
122set_attributes - B110 8-NONE-2
123tcsetattr(TCSANOW, B134) - OK
124set_attributes - B134 8-NONE-2
125tcsetattr(TCSADRAIN, B134) - OK
126set_attributes - B134 8-NONE-2
127tcsetattr(TCSAFLUSH, B134) - OK
128set_attributes - B134 8-NONE-2
129tcsetattr(TCSANOW, B150) - OK
130set_attributes - B150 8-NONE-2
131tcsetattr(TCSADRAIN, B150) - OK
132set_attributes - B150 8-NONE-2
133tcsetattr(TCSAFLUSH, B150) - OK
134set_attributes - B150 8-NONE-2
135tcsetattr(TCSANOW, B200) - OK
136set_attributes - B200 8-NONE-2
137tcsetattr(TCSADRAIN, B200) - OK
138set_attributes - B200 8-NONE-2
139tcsetattr(TCSAFLUSH, B200) - OK
140set_attributes - B200 8-NONE-2
141tcsetattr(TCSANOW, B300) - OK
142set_attributes - B300 8-NONE-2
143tcsetattr(TCSADRAIN, B300) - OK
144set_attributes - B300 8-NONE-2
145tcsetattr(TCSAFLUSH, B300) - OK
146set_attributes - B300 8-NONE-2
147tcsetattr(TCSANOW, B600) - OK
148set_attributes - B600 8-NONE-2
149tcsetattr(TCSADRAIN, B600) - OK
150set_attributes - B600 8-NONE-2
151tcsetattr(TCSAFLUSH, B600) - OK
152set_attributes - B600 8-NONE-2
153tcsetattr(TCSANOW, B1200) - OK
154set_attributes - B1200 8-NONE-2
155tcsetattr(TCSADRAIN, B1200) - OK
156set_attributes - B1200 8-NONE-2
157tcsetattr(TCSAFLUSH, B1200) - OK
158set_attributes - B1200 8-NONE-2
159tcsetattr(TCSANOW, B1800) - OK
160set_attributes - B1800 8-NONE-2
161tcsetattr(TCSADRAIN, B1800) - OK
162set_attributes - B1800 8-NONE-2
163tcsetattr(TCSAFLUSH, B1800) - OK
164set_attributes - B1800 8-NONE-2
165tcsetattr(TCSANOW, B2400) - OK
166set_attributes - B2400 8-NONE-2
167tcsetattr(TCSADRAIN, B2400) - OK
168set_attributes - B2400 8-NONE-2
169tcsetattr(TCSAFLUSH, B2400) - OK
170set_attributes - B2400 8-NONE-2
171tcsetattr(TCSANOW, B4800) - OK
172set_attributes - B4800 8-NONE-2
173tcsetattr(TCSADRAIN, B4800) - OK
174set_attributes - B4800 8-NONE-2
175tcsetattr(TCSAFLUSH, B4800) - OK
176set_attributes - B4800 8-NONE-2
177tcsetattr(TCSANOW, B9600) - OK
178set_attributes - B9600 8-NONE-2
179tcsetattr(TCSADRAIN, B9600) - OK
180set_attributes - B9600 8-NONE-2
181tcsetattr(TCSAFLUSH, B9600) - OK
182set_attributes - B9600 8-NONE-2
183tcsetattr(TCSANOW, B19200) - OK
184set_attributes - B19200 8-NONE-2
185tcsetattr(TCSADRAIN, B19200) - OK
186set_attributes - B19200 8-NONE-2
187tcsetattr(TCSAFLUSH, B19200) - OK
188set_attributes - B19200 8-NONE-2
189tcsetattr(TCSANOW, B38400) - OK
190set_attributes - B38400 8-NONE-2
191tcsetattr(TCSADRAIN, B38400) - OK
192set_attributes - B38400 8-NONE-2
193tcsetattr(TCSAFLUSH, B38400) - OK
194set_attributes - B38400 8-NONE-2
195tcsetattr(TCSANOW, B7200) - OK
196set_attributes - B7200 8-NONE-2
197tcsetattr(TCSADRAIN, B7200) - OK
198set_attributes - B7200 8-NONE-2
199tcsetattr(TCSAFLUSH, B7200) - OK
200set_attributes - B7200 8-NONE-2
201tcsetattr(TCSANOW, B14400) - OK
202set_attributes - B14400 8-NONE-2
203tcsetattr(TCSADRAIN, B14400) - OK
204set_attributes - B14400 8-NONE-2
205tcsetattr(TCSAFLUSH, B14400) - OK
206set_attributes - B14400 8-NONE-2
207tcsetattr(TCSANOW, B28800) - OK
208set_attributes - B28800 8-NONE-2
209tcsetattr(TCSADRAIN, B28800) - OK
210set_attributes - B28800 8-NONE-2
211tcsetattr(TCSAFLUSH, B28800) - OK
212set_attributes - B28800 8-NONE-2
213tcsetattr(TCSANOW, B57600) - OK
214set_attributes - B57600 8-NONE-2
215tcsetattr(TCSADRAIN, B57600) - OK
216set_attributes - B57600 8-NONE-2
217tcsetattr(TCSAFLUSH, B57600) - OK
218set_attributes - B57600 8-NONE-2
219tcsetattr(TCSANOW, B76800) - OK
220set_attributes - B76800 8-NONE-2
221tcsetattr(TCSADRAIN, B76800) - OK
222set_attributes - B76800 8-NONE-2
223tcsetattr(TCSAFLUSH, B76800) - OK
224set_attributes - B76800 8-NONE-2
225tcsetattr(TCSANOW, B115200) - OK
226set_attributes - B115200 8-NONE-2
227tcsetattr(TCSADRAIN, B115200) - OK
228set_attributes - B115200 8-NONE-2
229tcsetattr(TCSAFLUSH, B115200) - OK
230set_attributes - B115200 8-NONE-2
231tcsetattr(TCSANOW, B230400) - OK
232set_attributes - B230400 8-NONE-2
233tcsetattr(TCSADRAIN, B230400) - OK
234set_attributes - B230400 8-NONE-2
235tcsetattr(TCSAFLUSH, B230400) - OK
236set_attributes - B230400 8-NONE-2
237tcsetattr(TCSANOW, B460800) - OK
238set_attributes - B460800 8-NONE-2
239tcsetattr(TCSADRAIN, B460800) - OK
240set_attributes - B460800 8-NONE-2
241tcsetattr(TCSAFLUSH, B460800) - OK
242set_attributes - B460800 8-NONE-2
243tcsetattr(TCSANOW, B921600) - OK
244set_attributes - B921600 8-NONE-2
245tcsetattr(TCSADRAIN, B921600) - OK
246set_attributes - B921600 8-NONE-2
247tcsetattr(TCSAFLUSH, B921600) - OK
248set_attributes - B921600 8-NONE-2
249Init - close - /dev/test - OK
250
251Init - open - /dev/test - OK
252Termios_test_driver - rtems_set_initial_baud - bad baud - OK
253Termios_test_driver - rtems_set_initial_baud - 38400 - OK
254
255Test termios setting device character size ...
256tcsetattr(TCSANOW, CS5) - OK
257set_attributes - B38400 5-NONE-2
258tcsetattr(TCSADRAIN, CS5) - OK
259set_attributes - B38400 5-NONE-2
260tcsetattr(TCSAFLUSH, CS5) - OK
261set_attributes - B38400 5-NONE-2
262tcsetattr(TCSASOFT, CS5) - OK
263set_attributes - B38400 5-NONE-2
264tcsetattr(TCSANOW, CS6) - OK
265set_attributes - B38400 6-NONE-2
266tcsetattr(TCSADRAIN, CS6) - OK
267set_attributes - B38400 6-NONE-2
268tcsetattr(TCSAFLUSH, CS6) - OK
269set_attributes - B38400 6-NONE-2
270tcsetattr(TCSASOFT, CS6) - OK
271set_attributes - B38400 6-NONE-2
272tcsetattr(TCSANOW, CS7) - OK
273set_attributes - B38400 7-NONE-2
274tcsetattr(TCSADRAIN, CS7) - OK
275set_attributes - B38400 7-NONE-2
276tcsetattr(TCSAFLUSH, CS7) - OK
277set_attributes - B38400 7-NONE-2
278tcsetattr(TCSASOFT, CS7) - OK
279set_attributes - B38400 7-NONE-2
280tcsetattr(TCSANOW, CS8) - OK
281set_attributes - B38400 8-NONE-2
282tcsetattr(TCSADRAIN, CS8) - OK
283set_attributes - B38400 8-NONE-2
284tcsetattr(TCSAFLUSH, CS8) - OK
285set_attributes - B38400 8-NONE-2
286tcsetattr(TCSASOFT, CS8) - OK
287set_attributes - B38400 8-NONE-2
288Init - close - /dev/test - OK
289
290Init - open - /dev/test - OK
291Termios_test_driver - rtems_set_initial_baud - bad baud - OK
292Termios_test_driver - rtems_set_initial_baud - 38400 - OK
293
294Test termios setting device parity ...
295tcsetattr(TCSANOW, none) - OK
296set_attributes - B38400 8-NONE-2
297tcsetattr(TCSADRAIN, none) - OK
298set_attributes - B38400 8-NONE-2
299tcsetattr(TCSAFLUSH, none) - OK
300set_attributes - B38400 8-NONE-2
301tcsetattr(TCSASOFT, none) - OK
302set_attributes - B38400 8-NONE-2
303tcsetattr(TCSANOW, even) - OK
304set_attributes - B38400 8-ODD-2
305tcsetattr(TCSADRAIN, even) - OK
306set_attributes - B38400 8-ODD-2
307tcsetattr(TCSAFLUSH, even) - OK
308set_attributes - B38400 8-ODD-2
309tcsetattr(TCSASOFT, even) - OK
310set_attributes - B38400 8-ODD-2
311tcsetattr(TCSANOW, odd) - OK
312set_attributes - B38400 8-EVEN-2
313tcsetattr(TCSADRAIN, odd) - OK
314set_attributes - B38400 8-EVEN-2
315tcsetattr(TCSAFLUSH, odd) - OK
316set_attributes - B38400 8-EVEN-2
317tcsetattr(TCSASOFT, odd) - OK
318set_attributes - B38400 8-EVEN-2
319Init - close - /dev/test - OK
320
321Init - open - /dev/test - OK
322Termios_test_driver - rtems_set_initial_baud - bad baud - OK
323Termios_test_driver - rtems_set_initial_baud - 38400 - OK
324
325Test termios setting device character size ...
326tcsetattr(TCSANOW, 1 bit) - OK
327set_attributes - B38400 8-NONE-1
328tcsetattr(TCSADRAIN, 1 bits) - OK
329set_attributes - B38400 8-NONE-1
330tcsetattr(TCSAFLUSH, 1 bits) - OK
331set_attributes - B38400 8-NONE-1
332tcsetattr(TCSASOFT, 1 bits) - OK
333set_attributes - B38400 8-NONE-1
334tcsetattr(TCSANOW, 2 bits) - OK
335set_attributes - B38400 8-NONE-2
336tcsetattr(TCSADRAIN, 2 bits) - OK
337set_attributes - B38400 8-NONE-2
338tcsetattr(TCSAFLUSH, 2 bits) - OK
339set_attributes - B38400 8-NONE-2
340tcsetattr(TCSASOFT, 2 bits) - OK
341set_attributes - B38400 8-NONE-2
342cfsetospeed(BAD BAUD) - EINVAL
343cfsetospeed(B0) - OK
344cfgetospeed(B0) - OK
345cfsetospeed(B50) - OK
346cfgetospeed(B50) - OK
347cfsetospeed(B75) - OK
348cfgetospeed(B75) - OK
349cfsetospeed(B110) - OK
350cfgetospeed(B110) - OK
351cfsetospeed(B134) - OK
352cfgetospeed(B134) - OK
353cfsetospeed(B150) - OK
354cfgetospeed(B150) - OK
355cfsetospeed(B200) - OK
356cfgetospeed(B200) - OK
357cfsetospeed(B300) - OK
358cfgetospeed(B300) - OK
359cfsetospeed(B600) - OK
360cfgetospeed(B600) - OK
361cfsetospeed(B1200) - OK
362cfgetospeed(B1200) - OK
363cfsetospeed(B1800) - OK
364cfgetospeed(B1800) - OK
365cfsetospeed(B2400) - OK
366cfgetospeed(B2400) - OK
367cfsetospeed(B4800) - OK
368cfgetospeed(B4800) - OK
369cfsetospeed(B9600) - OK
370cfgetospeed(B9600) - OK
371cfsetospeed(B19200) - OK
372cfgetospeed(B19200) - OK
373cfsetospeed(B38400) - OK
374cfgetospeed(B38400) - OK
375cfsetospeed(B7200) - OK
376cfgetospeed(B7200) - OK
377cfsetospeed(B14400) - OK
378cfgetospeed(B14400) - OK
379cfsetospeed(B28800) - OK
380cfgetospeed(B28800) - OK
381cfsetospeed(B57600) - OK
382cfgetospeed(B57600) - OK
383cfsetospeed(B76800) - OK
384cfgetospeed(B76800) - OK
385cfsetospeed(B115200) - OK
386cfgetospeed(B115200) - OK
387cfsetospeed(B230400) - OK
388cfgetospeed(B230400) - OK
389cfsetospeed(B460800) - OK
390cfgetospeed(B460800) - OK
391cfsetospeed(B921600) - OK
392cfgetospeed(B921600) - OK
393cfsetispeed(BAD BAUD) - EINVAL
394cfsetispeed(B0) - OK
395cfgetispeed(B0) - OK
396cfsetispeed(B50) - OK
397cfgetispeed(B50) - OK
398cfsetispeed(B75) - OK
399cfgetispeed(B75) - OK
400cfsetispeed(B110) - OK
401cfgetispeed(B110) - OK
402cfsetispeed(B134) - OK
403cfgetispeed(B134) - OK
404cfsetispeed(B150) - OK
405cfgetispeed(B150) - OK
406cfsetispeed(B200) - OK
407cfgetispeed(B200) - OK
408cfsetispeed(B300) - OK
409cfgetispeed(B300) - OK
410cfsetispeed(B600) - OK
411cfgetispeed(B600) - OK
412cfsetispeed(B1200) - OK
413cfgetispeed(B1200) - OK
414cfsetispeed(B1800) - OK
415cfgetispeed(B1800) - OK
416cfsetispeed(B2400) - OK
417cfgetispeed(B2400) - OK
418cfsetispeed(B4800) - OK
419cfgetispeed(B4800) - OK
420cfsetispeed(B9600) - OK
421cfgetispeed(B9600) - OK
422cfsetispeed(B19200) - OK
423cfgetispeed(B19200) - OK
424cfsetispeed(B38400) - OK
425cfgetispeed(B38400) - OK
426cfsetispeed(B7200) - OK
427cfgetispeed(B7200) - OK
428cfsetispeed(B14400) - OK
429cfgetispeed(B14400) - OK
430cfsetispeed(B28800) - OK
431cfgetispeed(B28800) - OK
432cfsetispeed(B57600) - OK
433cfgetispeed(B57600) - OK
434cfsetispeed(B76800) - OK
435cfgetispeed(B76800) - OK
436cfsetispeed(B115200) - OK
437cfgetispeed(B115200) - OK
438cfsetispeed(B230400) - OK
439cfgetispeed(B230400) - OK
440cfsetispeed(B460800) - OK
441cfgetispeed(B460800) - OK
442cfsetispeed(B921600) - OK
443cfgetispeed(B921600) - OK
444cfsetspeed(BAD BAUD) - EINVAL
445cfsetspeed(B0) - OK
446cfgetspeed(B0) - checking both inspeed and outspeed - OK
447cfsetspeed(B50) - OK
448cfgetspeed(B50) - checking both inspeed and outspeed - OK
449cfsetspeed(B75) - OK
450cfgetspeed(B75) - checking both inspeed and outspeed - OK
451cfsetspeed(B110) - OK
452cfgetspeed(B110) - checking both inspeed and outspeed - OK
453cfsetspeed(B134) - OK
454cfgetspeed(B134) - checking both inspeed and outspeed - OK
455cfsetspeed(B150) - OK
456cfgetspeed(B150) - checking both inspeed and outspeed - OK
457cfsetspeed(B200) - OK
458cfgetspeed(B200) - checking both inspeed and outspeed - OK
459cfsetspeed(B300) - OK
460cfgetspeed(B300) - checking both inspeed and outspeed - OK
461cfsetspeed(B600) - OK
462cfgetspeed(B600) - checking both inspeed and outspeed - OK
463cfsetspeed(B1200) - OK
464cfgetspeed(B1200) - checking both inspeed and outspeed - OK
465cfsetspeed(B1800) - OK
466cfgetspeed(B1800) - checking both inspeed and outspeed - OK
467cfsetspeed(B2400) - OK
468cfgetspeed(B2400) - checking both inspeed and outspeed - OK
469cfsetspeed(B4800) - OK
470cfgetspeed(B4800) - checking both inspeed and outspeed - OK
471cfsetspeed(B9600) - OK
472cfgetspeed(B9600) - checking both inspeed and outspeed - OK
473cfsetspeed(B19200) - OK
474cfgetspeed(B19200) - checking both inspeed and outspeed - OK
475cfsetspeed(B38400) - OK
476cfgetspeed(B38400) - checking both inspeed and outspeed - OK
477cfsetspeed(B7200) - OK
478cfgetspeed(B7200) - checking both inspeed and outspeed - OK
479cfsetspeed(B14400) - OK
480cfgetspeed(B14400) - checking both inspeed and outspeed - OK
481cfsetspeed(B28800) - OK
482cfgetspeed(B28800) - checking both inspeed and outspeed - OK
483cfsetspeed(B57600) - OK
484cfgetspeed(B57600) - checking both inspeed and outspeed - OK
485cfsetspeed(B76800) - OK
486cfgetspeed(B76800) - checking both inspeed and outspeed - OK
487cfsetspeed(B115200) - OK
488cfgetspeed(B115200) - checking both inspeed and outspeed - OK
489cfsetspeed(B230400) - OK
490cfgetspeed(B230400) - checking both inspeed and outspeed - OK
491cfsetspeed(B460800) - OK
492cfgetspeed(B460800) - checking both inspeed and outspeed - OK
493cfsetspeed(B921600) - OK
494cfgetspeed(B921600) - checking both inspeed and outspeed - OK
495Init - close - /dev/test - OK
496Multiple open of the device
497Termios_test_driver - rtems_set_initial_baud - bad baud - OK
498Termios_test_driver - rtems_set_initial_baud - 38400 - OK
499Termios_test_driver - rtems_set_initial_baud - bad baud - OK
500Termios_test_driver - rtems_set_initial_baud - 38400 - OK
501Termios_test_driver - rtems_set_initial_baud - bad baud - OK
502Termios_test_driver - rtems_set_initial_baud - 38400 - OK
503Termios_test_driver - rtems_set_initial_baud - bad baud - OK
504Termios_test_driver - rtems_set_initial_baud - 38400 - OK
505Termios_test_driver - rtems_set_initial_baud - bad baud - OK
506Termios_test_driver - rtems_set_initial_baud - 38400 - OK
507Termios_test_driver - rtems_set_initial_baud - bad baud - OK
508Termios_test_driver - rtems_set_initial_baud - 38400 - OK
509Termios_test_driver - rtems_set_initial_baud - bad baud - OK
510Termios_test_driver - rtems_set_initial_baud - 38400 - OK
511Termios_test_driver - rtems_set_initial_baud - bad baud - OK
512Termios_test_driver - rtems_set_initial_baud - 38400 - OK
513Termios_test_driver - rtems_set_initial_baud - bad baud - OK
514Termios_test_driver - rtems_set_initial_baud - 38400 - OK
515Termios_test_driver - rtems_set_initial_baud - bad baud - OK
516Termios_test_driver - rtems_set_initial_baud - 38400 - OK
517Termios_test_driver - rtems_set_initial_baud - bad baud - OK
518Termios_test_driver - rtems_set_initial_baud - 38400 - OK
519Termios_test_driver - rtems_set_initial_baud - bad baud - OK
520Termios_test_driver - rtems_set_initial_baud - 38400 - OK
521Termios_test_driver - rtems_set_initial_baud - bad baud - OK
522Termios_test_driver - rtems_set_initial_baud - 38400 - OK
523Termios_test_driver - rtems_set_initial_baud - bad baud - OK
524Termios_test_driver - rtems_set_initial_baud - 38400 - OK
525Termios_test_driver - rtems_set_initial_baud - bad baud - OK
526Termios_test_driver - rtems_set_initial_baud - 38400 - OK
527Termios_test_driver - rtems_set_initial_baud - bad baud - OK
528Termios_test_driver - rtems_set_initial_baud - 38400 - OK
529Termios_test_driver - rtems_set_initial_baud - bad baud - OK
530Termios_test_driver - rtems_set_initial_baud - 38400 - OK
531Termios_test_driver - rtems_set_initial_baud - bad baud - OK
532Termios_test_driver - rtems_set_initial_baud - 38400 - OK
533Termios_test_driver - rtems_set_initial_baud - bad baud - OK
534Termios_test_driver - rtems_set_initial_baud - 38400 - OK
535Termios_test_driver - rtems_set_initial_baud - bad baud - OK
536Termios_test_driver - rtems_set_initial_baud - 38400 - OK
537Termios_test_driver - rtems_set_initial_baud - bad baud - OK
538Termios_test_driver - rtems_set_initial_baud - 38400 - OK
539Termios_test_driver - rtems_set_initial_baud - bad baud - OK
540Termios_test_driver - rtems_set_initial_baud - 38400 - OK
541Termios_test_driver - rtems_set_initial_baud - bad baud - OK
542Termios_test_driver - rtems_set_initial_baud - 38400 - OK
543Termios_test_driver - rtems_set_initial_baud - bad baud - OK
544Termios_test_driver - rtems_set_initial_baud - 38400 - OK
545Termios_test_driver - rtems_set_initial_baud - bad baud - OK
546Termios_test_driver - rtems_set_initial_baud - 38400 - OK
547Termios_test_driver - rtems_set_initial_baud - bad baud - OK
548Termios_test_driver - rtems_set_initial_baud - 38400 - OK
549
550*** END OF TEST TERMIOS 1 ***
Note: See TracBrowser for help on using the repository browser.