Changeset 925
- Timestamp:
- Jun 8, 2004, 9:42:56 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psList.stderr
r921 r925 1 1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_ps Dlist.c|3 | TestPoint: ps Dlist{487-testDlistAlloc}|2 | TestFile: tst_psList.c | 3 | TestPoint: psList{487-testListAlloc} | 4 4 | TestType: Positive | 5 5 \----------------------------------------------------------------------------------/ 6 6 7 <DATE> <TIME> <HOST> |I|test DlistAlloc |psDlistAlloc shall create a psDlist with either 0 or 1 element.7 <DATE> <TIME> <HOST> |I|testListAlloc |psListAlloc shall create a psList with either 0 or 1 element. 8 8 9 ---> TESTPOINT PASSED (ps Dlist{487-testDlistAlloc} | tst_psDlist.c)9 ---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c) 10 10 11 11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_ps Dlist.c|13 | TestPoint: ps Dlist{488-testDlistAdd}|12 | TestFile: tst_psList.c | 13 | TestPoint: psList{488-testListAdd} | 14 14 | TestType: Positive | 15 15 \----------------------------------------------------------------------------------/ 16 16 17 <DATE> <TIME> <HOST> |I|test DlistAdd |psDlistAdd shall add an element to list18 <DATE> <TIME> <HOST> |I|test DlistAdd|Following should warn with invalid insert location19 <DATE> <TIME> <HOST> |W|ps DlistAdd |The given insert location (-10) for psDlistAdd is invalid. Adding to head instead.20 <DATE> <TIME> <HOST> |I|test DlistAdd|Following should be a warning.21 <DATE> <TIME> <HOST> |W|ps DlistAdd |Invalid index 9 (only 7 elements in psDList); assuming tail.17 <DATE> <TIME> <HOST> |I|testListAdd |psListAdd shall add an element to list 18 <DATE> <TIME> <HOST> |I|testListAdd |Following should warn with invalid insert location 19 <DATE> <TIME> <HOST> |W|psListAdd |The given insert location (-10) for psListAdd is invalid. Adding to head instead. 20 <DATE> <TIME> <HOST> |I|testListAdd |Following should be a warning. 21 <DATE> <TIME> <HOST> |W|psListAdd |Invalid index 9 (only 7 elements in psList); assuming tail. 22 22 23 ---> TESTPOINT PASSED (ps Dlist{488-testDlistAdd} | tst_psDlist.c)23 ---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c) 24 24 25 25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_ps Dlist.c|27 | TestPoint: ps Dlist{489-testDlistGet}|26 | TestFile: tst_psList.c | 27 | TestPoint: psList{489-testListGet} | 28 28 | TestType: Positive | 29 29 \----------------------------------------------------------------------------------/ 30 30 31 <DATE> <TIME> <HOST> |I|test DlistGet|Following should be an error32 <DATE> <TIME> <HOST> |E| dlistSetIterator|Unexpected null pointer for psDlist parameter (psDlist.c:274).31 <DATE> <TIME> <HOST> |I|testListGet |Following should be an error 32 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:274). 33 33 34 ---> TESTPOINT PASSED (ps Dlist{489-testDlistGet} | tst_psDlist.c)34 ---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c) 35 35 36 36 /----------------------------- TESTPOINT ------------------------------------------\ 37 | TestFile: tst_ps Dlist.c|38 | TestPoint: ps Dlist{490-testDlistRemove}|37 | TestFile: tst_psList.c | 38 | TestPoint: psList{490-testListRemove} | 39 39 | TestType: Positive | 40 40 \----------------------------------------------------------------------------------/ 41 41 42 <DATE> <TIME> <HOST> |I|test DlistRemove|Following should be an error43 <DATE> <TIME> <HOST> |E|ps DlistRemove |list parameter found to be NULL in psDlistRemove44 <DATE> <TIME> <HOST> |E|test DlistRemove|Failed to remove PS_DLIST_HEAD42 <DATE> <TIME> <HOST> |I|testListRemove |Following should be an error 43 <DATE> <TIME> <HOST> |E|psListRemove |list parameter found to be NULL in psListRemove 44 <DATE> <TIME> <HOST> |E|testListRemove |Failed to remove PS_LIST_HEAD 45 45 46 ---> TESTPOINT PASSED (ps Dlist{490-testDlistRemove} | tst_psDlist.c)46 ---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c) 47 47 48 48 /----------------------------- TESTPOINT ------------------------------------------\ 49 | TestFile: tst_ps Dlist.c|50 | TestPoint: ps Dlist{491-testDlistConvert}|49 | TestFile: tst_psList.c | 50 | TestPoint: psList{491-testListConvert} | 51 51 | TestType: Positive | 52 52 \----------------------------------------------------------------------------------/ 53 53 54 54 55 ---> TESTPOINT PASSED (ps Dlist{491-testDlistConvert} | tst_psDlist.c)55 ---> TESTPOINT PASSED (psList{491-testListConvert} | tst_psList.c) 56 56 57 /----------------------------- TESTPOINT ------------------------------------------\ 58 | TestFile: tst_psList.c | 59 | TestPoint: psList{494-testListIterator} | 60 | TestType: Positive | 61 \----------------------------------------------------------------------------------/ 62 63 <DATE> <TIME> <HOST> |I|testListIterator| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location 64 <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Unexpected null pointer' 65 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:274). 66 <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Can't move to an unknown position.' 67 <DATE> <TIME> <HOST> |E|listSetIterator|Can't move to an unknown position. Not moving the iterator position. 68 69 ---> TESTPOINT PASSED (psList{494-testListIterator} | tst_psList.c) 70
Note:
See TracChangeset
for help on using the changeset viewer.
