- Timestamp:
- Dec 10, 2004, 11:38:48 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stdout
r2053 r2693 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * TestFile: tst_psMatrixVectorArithmetic03.c * 3 * TestPoint: psMatrixVectorArithmetic{Check for NULL arguments} * 4 * TestType: Negative * 5 * ExpectedErrorText: Null XXX argument * 6 * ExpectedStatusValue: 0 * 3 * TestPoint: psBinaryOp{Check for output generated} * 4 * TestType: Positive * 7 5 \**********************************************************************************/ 8 6 9 7 10 ---> TESTPOINT PASSED (ps MatrixVectorArithmetic{Check for NULL arguments} | tst_psMatrixVectorArithmetic03.c)8 ---> TESTPOINT PASSED (psBinaryOp{Check for output generated} | tst_psMatrixVectorArithmetic03.c) 11 9 12 10 /***************************** TESTPOINT ******************************************\ 13 11 * TestFile: tst_psMatrixVectorArithmetic03.c * 14 * TestPoint: psMatrixVectorArithmetic{Inconsistent element types} * 15 * TestType: Negative * 16 * ExpectedErrorText: Element types for arguments inconsistent * 17 * ExpectedStatusValue: 0 * 12 * TestPoint: psBinaryOp{Check for null input arg 1} * 13 * TestType: Positive * 18 14 \**********************************************************************************/ 19 15 20 16 21 ---> TESTPOINT PASSED (ps MatrixVectorArithmetic{Inconsistent element types} | tst_psMatrixVectorArithmetic03.c)17 ---> TESTPOINT PASSED (psBinaryOp{Check for null input arg 1} | tst_psMatrixVectorArithmetic03.c) 22 18 23 19 /***************************** TESTPOINT ******************************************\ 24 20 * TestFile: tst_psMatrixVectorArithmetic03.c * 25 * TestPoint: psMatrixVectorArithmetic{Inconsistent element count} * 26 * TestType: Negative * 27 * ExpectedErrorText: Inconsistent element count * 28 * ExpectedStatusValue: 0 * 21 * TestPoint: psBinaryOp{Check for null input arg 2} * 22 * TestType: Positive * 29 23 \**********************************************************************************/ 30 24 31 25 32 ---> TESTPOINT PASSED (ps MatrixVectorArithmetic{Inconsistent element count} | tst_psMatrixVectorArithmetic03.c)26 ---> TESTPOINT PASSED (psBinaryOp{Check for null input arg 2} | tst_psMatrixVectorArithmetic03.c) 33 27 34 28 /***************************** TESTPOINT ******************************************\ 35 29 * TestFile: tst_psMatrixVectorArithmetic03.c * 36 * TestPoint: psMatrixVectorArithmetic{Inconsistent dimensionality} * 37 * TestType: Negative * 38 * ExpectedErrorText: Dimensionality for arguments inconsistent * 39 * ExpectedStatusValue: 0 * 30 * TestPoint: psBinaryOp{Check for null operand} * 31 * TestType: Positive * 40 32 \**********************************************************************************/ 41 33 42 34 43 ---> TESTPOINT PASSED (ps MatrixVectorArithmetic{Inconsistent dimensionality} | tst_psMatrixVectorArithmetic03.c)35 ---> TESTPOINT PASSED (psBinaryOp{Check for null operand} | tst_psMatrixVectorArithmetic03.c) 44 36 45 37 /***************************** TESTPOINT ******************************************\ 46 38 * TestFile: tst_psMatrixVectorArithmetic03.c * 47 * TestPoint: psMatrixVectorArithmetic{Use min with complex numbers} * 48 * TestType: Negative * 49 * ExpectedErrorText: Minimum operation not supported for complex numbers * 50 * ExpectedStatusValue: 0 * 39 * TestPoint: psUnaryOp{Check for null output} * 40 * TestType: Positive * 51 41 \**********************************************************************************/ 52 42 53 43 54 ---> TESTPOINT PASSED (ps MatrixVectorArithmetic{Use min with complex numbers} | tst_psMatrixVectorArithmetic03.c)44 ---> TESTPOINT PASSED (psUnaryOp{Check for null output} | tst_psMatrixVectorArithmetic03.c) 55 45 56 46 /***************************** TESTPOINT ******************************************\ 57 47 * TestFile: tst_psMatrixVectorArithmetic03.c * 58 * TestPoint: psMatrixVectorArithmetic{Use max with complex numbers} * 59 * TestType: Negative * 60 * ExpectedErrorText: Maximum operation not supported for complex numbers * 61 * ExpectedStatusValue: 0 * 48 * TestPoint: psUnaryOp{Check for null input} * 49 * TestType: Positive * 62 50 \**********************************************************************************/ 63 51 64 52 65 ---> TESTPOINT PASSED (ps MatrixVectorArithmetic{Use max with complex numbers} | tst_psMatrixVectorArithmetic03.c)53 ---> TESTPOINT PASSED (psUnaryOp{Check for null input} | tst_psMatrixVectorArithmetic03.c) 66 54 67 55 /***************************** TESTPOINT ******************************************\ 68 56 * TestFile: tst_psMatrixVectorArithmetic03.c * 69 * TestPoint: psMatrixVectorArithmetic{Invalid operation} * 70 * TestType: Negative * 71 * ExpectedErrorText: Invalid operation * 72 * ExpectedStatusValue: 0 * 57 * TestPoint: psUnaryOp{Check for null operator} * 58 * TestType: Positive * 73 59 \**********************************************************************************/ 74 60 75 61 76 ---> TESTPOINT PASSED (ps MatrixVectorArithmetic{Invalid operation} | tst_psMatrixVectorArithmetic03.c)62 ---> TESTPOINT PASSED (psUnaryOp{Check for null operator} | tst_psMatrixVectorArithmetic03.c) 77 63 78 64 /***************************** TESTPOINT ******************************************\ 79 65 * TestFile: tst_psMatrixVectorArithmetic03.c * 80 * TestPoint: psMatrixVectorArithmetic{Invalid input} * 81 * TestType: Negative * 82 * ExpectedErrorText: Invalid operation * 83 * ExpectedStatusValue: 0 * 66 * TestPoint: psBinaryOp{Inconsistent element types} * 67 * TestType: Positive * 84 68 \**********************************************************************************/ 85 69 86 70 87 ---> TESTPOINT PASSED (ps MatrixVectorArithmetic{Invalid input} | tst_psMatrixVectorArithmetic03.c)71 ---> TESTPOINT PASSED (psBinaryOp{Inconsistent element types} | tst_psMatrixVectorArithmetic03.c) 88 72 73 /***************************** TESTPOINT ******************************************\ 74 * TestFile: tst_psMatrixVectorArithmetic03.c * 75 * TestPoint: psUnaryOp{Check output type conversion} * 76 * TestType: Positive * 77 \**********************************************************************************/ 78 79 80 ---> TESTPOINT PASSED (psUnaryOp{Check output type conversion} | tst_psMatrixVectorArithmetic03.c) 81 82 /***************************** TESTPOINT ******************************************\ 83 * TestFile: tst_psMatrixVectorArithmetic03.c * 84 * TestPoint: psBinaryOp{Check for inconsistent elements} * 85 * TestType: Positive * 86 \**********************************************************************************/ 87 88 89 ---> TESTPOINT PASSED (psBinaryOp{Check for inconsistent elements} | tst_psMatrixVectorArithmetic03.c) 90 91 /***************************** TESTPOINT ******************************************\ 92 * TestFile: tst_psMatrixVectorArithmetic03.c * 93 * TestPoint: psUnaryOp{Check inconsistent elements in input and output} * 94 * TestType: Positive * 95 \**********************************************************************************/ 96 97 98 ---> TESTPOINT PASSED (psUnaryOp{Check inconsistent elements in input and output} | tst_psMatrixVectorArithmetic03.c) 99 100 /***************************** TESTPOINT ******************************************\ 101 * TestFile: tst_psMatrixVectorArithmetic03.c * 102 * TestPoint: psBinaryOp{Check inconsistent size} * 103 * TestType: Positive * 104 \**********************************************************************************/ 105 106 107 ---> TESTPOINT PASSED (psBinaryOp{Check inconsistent size} | tst_psMatrixVectorArithmetic03.c) 108 109 /***************************** TESTPOINT ******************************************\ 110 * TestFile: tst_psMatrixVectorArithmetic03.c * 111 * TestPoint: psBinaryOp{Check inconsistent size} * 112 * TestType: Positive * 113 \**********************************************************************************/ 114 115 116 ---> TESTPOINT PASSED (psBinaryOp{Check inconsistent size} | tst_psMatrixVectorArithmetic03.c) 117 118 /***************************** TESTPOINT ******************************************\ 119 * TestFile: tst_psMatrixVectorArithmetic03.c * 120 * TestPoint: psUnaryOp{Check inconsistent dimensionality} * 121 * TestType: Positive * 122 \**********************************************************************************/ 123 124 125 ---> TESTPOINT PASSED (psUnaryOp{Check inconsistent dimensionality} | tst_psMatrixVectorArithmetic03.c) 126 127 /***************************** TESTPOINT ******************************************\ 128 * TestFile: tst_psMatrixVectorArithmetic03.c * 129 * TestPoint: psBinaryOp{Attempt to use min with complex numbers} * 130 * TestType: Positive * 131 \**********************************************************************************/ 132 133 134 ---> TESTPOINT PASSED (psBinaryOp{Attempt to use min with complex numbers} | tst_psMatrixVectorArithmetic03.c) 135 136 /***************************** TESTPOINT ******************************************\ 137 * TestFile: tst_psMatrixVectorArithmetic03.c * 138 * TestPoint: psBinaryOp{Attempt to use max with complex numbers} * 139 * TestType: Positive * 140 \**********************************************************************************/ 141 142 143 ---> TESTPOINT PASSED (psBinaryOp{Attempt to use max with complex numbers} | tst_psMatrixVectorArithmetic03.c) 144 145 /***************************** TESTPOINT ******************************************\ 146 * TestFile: tst_psMatrixVectorArithmetic03.c * 147 * TestPoint: psBinary{Attempt to use invalid operator} * 148 * TestType: Positive * 149 \**********************************************************************************/ 150 151 152 ---> TESTPOINT PASSED (psBinaryOp{Attempt to use invalid operator} | tst_psMatrixVectorArithmetic03.c) 153 154 /***************************** TESTPOINT ******************************************\ 155 * TestFile: tst_psMatrixVectorArithmetic03.c * 156 * TestPoint: psUnaryOp{Attempt to use invalid operator} * 157 * TestType: Positive * 158 \**********************************************************************************/ 159 160 161 ---> TESTPOINT PASSED (psUnaryOp{Attempt to use invalid operator} | tst_psMatrixVectorArithmetic03.c) 162 163 /***************************** TESTPOINT ******************************************\ 164 * TestFile: tst_psMatrixVectorArithmetic03.c * 165 * TestPoint: psBinaryOp{Attempt to use input with PS_DIMEN_OTHER} * 166 * TestType: Positive * 167 \**********************************************************************************/ 168 169 170 ---> TESTPOINT PASSED (psBinaryOp{Attempt to use input with PS_DIMEN_OTHER} | tst_psMatrixVectorArithmetic03.c) 171 172 /***************************** TESTPOINT ******************************************\ 173 * TestFile: tst_psMatrixVectorArithmetic03.c * 174 * TestPoint: psUnaryOp{Attempt to use input with PS_DIMEN_OTHER} * 175 * TestType: Positive * 176 \**********************************************************************************/ 177 178 179 ---> TESTPOINT PASSED (psUnaryOp{Attempt to use input with PS_DIMEN_OTHER} | tst_psMatrixVectorArithmetic03.c) 180
Note:
See TracChangeset
for help on using the changeset viewer.
