Changeset 1034 for trunk/psLib/test/collections
- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- Location:
- trunk/psLib/test/collections/verified
- Files:
-
- 14 edited
-
tst_psBitSet_01.stdout (modified) (4 diffs)
-
tst_psBitSet_02.stdout (modified) (3 diffs)
-
tst_psBitSet_03.stdout (modified) (3 diffs)
-
tst_psBitSet_04.stdout (modified) (3 diffs)
-
tst_psBitSet_05.stdout (modified) (2 diffs)
-
tst_psBitSet_06.stdout (modified) (2 diffs)
-
tst_psList.stderr (modified) (6 diffs)
-
tst_psSort_01.stdout (modified) (4 diffs)
-
tst_psSort_02.stdout (modified) (3 diffs)
-
tst_psSort_03.stdout (modified) (2 diffs)
-
tst_psSort_04.stdout (modified) (1 diff)
-
tst_psVector_01.stdout (modified) (5 diffs)
-
tst_psVector_02.stdout (modified) (5 diffs)
-
tst_psVector_03.stdout (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout
r991 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psBitSet_01.c | 3 | TestPoint: psBitSet{Create psBitSet} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psBitSet_01.c * 3 * TestPoint: psBitSet{Create psBitSet} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 Creating psBitSet with 24 bits... … … 11 11 ---> TESTPOINT PASSED (psBitSet{Create psBitSet} | tst_psBitSet_01.c) 12 12 13 / ----------------------------- TESTPOINT ------------------------------------------\14 | TestFile: tst_psBitSet_01.c | 15 | TestPoint: psBitSet{Set bits} | 16 | TestType: Positive | 17 \ ----------------------------------------------------------------------------------/13 /***************************** TESTPOINT ******************************************\ 14 * TestFile: tst_psBitSet_01.c * 15 * TestPoint: psBitSet{Set bits} * 16 * TestType: Positive * 17 \**********************************************************************************/ 18 18 19 19 Setting first bit... … … 25 25 ---> TESTPOINT PASSED (psBitSet{Set bits} | tst_psBitSet_01.c) 26 26 27 / ----------------------------- TESTPOINT ------------------------------------------\28 | TestFile: tst_psBitSet_01.c | 29 | TestPoint: psBitSet{Test bits} | 30 | TestType: Positive | 31 \ ----------------------------------------------------------------------------------/27 /***************************** TESTPOINT ******************************************\ 28 * TestFile: tst_psBitSet_01.c * 29 * TestPoint: psBitSet{Test bits} * 30 * TestType: Positive * 31 \**********************************************************************************/ 32 32 33 33 Testing first bit... … … 40 40 ---> TESTPOINT PASSED (psBitSet{Test bits} | tst_psBitSet_01.c) 41 41 42 / ----------------------------- TESTPOINT ------------------------------------------\43 | TestFile: tst_psBitSet_01.c | 44 | TestPoint: psBitSet{Attempt to test negative bit} | 45 | TestType: Negative | 46 | ExpectedErrorText: Bit position too small: -4 | 47 | ExpectedStatusValue: 0 | 48 \ ----------------------------------------------------------------------------------/42 /***************************** TESTPOINT ******************************************\ 43 * TestFile: tst_psBitSet_01.c * 44 * TestPoint: psBitSet{Attempt to test negative bit} * 45 * TestType: Negative * 46 * ExpectedErrorText: Bit position too small: -4 * 47 * ExpectedStatusValue: 0 * 48 \**********************************************************************************/ 49 49 50 50 51 51 ---> TESTPOINT PASSED (psBitSet{Attempt to test negative bit} | tst_psBitSet_01.c) 52 52 53 / ----------------------------- TESTPOINT ------------------------------------------\54 | TestFile: tst_psBitSet_01.c | 55 | TestPoint: psBitSet{Attempt to test bit to large} | 56 | TestType: Negative | 57 | ExpectedErrorText: Bit position too large: 200 | 58 | ExpectedStatusValue: 0 | 59 \ ----------------------------------------------------------------------------------/53 /***************************** TESTPOINT ******************************************\ 54 * TestFile: tst_psBitSet_01.c * 55 * TestPoint: psBitSet{Attempt to test bit to large} * 56 * TestType: Negative * 57 * ExpectedErrorText: Bit position too large: 200 * 58 * ExpectedStatusValue: 0 * 59 \**********************************************************************************/ 60 60 61 61 62 62 ---> TESTPOINT PASSED (psBitSet{Attempt to test bit to large} | tst_psBitSet_01.c) 63 63 64 / ----------------------------- TESTPOINT ------------------------------------------\65 | TestFile: tst_psBitSet_01.c | 66 | TestPoint: psBitSet{Attempt to test bit in null BitSet} | 67 | TestType: Negative | 68 | ExpectedErrorText: Null psBitSet for inBitSet argument | 69 | ExpectedStatusValue: 0 | 70 \ ----------------------------------------------------------------------------------/64 /***************************** TESTPOINT ******************************************\ 65 * TestFile: tst_psBitSet_01.c * 66 * TestPoint: psBitSet{Attempt to test bit in null BitSet} * 67 * TestType: Negative * 68 * ExpectedErrorText: Null psBitSet for inBitSet argument * 69 * ExpectedStatusValue: 0 * 70 \**********************************************************************************/ 71 71 72 72 73 73 ---> TESTPOINT PASSED (psBitSet{Attempt to test bit in null BitSet} | tst_psBitSet_01.c) 74 74 75 / ----------------------------- TESTPOINT ------------------------------------------\76 | TestFile: tst_psBitSet_01.c | 77 | TestPoint: psBitSet{Attempt to set negative bit} | 78 | TestType: Negative | 79 | ExpectedErrorText: Bit position too small: -4 | 80 | ExpectedStatusValue: 0 | 81 \ ----------------------------------------------------------------------------------/75 /***************************** TESTPOINT ******************************************\ 76 * TestFile: tst_psBitSet_01.c * 77 * TestPoint: psBitSet{Attempt to set negative bit} * 78 * TestType: Negative * 79 * ExpectedErrorText: Bit position too small: -4 * 80 * ExpectedStatusValue: 0 * 81 \**********************************************************************************/ 82 82 83 83 84 84 ---> TESTPOINT PASSED (psBitSet{Attempt to set negative bit} | tst_psBitSet_01.c) 85 85 86 / ----------------------------- TESTPOINT ------------------------------------------\87 | TestFile: tst_psBitSet_01.c | 88 | TestPoint: psBitSet{Attempt to set bit to large} | 89 | TestType: Negative | 90 | ExpectedErrorText: Bit position too large: 200 | 91 | ExpectedStatusValue: 0 | 92 \ ----------------------------------------------------------------------------------/86 /***************************** TESTPOINT ******************************************\ 87 * TestFile: tst_psBitSet_01.c * 88 * TestPoint: psBitSet{Attempt to set bit to large} * 89 * TestType: Negative * 90 * ExpectedErrorText: Bit position too large: 200 * 91 * ExpectedStatusValue: 0 * 92 \**********************************************************************************/ 93 93 94 94 95 95 ---> TESTPOINT PASSED (psBitSet{Attempt to set bit to large} | tst_psBitSet_01.c) 96 96 97 / ----------------------------- TESTPOINT ------------------------------------------\98 | TestFile: tst_psBitSet_01.c | 99 | TestPoint: psBitSet{Attempt to set bit in null BitSet} | 100 | TestType: Negative | 101 | ExpectedErrorText: Null psBitSet for inBitSet argument | 102 | ExpectedStatusValue: 0 | 103 \ ----------------------------------------------------------------------------------/97 /***************************** TESTPOINT ******************************************\ 98 * TestFile: tst_psBitSet_01.c * 99 * TestPoint: psBitSet{Attempt to set bit in null BitSet} * 100 * TestType: Negative * 101 * ExpectedErrorText: Null psBitSet for inBitSet argument * 102 * ExpectedStatusValue: 0 * 103 \**********************************************************************************/ 104 104 105 105 106 106 ---> TESTPOINT PASSED (psBitSet{Attempt to set bit in null BitSet} | tst_psBitSet_01.c) 107 107 108 / ----------------------------- TESTPOINT ------------------------------------------\109 | TestFile: tst_psBitSet_01.c | 110 | TestPoint: psBitSet{Free psBitSet} | 111 | TestType: Positive | 112 \ ----------------------------------------------------------------------------------/108 /***************************** TESTPOINT ******************************************\ 109 * TestFile: tst_psBitSet_01.c * 110 * TestPoint: psBitSet{Free psBitSet} * 111 * TestType: Positive * 112 \**********************************************************************************/ 113 113 114 114 -
trunk/psLib/test/collections/verified/tst_psBitSet_02.stdout
r805 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psBitSet_02.c | 3 | TestPoint: psBitSet{Create two psBitSets} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psBitSet_02.c * 3 * TestPoint: psBitSet{Create two psBitSets} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 000000000000000000000000ïŸÞ … … 15 15 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_02.c) 16 16 17 / ----------------------------- TESTPOINT ------------------------------------------\18 | TestFile: tst_psBitSet_02.c | 19 | TestPoint: psBitSet{Perform binary AND with psBitSets} | 20 | TestType: Positive | 21 \ ----------------------------------------------------------------------------------/17 /***************************** TESTPOINT ******************************************\ 18 * TestFile: tst_psBitSet_02.c * 19 * TestPoint: psBitSet{Perform binary AND with psBitSets} * 20 * TestType: Positive * 21 \**********************************************************************************/ 22 22 23 23 Result: … … 26 26 ---> TESTPOINT PASSED (psBitSet{Perform binary AND with psBitSets} | tst_psBitSet_02.c) 27 27 28 / ----------------------------- TESTPOINT ------------------------------------------\29 | TestFile: tst_psBitSet_02.c | 30 | TestPoint: psBitSet{Free psBitSets} | 31 | TestType: Positive | 32 \ ----------------------------------------------------------------------------------/28 /***************************** TESTPOINT ******************************************\ 29 * TestFile: tst_psBitSet_02.c * 30 * TestPoint: psBitSet{Free psBitSets} * 31 * TestType: Positive * 32 \**********************************************************************************/ 33 33 34 34 -
trunk/psLib/test/collections/verified/tst_psBitSet_03.stdout
r805 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psBitSet_03.c | 3 | TestPoint: psBitSet{Create two psBitSets} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psBitSet_03.c * 3 * TestPoint: psBitSet{Create two psBitSets} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 000000000000000000000000ïŸÞ … … 15 15 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_03.c) 16 16 17 / ----------------------------- TESTPOINT ------------------------------------------\18 | TestFile: tst_psBitSet_03.c | 19 | TestPoint: psBitSet{Perform binary OR with psBitSets} | 20 | TestType: Positive | 21 \ ----------------------------------------------------------------------------------/17 /***************************** TESTPOINT ******************************************\ 18 * TestFile: tst_psBitSet_03.c * 19 * TestPoint: psBitSet{Perform binary OR with psBitSets} * 20 * TestType: Positive * 21 \**********************************************************************************/ 22 22 23 23 Result: … … 26 26 ---> TESTPOINT PASSED (psBitSet{Perform binary OR with psBitSets} | tst_psBitSet_03.c) 27 27 28 / ----------------------------- TESTPOINT ------------------------------------------\29 | TestFile: tst_psBitSet_03.c | 30 | TestPoint: psBitSet{Free psBitSets} | 31 | TestType: Positive | 32 \ ----------------------------------------------------------------------------------/28 /***************************** TESTPOINT ******************************************\ 29 * TestFile: tst_psBitSet_03.c * 30 * TestPoint: psBitSet{Free psBitSets} * 31 * TestType: Positive * 32 \**********************************************************************************/ 33 33 34 34 -
trunk/psLib/test/collections/verified/tst_psBitSet_04.stdout
r805 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psBitSet_04.c | 3 | TestPoint: psBitSet{Create two psBitSets} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psBitSet_04.c * 3 * TestPoint: psBitSet{Create two psBitSets} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 000000000000000000000000ïŸÞ … … 15 15 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_04.c) 16 16 17 / ----------------------------- TESTPOINT ------------------------------------------\18 | TestFile: tst_psBitSet_04.c | 19 | TestPoint: psBitSet{Perform binary XOR with psBitSets} | 20 | TestType: Positive | 21 \ ----------------------------------------------------------------------------------/17 /***************************** TESTPOINT ******************************************\ 18 * TestFile: tst_psBitSet_04.c * 19 * TestPoint: psBitSet{Perform binary XOR with psBitSets} * 20 * TestType: Positive * 21 \**********************************************************************************/ 22 22 23 23 Result: … … 26 26 ---> TESTPOINT PASSED (psBitSet{Perform binary XOR with psBitSets} | tst_psBitSet_04.c) 27 27 28 / ----------------------------- TESTPOINT ------------------------------------------\29 | TestFile: tst_psBitSet_04.c | 30 | TestPoint: psBitSet{Free psBitSets} | 31 | TestType: Positive | 32 \ ----------------------------------------------------------------------------------/28 /***************************** TESTPOINT ******************************************\ 29 * TestFile: tst_psBitSet_04.c * 30 * TestPoint: psBitSet{Free psBitSets} * 31 * TestType: Positive * 32 \**********************************************************************************/ 33 33 34 34 -
trunk/psLib/test/collections/verified/tst_psBitSet_05.stdout
r805 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psBitSet_05.c | 3 | TestPoint: psBitSet{Create two psBitSets of different size} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psBitSet_05.c * 3 * TestPoint: psBitSet{Create two psBitSets of different size} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 000000000000000000000000ïŸÞ … … 11 11 ---> TESTPOINT PASSED (psBitSet{Create two psBitSets of different size} | tst_psBitSet_05.c) 12 12 13 / ----------------------------- TESTPOINT ------------------------------------------\14 | TestFile: tst_psBitSet_05.c | 15 | TestPoint: psBitSet{Attempt OR with psBitsets} | 16 | TestType: Negative | 17 | ExpectedErrorText: psBitSet sizes not the same | 18 | ExpectedStatusValue: 0 | 19 \ ----------------------------------------------------------------------------------/13 /***************************** TESTPOINT ******************************************\ 14 * TestFile: tst_psBitSet_05.c * 15 * TestPoint: psBitSet{Attempt OR with psBitsets} * 16 * TestType: Negative * 17 * ExpectedErrorText: psBitSet sizes not the same * 18 * ExpectedStatusValue: 0 * 19 \**********************************************************************************/ 20 20 21 21 22 22 ---> TESTPOINT PASSED (psBitSet{Attempt OR with psBitsets} | tst_psBitSet_05.c) 23 23 24 / ----------------------------- TESTPOINT ------------------------------------------\25 | TestFile: tst_psBitSet_05.c | 26 | TestPoint: psBitSet{Free psBitSets} | 27 | TestType: Positive | 28 \ ----------------------------------------------------------------------------------/24 /***************************** TESTPOINT ******************************************\ 25 * TestFile: tst_psBitSet_05.c * 26 * TestPoint: psBitSet{Free psBitSets} * 27 * TestType: Positive * 28 \**********************************************************************************/ 29 29 30 30 -
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 -
trunk/psLib/test/collections/verified/tst_psList.stderr
r1027 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psList.c | 3 | TestPoint: psList{487-testListAlloc} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psList.c * 3 * TestPoint: psList{487-testListAlloc} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 <DATE> <TIME> <HOST> |I| testListAlloc|psListAlloc shall create a psList with either 0 or 1 element. … … 9 9 ---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c) 10 10 11 / ----------------------------- TESTPOINT ------------------------------------------\12 | TestFile: tst_psList.c | 13 | TestPoint: psList{488-testListAdd} | 14 | TestType: Positive | 15 \ ----------------------------------------------------------------------------------/11 /***************************** TESTPOINT ******************************************\ 12 * TestFile: tst_psList.c * 13 * TestPoint: psList{488-testListAdd} * 14 * TestType: Positive * 15 \**********************************************************************************/ 16 16 17 17 <DATE> <TIME> <HOST> |I| testListAdd|psListAdd shall add an element to list … … 23 23 ---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c) 24 24 25 / ----------------------------- TESTPOINT ------------------------------------------\26 | TestFile: tst_psList.c | 27 | TestPoint: psList{489-testListGet} | 28 | TestType: Positive | 29 \ ----------------------------------------------------------------------------------/25 /***************************** TESTPOINT ******************************************\ 26 * TestFile: tst_psList.c * 27 * TestPoint: psList{489-testListGet} * 28 * TestType: Positive * 29 \**********************************************************************************/ 30 30 31 31 <DATE> <TIME> <HOST> |I| testListGet|Following should be an error … … 34 34 ---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c) 35 35 36 / ----------------------------- TESTPOINT ------------------------------------------\37 | TestFile: tst_psList.c | 38 | TestPoint: psList{490-testListRemove} | 39 | TestType: Positive | 40 \ ----------------------------------------------------------------------------------/36 /***************************** TESTPOINT ******************************************\ 37 * TestFile: tst_psList.c * 38 * TestPoint: psList{490-testListRemove} * 39 * TestType: Positive * 40 \**********************************************************************************/ 41 41 42 42 <DATE> <TIME> <HOST> |I| testListRemove|Following should be an error … … 53 53 ---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c) 54 54 55 / ----------------------------- TESTPOINT ------------------------------------------\56 | TestFile: tst_psList.c | 57 | TestPoint: psList{491-testListConvert} | 58 | TestType: Positive | 59 \ ----------------------------------------------------------------------------------/55 /***************************** TESTPOINT ******************************************\ 56 * TestFile: tst_psList.c * 57 * TestPoint: psList{491-testListConvert} * 58 * TestType: Positive * 59 \**********************************************************************************/ 60 60 61 61 62 62 ---> TESTPOINT PASSED (psList{491-testListConvert} | tst_psList.c) 63 63 64 / ----------------------------- TESTPOINT ------------------------------------------\65 | TestFile: tst_psList.c | 66 | TestPoint: psList{494-testListIterator} | 67 | TestType: Positive | 68 \ ----------------------------------------------------------------------------------/64 /***************************** TESTPOINT ******************************************\ 65 * TestFile: tst_psList.c * 66 * TestPoint: psList{494-testListIterator} * 67 * TestType: Positive * 68 \**********************************************************************************/ 69 69 70 70 <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location … … 76 76 ---> TESTPOINT PASSED (psList{494-testListIterator} | tst_psList.c) 77 77 78 / ----------------------------- TESTPOINT ------------------------------------------\79 | TestFile: tst_psList.c | 80 | TestPoint: psList{627-testListFree} | 81 | TestType: Positive | 82 \ ----------------------------------------------------------------------------------/78 /***************************** TESTPOINT ******************************************\ 79 * TestFile: tst_psList.c * 80 * TestPoint: psList{627-testListFree} * 81 * TestType: Positive * 82 \**********************************************************************************/ 83 83 84 84 -
trunk/psLib/test/collections/verified/tst_psSort_01.stdout
r988 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psSort_01.c | 3 | TestPoint: psSort{Create float vectors} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psSort_01.c * 3 * TestPoint: psSort{Create float vectors} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 vec[0] = 7.000000 … … 15 15 ---> TESTPOINT PASSED (psSort{Create float vectors} | tst_psSort_01.c) 16 16 17 / ----------------------------- TESTPOINT ------------------------------------------\18 | TestFile: tst_psSort_01.c | 19 | TestPoint: psSort{Sort float vector} | 20 | TestType: Positive | 21 \ ----------------------------------------------------------------------------------/17 /***************************** TESTPOINT ******************************************\ 18 * TestFile: tst_psSort_01.c * 19 * TestPoint: psSort{Sort float vector} * 20 * TestType: Positive * 21 \**********************************************************************************/ 22 22 23 23 vec[0] = -20.000000 … … 31 31 ---> TESTPOINT PASSED (psSort{Sort float vector} | tst_psSort_01.c) 32 32 33 / ----------------------------- TESTPOINT ------------------------------------------\34 | TestFile: tst_psSort_01.c | 35 | TestPoint: psSort{Sort input float vector into itself} | 36 | TestType: Positive | 37 \ ----------------------------------------------------------------------------------/33 /***************************** TESTPOINT ******************************************\ 34 * TestFile: tst_psSort_01.c * 35 * TestPoint: psSort{Sort input float vector into itself} * 36 * TestType: Positive * 37 \**********************************************************************************/ 38 38 39 39 vec[0] = -20.000000 … … 47 47 ---> TESTPOINT PASSED (psSort{Sort input float vector into itself} | tst_psSort_01.c) 48 48 49 / ----------------------------- TESTPOINT ------------------------------------------\50 | TestFile: tst_psSort_01.c | 51 | TestPoint: psSort{Free float vectors} | 52 | TestType: Positive | 53 \ ----------------------------------------------------------------------------------/49 /***************************** TESTPOINT ******************************************\ 50 * TestFile: tst_psSort_01.c * 51 * TestPoint: psSort{Free float vectors} * 52 * TestType: Positive * 53 \**********************************************************************************/ 54 54 55 55 -
trunk/psLib/test/collections/verified/tst_psSort_02.stdout
r805 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psSort_02.c | 3 | TestPoint: psSort{Create vectors} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psSort_02.c * 3 * TestPoint: psSort{Create vectors} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 arr[0] = 7.000000 … … 13 13 ---> TESTPOINT PASSED (psSort{Create vectors} | tst_psSort_02.c) 14 14 15 / ----------------------------- TESTPOINT ------------------------------------------\16 | TestFile: tst_psSort_02.c | 17 | TestPoint: psSort{Create sorted index vector} | 18 | TestType: Positive | 19 \ ----------------------------------------------------------------------------------/15 /***************************** TESTPOINT ******************************************\ 16 * TestFile: tst_psSort_02.c * 17 * TestPoint: psSort{Create sorted index vector} * 18 * TestType: Positive * 19 \**********************************************************************************/ 20 20 21 21 arr[0] = 3 … … 27 27 ---> TESTPOINT PASSED (psSort{Create sorted index vector} | tst_psSort_02.c) 28 28 29 / ----------------------------- TESTPOINT ------------------------------------------\30 | TestFile: tst_psSort_02.c | 31 | TestPoint: psSort{Free vectors} | 32 | TestType: Positive | 33 \ ----------------------------------------------------------------------------------/29 /***************************** TESTPOINT ******************************************\ 30 * TestFile: tst_psSort_02.c * 31 * TestPoint: psSort{Free vectors} * 32 * TestType: Positive * 33 \**********************************************************************************/ 34 34 35 35 -
trunk/psLib/test/collections/verified/tst_psSort_03.stdout
r805 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psSort_03.c | 3 | TestPoint: psSort{Create float vectors of different sizes} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psSort_03.c * 3 * TestPoint: psSort{Create float vectors of different sizes} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 arr[0] = 0.000000 … … 13 13 ---> TESTPOINT PASSED (psSort{Create float vectors of different sizes} | tst_psSort_03.c) 14 14 15 / ----------------------------- TESTPOINT ------------------------------------------\16 | TestFile: tst_psSort_03.c | 17 | TestPoint: psSort{Sort float vector} | 18 | TestType: Negative | 19 | ExpectedErrorText: Input and output vector sizes are not equal | 20 | ExpectedStatusValue: 0 | 21 \ ----------------------------------------------------------------------------------/15 /***************************** TESTPOINT ******************************************\ 16 * TestFile: tst_psSort_03.c * 17 * TestPoint: psSort{Sort float vector} * 18 * TestType: Negative * 19 * ExpectedErrorText: Input and output vector sizes are not equal * 20 * ExpectedStatusValue: 0 * 21 \**********************************************************************************/ 22 22 23 23 24 24 ---> TESTPOINT PASSED (psSort{Sort float vector} | tst_psSort_03.c) 25 25 26 / ----------------------------- TESTPOINT ------------------------------------------\27 | TestFile: tst_psSort_03.c | 28 | TestPoint: psSort{Free float vectors} | 29 | TestType: Positive | 30 \ ----------------------------------------------------------------------------------/26 /***************************** TESTPOINT ******************************************\ 27 * TestFile: tst_psSort_03.c * 28 * TestPoint: psSort{Free float vectors} * 29 * TestType: Positive * 30 \**********************************************************************************/ 31 31 32 32 -
trunk/psLib/test/collections/verified/tst_psSort_04.stdout
r988 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psSort_04.c | 3 | TestPoint: psSort{Attempt to sort with null input vector} | 4 | TestType: Negative | 5 | ExpectedErrorText: Null input vector | 6 | ExpectedStatusValue: 0 | 7 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psSort_04.c * 3 * TestPoint: psSort{Attempt to sort with null input vector} * 4 * TestType: Negative * 5 * ExpectedErrorText: Null input vector * 6 * ExpectedStatusValue: 0 * 7 \**********************************************************************************/ 8 8 9 9 10 10 ---> TESTPOINT PASSED (psSort{Attempt to sort with null input vector} | tst_psSort_04.c) 11 11 12 / ----------------------------- TESTPOINT ------------------------------------------\13 | TestFile: tst_psSort_04.c | 14 | TestPoint: psSort{Free vectors} | 15 | TestType: Positive | 16 \ ----------------------------------------------------------------------------------/12 /***************************** TESTPOINT ******************************************\ 13 * TestFile: tst_psSort_04.c * 14 * TestPoint: psSort{Free vectors} * 15 * TestType: Positive * 16 \**********************************************************************************/ 17 17 18 18 -
trunk/psLib/test/collections/verified/tst_psVector_01.stdout
r968 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psVector_01.c | 3 | TestPoint: psVector{Create S32 vector} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psVector_01.c * 3 * TestPoint: psVector{Create S32 vector} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 Vector size = 5 … … 12 12 ---> TESTPOINT PASSED (psVector{Create S32 vector} | tst_psVector_01.c) 13 13 14 / ----------------------------- TESTPOINT ------------------------------------------\15 | TestFile: tst_psVector_01.c | 16 | TestPoint: psVector{Add data to S32 vector} | 17 | TestType: Positive | 18 \ ----------------------------------------------------------------------------------/14 /***************************** TESTPOINT ******************************************\ 15 * TestFile: tst_psVector_01.c * 16 * TestPoint: psVector{Add data to S32 vector} * 17 * TestType: Positive * 18 \**********************************************************************************/ 19 19 20 20 Elem 0 = 0 … … 28 28 ---> TESTPOINT PASSED (psVector{Add data to S32 vector} | tst_psVector_01.c) 29 29 30 / ----------------------------- TESTPOINT ------------------------------------------\31 | TestFile: tst_psVector_01.c | 32 | TestPoint: psVector{Reallocate S32 vector bigger} | 33 | TestType: Positive | 34 \ ----------------------------------------------------------------------------------/30 /***************************** TESTPOINT ******************************************\ 31 * TestFile: tst_psVector_01.c * 32 * TestPoint: psVector{Reallocate S32 vector bigger} * 33 * TestType: Positive * 34 \**********************************************************************************/ 35 35 36 36 Adding more elements to S32 vector... … … 45 45 ---> TESTPOINT PASSED (psVector{Reallocate S32 vector bigger} | tst_psVector_01.c) 46 46 47 / ----------------------------- TESTPOINT ------------------------------------------\48 | TestFile: tst_psVector_01.c | 49 | TestPoint: psVector{Reallocate S32 vector smaller} | 50 | TestType: Positive | 51 \ ----------------------------------------------------------------------------------/47 /***************************** TESTPOINT ******************************************\ 48 * TestFile: tst_psVector_01.c * 49 * TestPoint: psVector{Reallocate S32 vector smaller} * 50 * TestType: Positive * 51 \**********************************************************************************/ 52 52 53 53 Vector size = 3 … … 60 60 ---> TESTPOINT PASSED (psVector{Reallocate integer S32 smaller} | tst_psVector_01.c) 61 61 62 / ----------------------------- TESTPOINT ------------------------------------------\63 | TestFile: tst_psVector_01.c | 64 | TestPoint: psVector{Free S32 vector} | 65 | TestType: Positive | 66 \ ----------------------------------------------------------------------------------/62 /***************************** TESTPOINT ******************************************\ 63 * TestFile: tst_psVector_01.c * 64 * TestPoint: psVector{Free S32 vector} * 65 * TestType: Positive * 66 \**********************************************************************************/ 67 67 68 68 69 69 ---> TESTPOINT PASSED (psVector{Free S32 vector} | tst_psVector_01.c) 70 70 71 / ----------------------------- TESTPOINT ------------------------------------------\72 | TestFile: tst_psVector_01.c | 73 | TestPoint: psVector{Attempt to create a S32 vector with zero size} | 74 | TestType: Negative | 75 | ExpectedErrorText: Invalid value for nalloc | 76 | ExpectedStatusValue: 0 | 77 \ ----------------------------------------------------------------------------------/71 /***************************** TESTPOINT ******************************************\ 72 * TestFile: tst_psVector_01.c * 73 * TestPoint: psVector{Attempt to create a S32 vector with zero size} * 74 * TestType: Negative * 75 * ExpectedErrorText: Invalid value for nalloc * 76 * ExpectedStatusValue: 0 * 77 \**********************************************************************************/ 78 78 79 79 80 80 ---> TESTPOINT PASSED (psVector{Attempt to create a S32 vector with zero size} | tst_psVector_01.c) 81 81 82 / ----------------------------- TESTPOINT ------------------------------------------\83 | TestFile: tst_psVector_01.c | 84 | TestPoint: psVector{Attempt to realloc a null S32 vector} | 85 | TestType: Negative | 86 | ExpectedErrorText: Null input vector | 87 | ExpectedStatusValue: 0 | 88 \ ----------------------------------------------------------------------------------/82 /***************************** TESTPOINT ******************************************\ 83 * TestFile: tst_psVector_01.c * 84 * TestPoint: psVector{Attempt to realloc a null S32 vector} * 85 * TestType: Negative * 86 * ExpectedErrorText: Null input vector * 87 * ExpectedStatusValue: 0 * 88 \**********************************************************************************/ 89 89 90 90 -
trunk/psLib/test/collections/verified/tst_psVector_02.stdout
r880 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psVector_02.c | 3 | TestPoint: psVector{Create void pointer vector} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psVector_02.c * 3 * TestPoint: psVector{Create void pointer vector} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 Vector size = 5 … … 10 10 ---> TESTPOINT PASSED (psVector{Create void pointer vector} | tst_psVector_02.c) 11 11 12 / ----------------------------- TESTPOINT ------------------------------------------\13 | TestFile: tst_psVector_02.c | 14 | TestPoint: psVector{Add data to void pointer vector} | 15 | TestType: Positive | 16 \ ----------------------------------------------------------------------------------/12 /***************************** TESTPOINT ******************************************\ 13 * TestFile: tst_psVector_02.c * 14 * TestPoint: psVector{Add data to void pointer vector} * 15 * TestType: Positive * 16 \**********************************************************************************/ 17 17 18 18 ts[0].x = 0 ts[0].y = 0.00 … … 26 26 ---> TESTPOINT PASSED (psVector{Add data to void pointer vector} | tst_psVector_02.c) 27 27 28 / ----------------------------- TESTPOINT ------------------------------------------\29 | TestFile: tst_psVector_02.c | 30 | TestPoint: psVector{Reallocate void pointer vector bigger} | 31 | TestType: Positive | 32 \ ----------------------------------------------------------------------------------/28 /***************************** TESTPOINT ******************************************\ 29 * TestFile: tst_psVector_02.c * 30 * TestPoint: psVector{Reallocate void pointer vector bigger} * 31 * TestType: Positive * 32 \**********************************************************************************/ 33 33 34 34 Adding more elements to void pointer vector... … … 48 48 ---> TESTPOINT PASSED (psVector{Reallocate void pointer vector bigger} | tst_psVector_02.c) 49 49 50 / ----------------------------- TESTPOINT ------------------------------------------\51 | TestFile: tst_psVector_02.c | 52 | TestPoint: psVector{Reallocate void pointer vector smaller} | 53 | TestType: Positive | 54 \ ----------------------------------------------------------------------------------/50 /***************************** TESTPOINT ******************************************\ 51 * TestFile: tst_psVector_02.c * 52 * TestPoint: psVector{Reallocate void pointer vector smaller} * 53 * TestType: Positive * 54 \**********************************************************************************/ 55 55 56 56 ts[0].x = 0 ts[0].y = 0.00 … … 62 62 ---> TESTPOINT PASSED (psVector{Reallocate integer void pointer smaller} | tst_psVector_02.c) 63 63 64 / ----------------------------- TESTPOINT ------------------------------------------\65 | TestFile: tst_psVector_02.c | 66 | TestPoint: psVector{Free void pointer vector} | 67 | TestType: Positive | 68 \ ----------------------------------------------------------------------------------/64 /***************************** TESTPOINT ******************************************\ 65 * TestFile: tst_psVector_02.c * 66 * TestPoint: psVector{Free void pointer vector} * 67 * TestType: Positive * 68 \**********************************************************************************/ 69 69 70 70 -
trunk/psLib/test/collections/verified/tst_psVector_03.stdout
r880 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psVector_03.c | 3 | TestPoint: psVector{Create void pointer vector} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psVector_03.c * 3 * TestPoint: psVector{Create void pointer vector} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 Vector size = 5 … … 10 10 ---> TESTPOINT PASSED (psVector{Create void pointer vector} | tst_psVector_03.c) 11 11 12 / ----------------------------- TESTPOINT ------------------------------------------\13 | TestFile: tst_psVector_03.c | 14 | TestPoint: psVector{Add data to void pointer vector} | 15 | TestType: Positive | 16 \ ----------------------------------------------------------------------------------/12 /***************************** TESTPOINT ******************************************\ 13 * TestFile: tst_psVector_03.c * 14 * TestPoint: psVector{Add data to void pointer vector} * 15 * TestType: Positive * 16 \**********************************************************************************/ 17 17 18 18 ts[0].x = 0 ts[0].y = 0.00 … … 26 26 ---> TESTPOINT PASSED (psVector{Add data to void pointer vector} | tst_psVector_03.c) 27 27 28 / ----------------------------- TESTPOINT ------------------------------------------\29 | TestFile: tst_psVector_03.c | 30 | TestPoint: psVector{Reallocate void pointer vector bigger} | 31 | TestType: Positive | 32 \ ----------------------------------------------------------------------------------/28 /***************************** TESTPOINT ******************************************\ 29 * TestFile: tst_psVector_03.c * 30 * TestPoint: psVector{Reallocate void pointer vector bigger} * 31 * TestType: Positive * 32 \**********************************************************************************/ 33 33 34 34 Adding more elements to void pointer vector... … … 48 48 ---> TESTPOINT PASSED (psVector{Reallocate void pointer vector bigger} | tst_psVector_03.c) 49 49 50 / ----------------------------- TESTPOINT ------------------------------------------\51 | TestFile: tst_psVector_03.c | 52 | TestPoint: psVector{Reallocate void pointer vector smaller} | 53 | TestType: Positive | 54 \ ----------------------------------------------------------------------------------/50 /***************************** TESTPOINT ******************************************\ 51 * TestFile: tst_psVector_03.c * 52 * TestPoint: psVector{Reallocate void pointer vector smaller} * 53 * TestType: Positive * 54 \**********************************************************************************/ 55 55 56 56 ts[0].x = 0 ts[0].y = 0.00 … … 62 62 ---> TESTPOINT PASSED (psVector{Reallocate integer void pointer smaller} | tst_psVector_03.c) 63 63 64 / ----------------------------- TESTPOINT ------------------------------------------\65 | TestFile: tst_psVector_03.c | 66 | TestPoint: psVector{Free void pointer array with function callback} | 67 | TestType: Positive | 68 \ ----------------------------------------------------------------------------------/64 /***************************** TESTPOINT ******************************************\ 65 * TestFile: tst_psVector_03.c * 66 * TestPoint: psVector{Free void pointer array with function callback} * 67 * TestType: Positive * 68 \**********************************************************************************/ 69 69 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
