Changeset 1404 for trunk/psLib/test/collections
- Timestamp:
- Aug 6, 2004, 11:50:14 AM (22 years ago)
- Location:
- trunk/psLib/test/collections/verified
- Files:
-
- 8 edited
-
tst_psBitSet_01.stderr (modified) (1 diff)
-
tst_psBitSet_05.stderr (modified) (1 diff)
-
tst_psBitSet_06.stderr (modified) (1 diff)
-
tst_psBitSet_08.stderr (modified) (1 diff)
-
tst_psList.stderr (modified) (5 diffs)
-
tst_psVector.stderr (modified) (1 diff)
-
tst_psVectorSort_03.stderr (modified) (1 diff)
-
tst_psVectorSort_04.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psBitSet_01.stderr
r1198 r1404 1 <DATE> <TIME> |<HOST>|E| psBitSetTest| : Line 151- Bit position too small: -42 <DATE> <TIME> |<HOST>|E| psBitSetTest| : Line 154- Bit position too large: 2003 <DATE> <TIME> |<HOST>|E| psBitSetTest| : Line 148- Null psBitSet for inBitSet argument4 <DATE> <TIME> |<HOST>|E| psBitSetSet| : Line 129- Bit position too small: -45 <DATE> <TIME> |<HOST>|E| psBitSetSet| : Line 132- Bit position too large: 2006 <DATE> <TIME> |<HOST>|E| psBitSetSet| : Line 126- Null psBitSet for inBitSet argument1 <DATE><TIME>|<HOST>|E| psBitSetTest| : Line <LINENO> - Bit position too small: -4 2 <DATE><TIME>|<HOST>|E| psBitSetTest| : Line <LINENO> - Bit position too large: 200 3 <DATE><TIME>|<HOST>|E| psBitSetTest| : Line <LINENO> - Null psBitSet for inBitSet argument 4 <DATE><TIME>|<HOST>|E| psBitSetSet| : Line <LINENO> - Bit position too small: -4 5 <DATE><TIME>|<HOST>|E| psBitSetSet| : Line <LINENO> - Bit position too large: 200 6 <DATE><TIME>|<HOST>|E| psBitSetSet| : Line <LINENO> - Null psBitSet for inBitSet argument -
trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr
r1198 r1404 1 <DATE> <TIME> |<HOST>|E| psBitSetOp| : Line 197- psBitSet sizes not the same1 <DATE><TIME>|<HOST>|E| psBitSetOp| : Line <LINENO> - psBitSet sizes not the same -
trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr
r1198 r1404 1 <DATE> <TIME> |<HOST>|E| psBitSetOp| : Line 224- Invalid psBitMask binary operation: ZZXOR2 <DATE> <TIME> |<HOST>|E| psBitSetAlloc| : Line 88- Allocation size must be > 0: size = -41 <DATE><TIME>|<HOST>|E| psBitSetOp| : Line <LINENO> - Invalid psBitMask binary operation: ZZXOR 2 <DATE><TIME>|<HOST>|E| psBitSetAlloc| : Line <LINENO> - Allocation size must be > 0: size = -4 -
trunk/psLib/test/collections/verified/tst_psBitSet_08.stderr
r1198 r1404 1 <DATE> <TIME> |<HOST>|E| psBitSetNot| : Line 238- Null psBitSet for inBitSet argument1 <DATE><TIME>|<HOST>|E| psBitSetNot| : Line <LINENO> - Null psBitSet for inBitSet argument -
trunk/psLib/test/collections/verified/tst_psList.stderr
r1198 r1404 5 5 \**********************************************************************************/ 6 6 7 <DATE> <TIME>|<HOST>|I| testListAlloc|psListAlloc shall create a psList 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 9 ---> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c) … … 15 15 \**********************************************************************************/ 16 16 17 <DATE> <TIME>|<HOST>|I| testListAdd|psListAdd shall add an element to list18 <DATE> <TIME>|<HOST>|I| testListAdd|Following should error with invalid insert location19 <DATE> <TIME>|<HOST>|W| psListAdd|The given insert location (-10) for psListAdd is invalid.20 <DATE> <TIME>|<HOST>|I| testListAdd|Following should be a warning.21 <DATE> <TIME>|<HOST>|W| psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail.17 <DATE><TIME>|<HOST>|I| testListAdd|psListAdd shall add an element to list 18 <DATE><TIME>|<HOST>|I| testListAdd|Following should error with invalid insert location 19 <DATE><TIME>|<HOST>|W| psListAdd|The given insert location (-10) for psListAdd is invalid. 20 <DATE><TIME>|<HOST>|I| testListAdd|Following should be a warning. 21 <DATE><TIME>|<HOST>|W| psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail. 22 22 23 23 ---> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c) … … 29 29 \**********************************************************************************/ 30 30 31 <DATE> <TIME>|<HOST>|I| testListGet|Following should be an error32 <DATE> <TIME> |<HOST>|E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).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:<LINENO>). 33 33 34 34 ---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c) … … 40 40 \**********************************************************************************/ 41 41 42 <DATE> <TIME>|<HOST>|I| testListRemove|Following should be an error43 <DATE> <TIME>|<HOST>|E| psListRemove|list parameter found to be NULL in psListRemove44 <DATE> <TIME>|<HOST>|I| testListRemove|Next message should be an error45 <DATE> <TIME>|<HOST>|E| psListRemove|Couldn't position to given index (-4) to remove element from list.46 <DATE> <TIME>|<HOST>|I| testListRemove|Next message should be an error47 <DATE> <TIME>|<HOST>|E| psListRemove|Couldn't position to given index (-2) to remove element from list.48 <DATE> <TIME>|<HOST>|I| testListRemove|Next message should be an error49 <DATE> <TIME>|<HOST>|E| psListRemove|Failed to find item in given psList.50 <DATE> <TIME>|<HOST>|I| testListRemove|Next message should be an error51 <DATE> <TIME>|<HOST>|E| psListRemove|Failed to find item in given psList.42 <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>|I| testListRemove|Next message should be an error 45 <DATE><TIME>|<HOST>|E| psListRemove|Couldn't position to given index (-4) to remove element from list. 46 <DATE><TIME>|<HOST>|I| testListRemove|Next message should be an error 47 <DATE><TIME>|<HOST>|E| psListRemove|Couldn't position to given index (-2) to remove element from list. 48 <DATE><TIME>|<HOST>|I| testListRemove|Next message should be an error 49 <DATE><TIME>|<HOST>|E| psListRemove|Failed to find item in given psList. 50 <DATE><TIME>|<HOST>|I| testListRemove|Next message should be an error 51 <DATE><TIME>|<HOST>|E| psListRemove|Failed to find item in given psList. 52 52 53 53 ---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c) … … 68 68 \**********************************************************************************/ 69 69 70 <DATE> <TIME>|<HOST>|I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location71 <DATE> <TIME>|<HOST>|I|testListIterato|Following should error with 'Unexpected null pointer'72 <DATE> <TIME> |<HOST>|E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).73 <DATE> <TIME>|<HOST>|I|testListIterato|Following should error with 'Can't move to an unknown position.'74 <DATE> <TIME>|<HOST>|E|listSetIterator|Can't move to an unknown position. Not moving the iterator position.70 <DATE><TIME>|<HOST>|I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location 71 <DATE><TIME>|<HOST>|I|testListIterato|Following should error with 'Unexpected null pointer' 72 <DATE><TIME>|<HOST>|E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:<LINENO>). 73 <DATE><TIME>|<HOST>|I|testListIterato|Following should error with 'Can't move to an unknown position.' 74 <DATE><TIME>|<HOST>|E|listSetIterator|Can't move to an unknown position. Not moving the iterator position. 75 75 76 76 ---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c) -
trunk/psLib/test/collections/verified/tst_psVector.stderr
r1227 r1404 1 <DATE> <TIME>|<HOST>|I| main|Following should be an error message.2 <DATE> <TIME>|<HOST>|E| psVectorAlloc|Invalid value for nalloc. nalloc: 03 <DATE> <TIME>|<HOST>|I| main|Following should be an error message.4 <DATE> <TIME>|<HOST>|E|psVectorRealloc|Null input vector1 <DATE><TIME>|<HOST>|I| main|Following should be an error message. 2 <DATE><TIME>|<HOST>|E| psVectorAlloc|Invalid value for nalloc. nalloc: 0 3 <DATE><TIME>|<HOST>|I| main|Following should be an error message. 4 <DATE><TIME>|<HOST>|E|psVectorRealloc|Null input vector -
trunk/psLib/test/collections/verified/tst_psVectorSort_03.stderr
r1303 r1404 1 <DATE> <TIME> |<HOST>|E| psVectorSort| : Line 178- Input and output vector sizes are not equal: in=5 out=62 <DATE> <TIME> |<HOST>|E| psVectorSort| : Line 184- Input and output vectors are not same type: in=1028 out=10321 <DATE><TIME>|<HOST>|E| psVectorSort| : Line <LINENO> - Input and output vector sizes are not equal: in=5 out=6 2 <DATE><TIME>|<HOST>|E| psVectorSort| : Line <LINENO> - Input and output vectors are not same type: in=1028 out=1032 -
trunk/psLib/test/collections/verified/tst_psVectorSort_04.stderr
r1233 r1404 1 <DATE> <TIME> |<HOST>|E| psVectorSort| : Line 160- Null input vector1 <DATE><TIME>|<HOST>|E| psVectorSort| : Line <LINENO> - Null input vector
Note:
See TracChangeset
for help on using the changeset viewer.
