IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2280


Ignore:
Timestamp:
Nov 4, 2004, 9:54:47 AM (22 years ago)
Author:
desonia
Message:

verified that the changes are only resulting from psError syntax change.

Location:
trunk/psLib/test/sysUtils/verified
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/verified/tst_psError.stderr

    r2129 r2280  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|E|testError00
     7<DATE><TIME>|<HOST>|E|testError00 (tst_psError.c:<LINENO>)
    88    ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
    9 <DATE><TIME>|<HOST>|E|__LINE__
     9<DATE><TIME>|<HOST>|E|testError00 (tst_psError.c:<LINENO>)
    1010    NO VALUES
    11 <DATE><TIME>|<HOST>|E|
     11<DATE><TIME>|<HOST>|E|testError00 (tst_psError.c:<LINENO>)
    1212
    1313---> TESTPOINT PASSED (psError{psError()} | tst_psError.c)
     
    1919\**********************************************************************************/
    2020
    21 <DATE><TIME>|<HOST>|E|test1A
     21<DATE><TIME>|<HOST>|E|testError01 (tst_psError.c:<LINENO>)
    2222    Error code = 262
    23 ERROR STACK PRINT Test1A -> test1A: parameter is out-of-range
     23ERROR STACK PRINT Test1A -> testError01 (tst_psError.c:<LINENO>): parameter is out-of-range
    2424     Error code = 262
    25 <DATE><TIME>|<HOST>|E|
     25<DATE><TIME>|<HOST>|E|testError01 (tst_psError.c:<LINENO>)
    2626    Error code = 263
    27 ERROR STACK PRINT Test1B -> : parameter is of unsupported type
     27ERROR STACK PRINT Test1B -> testError01 (tst_psError.c:<LINENO>): parameter is of unsupported type
    2828     Error code = 263
    29 <DATE><TIME>|<HOST>|E|
    30     Error code = 264
    31 ERROR STACK PRINT Test1C -> : parameter is null
    32      Error code = 264
    33 <DATE><TIME>|<HOST>|E|test1D
     29<DATE><TIME>|<HOST>|E|testError01 (tst_psError.c:<LINENO>)
    3430    Error code = -1
    35 ERROR STACK PRINT Test1D -> test1D: (null)
     31ERROR STACK PRINT Test1D -> testError01 (tst_psError.c:<LINENO>): (null)
    3632     Error code = -1
    37 <DATE><TIME>|<HOST>|E|test1E
     33<DATE><TIME>|<HOST>|E|testError01 (tst_psError.c:<LINENO>)
    3834    Error code = 262
    39 ERROR STACK PRINT Test1E -> test1D: (null)
     35ERROR STACK PRINT Test1E -> testError01 (tst_psError.c:<LINENO>): (null)
    4036     Error code = -1
    41  -> test1E: parameter is out-of-range
     37 -> testError01 (tst_psError.c:<LINENO>): parameter is out-of-range
    4238     Error code = 262
    43 <DATE><TIME>|<HOST>|E|test1F
     39<DATE><TIME>|<HOST>|E|testError01 (tst_psError.c:<LINENO>)
    4440    Errno code = 9
    45 ERROR STACK PRINT Test1F -> test1F: Bad file descriptor
     41ERROR STACK PRINT Test1F -> testError01 (tst_psError.c:<LINENO>): Bad file descriptor
    4642     Errno code = 9
    4743
     
    5450\**********************************************************************************/
    5551
    56 <DATE><TIME>|<HOST>|E|test2A
     52<DATE><TIME>|<HOST>|E|testError02 (tst_psError.c:<LINENO>)
    5753    Error code = 262
    58 ERROR STACK PRINT Test2A -> test2A: parameter is out-of-range
     54ERROR STACK PRINT Test2A -> testError02 (tst_psError.c:<LINENO>): parameter is out-of-range
    5955     Error code = 262
    6056
     
    6763\**********************************************************************************/
    6864
    69 <DATE><TIME>|<HOST>|E|test3A
     65<DATE><TIME>|<HOST>|E|testError03 (tst_psError.c:<LINENO>)
    7066    Error code = 262
    71 <DATE><TIME>|<HOST>|E|test3A
     67<DATE><TIME>|<HOST>|E|testError03 (tst_psError.c:<LINENO>)
    7268    Error code = 263
    73 <DATE><TIME>|<HOST>|E|test3A
     69<DATE><TIME>|<HOST>|E|testError03 (tst_psError.c:<LINENO>)
    7470    Error code = 264
    7571
     
    8278\**********************************************************************************/
    8379
    84 <DATE><TIME>|<HOST>|E|test4A
     80<DATE><TIME>|<HOST>|E|testError04 (tst_psError.c:<LINENO>)
    8581    Error code = 262
    86 <DATE><TIME>|<HOST>|E|test4A
     82<DATE><TIME>|<HOST>|E|testError04 (tst_psError.c:<LINENO>)
    8783    Error code = 263
    88 <DATE><TIME>|<HOST>|E|test4A
     84<DATE><TIME>|<HOST>|E|testError04 (tst_psError.c:<LINENO>)
    8985    Error code = 264
    9086
     
    110106<DATE><TIME>|<HOST>|I|testErrorRegister
    111107    Following should be an error.
    112 <DATE><TIME>|<HOST>|E|psLib.sysUtils.psErrorRegister
     108<DATE><TIME>|<HOST>|E|psErrorRegister (psErrorCodes.c:<LINENO>)
    113109    Specified psErrorDescription pointer can not be NULL.
    114110
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r1825 r2280  
    118118<DATE><TIME>|<HOST>|I|TPmemCorruption
    119119    psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    120 <DATE><TIME>|<HOST>|E|psLib.sysUtils.checkMemBlock
     120<DATE><TIME>|<HOST>|E|checkMemBlock (psMemory.c:<LINENO>)
    121121    Memory block 1 is corrupted; buffer underflow detected.
    122122<DATE><TIME>|<HOST>|I|memProblemCallback
     
    146146<DATE><TIME>|<HOST>|I|TPmultipleFree
    147147    Next should be an error about multiple freeing.
    148 <DATE><TIME>|<HOST>|E|psLib.sysUtils.psFree
     148<DATE><TIME>|<HOST>|E|p_psFree (psMemory.c:<LINENO>)
    149149    Block 1, allocated at tst_psMemory.c:<LINENO>, freed multiple times at tst_psMemory.c:<LINENO>.
    150150
  • trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr

    r1761 r2280  
    5050\**********************************************************************************/
    5151
    52 <DATE><TIME>|<HOST>|E|psLib.sysUtils.psStringNCopy
     52<DATE><TIME>|<HOST>|E|psStringNCopy (psString.c:<LINENO>)
    5353    Can not copy a negative number of characters (-5).
    5454
Note: See TracChangeset for help on using the changeset viewer.