Changeset 2281 for trunk/psLib/test/collections
- Timestamp:
- Nov 4, 2004, 10:01:07 AM (22 years ago)
- Location:
- trunk/psLib/test/collections/verified
- Files:
-
- 5 edited
-
tst_psBitSet.stderr (modified) (4 diffs)
-
tst_psList.stderr (modified) (3 diffs)
-
tst_psVector.stderr (modified) (1 diff)
-
tst_psVectorSort_02.stderr (modified) (1 diff)
-
tst_psVectorSort_04.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psBitSet.stderr
r1807 r2281 9 9 <DATE><TIME>|<HOST>|I|testBitSet01a 10 10 Following is an error. 11 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetAlloc11 <DATE><TIME>|<HOST>|E|psBitSetAlloc (psBitSet.c:<LINENO>) 12 12 The number of bit in a psBitSet (-4) must be greater than zero. 13 13 … … 32 32 <DATE><TIME>|<HOST>|I|testBitSet01b 33 33 Following should be an error 34 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetSet34 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>) 35 35 The specified bit position (-4) is invalid. Position must be between 0 and 23. 36 36 <DATE><TIME>|<HOST>|I|testBitSet01b 37 37 Following should be an error 38 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetSet38 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>) 39 39 The specified bit position (200) is invalid. Position must be between 0 and 23. 40 40 <DATE><TIME>|<HOST>|I|testBitSet01b 41 41 Following should be an error 42 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetSet42 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>) 43 43 Can not operate on a NULL psBitSet. 44 44 … … 56 56 <DATE><TIME>|<HOST>|I|testBitSet01c 57 57 Following should be an error 58 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetTest58 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>) 59 59 The specified bit position (-4) is invalid. Position must be between 0 and 23. 60 60 <DATE><TIME>|<HOST>|I|testBitSet01c 61 61 Following should be an error 62 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetTest62 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>) 63 63 The specified bit position (200) is invalid. Position must be between 0 and 23. 64 64 <DATE><TIME>|<HOST>|I|testBitSet01c 65 65 Following should be an error 66 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetTest66 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>) 67 67 Can not operate on a NULL psBitSet. 68 68 … … 77 77 <DATE><TIME>|<HOST>|I|testBitSet06 78 78 Following should be an error 79 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetOp79 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>) 80 80 The psBitSet operand must be the same size. 81 81 <DATE><TIME>|<HOST>|I|testBitSet06 82 82 Following is an error. 83 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetOp83 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>) 84 84 Specified operator, FOO, is invalid. Valid operators are AND, OR, and XOR. 85 85 <DATE><TIME>|<HOST>|I|testBitSet06 86 86 Following is an error. 87 <DATE><TIME>|<HOST>|E|ps Lib.collections.psBitSetOp87 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>) 88 88 Specified operator, FOO, is invalid. Valid operators are AND, OR, and XOR. 89 89 -
trunk/psLib/test/collections/verified/tst_psList.stderr
r1761 r2281 37 37 <DATE><TIME>|<HOST>|I|testListGet 38 38 Following should be an error 39 <DATE><TIME>|<HOST>|E|listSetIterator 40 Unexpected null pointer for psList parameter (psList.c:<LINENO>).39 <DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>) 40 Unexpected null pointer for psList parameter. 41 41 42 42 ---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c) … … 50 50 <DATE><TIME>|<HOST>|I|testListRemove 51 51 Following should be an error 52 <DATE><TIME>|<HOST>|E|psListRemove 53 list parameter found to be NULL in psListRemove52 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 53 list parameter found to be NULL. 54 54 <DATE><TIME>|<HOST>|I|testListRemove 55 55 Next message should be an error 56 <DATE><TIME>|<HOST>|E|psListRemove 56 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 57 57 Couldn't position to given index (-4) to remove element from list. 58 58 <DATE><TIME>|<HOST>|I|testListRemove 59 59 Next message should be an error 60 <DATE><TIME>|<HOST>|E|psListRemove 60 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 61 61 Couldn't position to given index (-2) to remove element from list. 62 62 <DATE><TIME>|<HOST>|I|testListRemove 63 63 Next message should be an error 64 <DATE><TIME>|<HOST>|E|psListRemove 64 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 65 65 Failed to find item in given psList. 66 66 <DATE><TIME>|<HOST>|I|testListRemove 67 67 Next message should be an error 68 <DATE><TIME>|<HOST>|E|psListRemove 68 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 69 69 Failed to find item in given psList. 70 70 … … 90 90 <DATE><TIME>|<HOST>|I|testListIterator 91 91 Following should error with 'Unexpected null pointer' 92 <DATE><TIME>|<HOST>|E|listSetIterator 93 Unexpected null pointer for psList parameter (psList.c:<LINENO>).92 <DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>) 93 Unexpected null pointer for psList parameter. 94 94 <DATE><TIME>|<HOST>|I|testListIterator 95 95 Following should error with 'Can't move to an unknown position.' 96 <DATE><TIME>|<HOST>|E|listSetIterator 96 <DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>) 97 97 Can't move to an unknown position. Not moving the iterator position. 98 98 -
trunk/psLib/test/collections/verified/tst_psVector.stderr
r1807 r2281 3 3 <DATE><TIME>|<HOST>|I|main 4 4 Following should be an error message. 5 <DATE><TIME>|<HOST>|E|ps Lib.collections.psVectorRealloc5 <DATE><TIME>|<HOST>|E|psVectorRealloc (psVector.c:<LINENO>) 6 6 psVectorRealloc must a given a non-NULL psVector to resize. Desired datatype unknown. -
trunk/psLib/test/collections/verified/tst_psVectorSort_02.stderr
r1807 r2281 1 <DATE><TIME>|<HOST>|E|ps Lib.collections.psVectorSortIndex1 <DATE><TIME>|<HOST>|E|psVectorSortIndex (psVector.c:<LINENO>) 2 2 Input psVector is an unsupported type (0). -
trunk/psLib/test/collections/verified/tst_psVectorSort_04.stderr
r1807 r2281 1 <DATE><TIME>|<HOST>|E|ps Lib.collections.psVectorSort1 <DATE><TIME>|<HOST>|E|psVectorSort (psVector.c:<LINENO>) 2 2 psVectorSort can not sort a NULL psVector.
Note:
See TracChangeset
for help on using the changeset viewer.
