IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2004, 11:38:48 AM (22 years ago)
Author:
evanalst
Message:

Update for test failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stderr

    r2053 r2693  
    1 <DATE><TIME>|<HOST>|E|psBinaryOp
    2     : Line <LINENO> - Null in1 argument
    3 <DATE><TIME>|<HOST>|E|psBinaryOp
    4     : Line <LINENO> - Null in2 argument
    5 <DATE><TIME>|<HOST>|E|psBinaryOp
    6     : Line <LINENO> - Null op argument
    7 <DATE><TIME>|<HOST>|E|psUnaryOp
    8     : Line <LINENO> - Null in argument
    9 <DATE><TIME>|<HOST>|E|psUnaryOp
    10     : Line <LINENO> - Null op argument
    11 <DATE><TIME>|<HOST>|E|psBinaryOp
    12     : Line <LINENO> - Element types for arguments inconsistent: (1028, 1032)
    13 <DATE><TIME>|<HOST>|E|psBinaryOp
    14     : Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
    15 <DATE><TIME>|<HOST>|E|psBinaryOp
    16     : Inconsistent element count: 2 vs 3
    17 <DATE><TIME>|<HOST>|E|psBinaryOp
    18     : Inconsistent element count: 2 vs 3
    19 <DATE><TIME>|<HOST>|E|psLib.collections.psVectorRecycle
     1<DATE><TIME>|<HOST>|I|main
     2    Following should generate an error message
     3<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     4    Unallowable operation: input1 is NULL.
     5<DATE><TIME>|<HOST>|I|main
     6    Following should generate an error message
     7<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     8    Unallowable operation: input2 is NULL.
     9<DATE><TIME>|<HOST>|I|main
     10    Following should generate an error message
     11<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     12    Unallowable operation: op is NULL.
     13<DATE><TIME>|<HOST>|I|main
     14    Following should generate an error message
     15<DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     16    Unallowable operation: in is NULL.
     17<DATE><TIME>|<HOST>|I|main
     18    Following should generate an error message
     19<DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     20    Unallowable operation: op is NULL.
     21<DATE><TIME>|<HOST>|I|main
     22    Following should generate an error message
     23<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     24    ptr input1 has type 1028, ptr input2 has type 1032.
     25<DATE><TIME>|<HOST>|I|main
     26    Following should generate an error message
     27<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     28    Specified psImage dimensions differed, 2x2 vs 3x3.
     29<DATE><TIME>|<HOST>|I|main
     30    Following should generate an error message
     31<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     32    Number of elements inconsistent, 2 vs 3.  Number of elements must match.
     33<DATE><TIME>|<HOST>|I|main
     34    Following should generate an error message
     35<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     36    Number of elements inconsistent, 2 vs 3.  Number of elements must match.
     37<DATE><TIME>|<HOST>|I|main
     38    Following should generate an two error messages
     39<DATE><TIME>|<HOST>|E|psVectorRecycle (psVector.c:<LINENO>)
    2040    The input psVector must have a vector dimension type.
    21 <DATE><TIME>|<HOST>|E|psUnaryOp
     41<DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
    2242    Couldn't create a proper output psVector.
    23 <DATE><TIME>|<HOST>|E|psBinaryOp
    24     : Minimum operation not supported for complex numbers
    25 <DATE><TIME>|<HOST>|E|psBinaryOp
    26     : Maximum operation not supported for complex numbers
    27 <DATE><TIME>|<HOST>|E|psBinaryOp
    28     : Invalid operation: yarg
    29 <DATE><TIME>|<HOST>|E|psUnaryOp
    30     : Invalid operation: yarg
    31 <DATE><TIME>|<HOST>|E|psBinaryOp
    32     : Line <LINENO> - Null in2 argument
    33 <DATE><TIME>|<HOST>|E|psBinaryOp
    34     : Line <LINENO> - PS_DIMEN_OTHER not allowed for arguments: (4, 1)
     43<DATE><TIME>|<HOST>|I|main
     44    Following should generate error message
     45<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     46    The minimum operation is not supported with complex data.
     47<DATE><TIME>|<HOST>|I|main
     48    Following should generate an error message
     49<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     50    The maximum operation is not supported with complex data.
     51<DATE><TIME>|<HOST>|I|main
     52    Following should generate an error messgae
     53<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     54    Specified operation, yarg, is not supported.
     55<DATE><TIME>|<HOST>|I|main
     56    Following should generate an error message
     57<DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     58    Specified operation, yarg, is not supported.
     59<DATE><TIME>|<HOST>|I|main
     60    Following should generate an error message
     61<DATE><TIME>|<HOST>|E|psBinaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     62    Unallowable operation: input1 has incorrect dimensionality.
     63<DATE><TIME>|<HOST>|I|main
     64    Following should generate an error message
     65<DATE><TIME>|<HOST>|E|psUnaryOp (psMatrixVectorArithmetic.c:<LINENO>)
     66    Specified parameter, in, has invalid dimensionality, 4.
Note: See TracChangeset for help on using the changeset viewer.