- Timestamp:
- Nov 4, 2004, 10:01:07 AM (22 years ago)
- File:
-
- 1 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.
