- Timestamp:
- Feb 4, 2005, 12:49:39 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
test/collections/verified/tst_psBitSet.stderr (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
- Property svn:ignore
-
old new 1 DoxygenLog 1 2 bin 2 3 lib
-
- Property svn:ignore
-
trunk/psLib/test/collections/verified/tst_psBitSet.stderr
r2281 r3127 9 9 <DATE><TIME>|<HOST>|I|testBitSet01a 10 10 Following is an error. 11 <DATE><TIME>|<HOST>|E|psBitSetAlloc ( psBitSet.c:<LINENO>)11 <DATE><TIME>|<HOST>|E|psBitSetAlloc (FILE: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|psBitSetSet ( psBitSet.c:<LINENO>)34 <DATE><TIME>|<HOST>|E|psBitSetSet (FILE: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|psBitSetSet ( psBitSet.c:<LINENO>)38 <DATE><TIME>|<HOST>|E|psBitSetSet (FILE: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|psBitSetSet ( psBitSet.c:<LINENO>)42 <DATE><TIME>|<HOST>|E|psBitSetSet (FILE: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|psBitSetTest ( psBitSet.c:<LINENO>)58 <DATE><TIME>|<HOST>|E|psBitSetTest (FILE: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|psBitSetTest ( psBitSet.c:<LINENO>)62 <DATE><TIME>|<HOST>|E|psBitSetTest (FILE: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|psBitSetTest ( psBitSet.c:<LINENO>)66 <DATE><TIME>|<HOST>|E|psBitSetTest (FILE: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|psBitSetOp ( psBitSet.c:<LINENO>)79 <DATE><TIME>|<HOST>|E|psBitSetOp (FILE: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|psBitSetOp ( psBitSet.c:<LINENO>)83 <DATE><TIME>|<HOST>|E|psBitSetOp (FILE: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|psBitSetOp ( psBitSet.c:<LINENO>)87 <DATE><TIME>|<HOST>|E|psBitSetOp (FILE: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.
