source: rtems/testsuites/sptests/spassoc01/spassoc01.scn @ 4479b373

4.115
Last change on this file since 4479b373 was 4479b373, checked in by Joel Sherrill <joel.sherrill@…>, on 07/07/10 at 14:16:55

2010-07-07 Bharath Suri <bharath.s.jois@…>

PR 1603/testing

  • spassoc01/init.c, spassoc01/Makefile.am, spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test.
  • Makefile.am, configure.ac: Added new test spassoc01 for rtems_assoc routines.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1*** TEST ASSOC ROUTINES - 1 ***
2Init - get local by name -- OK
3Init - get local by name -- expect 0
4Init - get local by remote bitfield -- OK
5Init - get local by remote bitfield -- expect 0
6Init - get local by remote -- OK
7Init - get local by remote -- expect 0
8Init - get name by local bitfield -- OK
9Init - get name by local bitfield -- OK
10Init - get name by local bitfield -- expect""
11Init - get name by local -- OK
12Init - get name by local -- using bad value
13<assocnamebad.c: : BAD NAME>
14Init - get name by remote bitfield -- OK
15Init - get name by remote bitfield -- OK
16Init - get name by remote bitfield -- expect""
17Init - get name by remote -- OK
18Init - get name by remote -- using bad value
19<assocnamebad.c: : BAD NAME>
20Init - get ptr by local -- OK
21Init - get ptr by local -- expect NULL
22Init - get ptr by remote -- OK
23Init - get ptr by remote -- expect NULL
24Init - get ptr by name -- OK
25Init - get ptr by name -- expect NULL
26Init - get remote by local bitfield -- OK
27Init - get remote by local bitfield -- expect 0
28Init - get remote by local -- OK
29Init - get remote by local -- expect 0
30Init - get remote by name -- OK
31Init - get remote by name -- expect 0
32Init - get ptr by name -- expect (default)
33Init - get ptr by local -- expect (default)
34Init - get ptr by remote -- expect (default)
35Init - get ptr by name -- expect NULL
36Init - get ptr by local -- expect NULL
37Init - get ptr by remote -- expect NULL
38*** END OF TEST ASSOC ROUTINES - 1 ***
Note: See TracBrowser for help on using the repository browser.