- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psBitSet_06.stdout
r959 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psBitSet_06.c | 3 | TestPoint: psBitSet{Create two psBitSets} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psBitSet_06.c * 3 * TestPoint: psBitSet{Create two psBitSets} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 000000000000000000000000ïŸÞ … … 11 11 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_06.c) 12 12 13 / ----------------------------- TESTPOINT ------------------------------------------\14 | TestFile: tst_psBitSet_06.c | 15 | TestPoint: psBitSet{Perform invalid binary operation} | 16 | TestType: Negative | 17 | ExpectedErrorText: Invalid psBitMask binary operation | 18 | ExpectedStatusValue: 0 | 19 \ ----------------------------------------------------------------------------------/13 /***************************** TESTPOINT ******************************************\ 14 * TestFile: tst_psBitSet_06.c * 15 * TestPoint: psBitSet{Perform invalid binary operation} * 16 * TestType: Negative * 17 * ExpectedErrorText: Invalid psBitMask binary operation * 18 * ExpectedStatusValue: 0 * 19 \**********************************************************************************/ 20 20 21 21 22 22 ---> TESTPOINT PASSED (psBitSet{Perform binary XOR with psBitSets} | tst_psBitSet_06.c) 23 23 24 / ----------------------------- TESTPOINT ------------------------------------------\25 | TestFile: tst_psBitSet_06.c | 26 | TestPoint: psBitSet{Create negative size bitset} | 27 | TestType: Negative | 28 | ExpectedErrorText: Allocation size must be >= 0: size = -4 | 29 | ExpectedStatusValue: 0 | 30 \ ----------------------------------------------------------------------------------/24 /***************************** TESTPOINT ******************************************\ 25 * TestFile: tst_psBitSet_06.c * 26 * TestPoint: psBitSet{Create negative size bitset} * 27 * TestType: Negative * 28 * ExpectedErrorText: Allocation size must be >= 0: size = -4 * 29 * ExpectedStatusValue: 0 * 30 \**********************************************************************************/ 31 31 32 32 33 33 ---> TESTPOINT PASSED (psBitSet{Create negative size bitset} | tst_psBitSet_06.c) 34 34 35 / ----------------------------- TESTPOINT ------------------------------------------\36 | TestFile: tst_psBitSet_06.c | 37 | TestPoint: psBitSet{Attempt to free null BitSet} | 38 | TestType: Negative | 39 | ExpectedErrorText: Null psBitSet for inBitSet argument | 40 | ExpectedStatusValue: 0 | 41 \ ----------------------------------------------------------------------------------/35 /***************************** TESTPOINT ******************************************\ 36 * TestFile: tst_psBitSet_06.c * 37 * TestPoint: psBitSet{Attempt to free null BitSet} * 38 * TestType: Negative * 39 * ExpectedErrorText: Null psBitSet for inBitSet argument * 40 * ExpectedStatusValue: 0 * 41 \**********************************************************************************/ 42 42 43 43 44 44 ---> TESTPOINT PASSED (psBitSet{Attempt to free null BitSet} | tst_psBitSet_06.c) 45 45 46 / ----------------------------- TESTPOINT ------------------------------------------\47 | TestFile: tst_psBitSet_06.c | 48 | TestPoint: psBitSet{Free psBitSets} | 49 | TestType: Positive | 50 \ ----------------------------------------------------------------------------------/46 /***************************** TESTPOINT ******************************************\ 47 * TestFile: tst_psBitSet_06.c * 48 * TestPoint: psBitSet{Free psBitSets} * 49 * TestType: Positive * 50 \**********************************************************************************/ 51 51 52 52
Note:
See TracChangeset
for help on using the changeset viewer.
