IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2004, 11:04:27 AM (22 years ago)
Author:
desonia
Message:

changed the format of message log to print last portion of name if it
doesn't fit in the alloted space.

File:
1 edited

Legend:

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

    r1714 r1729  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
     7<DATE><TIME>|<HOST>|I|+BufferPositive|psAlloc shall allocate memory blocks writeable by caller.
    88
    99---> TESTPOINT PASSED (psMemory{checkBufferPositive} | tst_psMemory.c)
     
    1616
    1717<DATE><TIME>|<HOST>|I|  TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
    18 <DATE><TIME>|<HOST>|I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.
     18<DATE><TIME>|<HOST>|I|+austedCallback|Custom MemExhaustedCallback was invoked.
    1919<DATE><TIME>|<HOST>|A|      p_psAlloc|Failed to allocate <N> bytes at tst_psMemory.c:<LINENO>
    2020
     
    2727\**********************************************************************************/
    2828
    29 <DATE><TIME>|<HOST>|I|TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
     29<DATE><TIME>|<HOST>|I|+locOutOfMemory|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
    3030<DATE><TIME>|<HOST>|A|    p_psRealloc|Failed to reallocate <N> bytes at tst_psMemory.c:<LINENO>
    3131
     
    5151
    5252<DATE><TIME>|<HOST>|I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
    53 <DATE><TIME>|<HOST>|I|memAllocateCall|block 2 was (re)allocated
    54 <DATE><TIME>|<HOST>|I|memAllocateCall|block 3 was (re)allocated
     53<DATE><TIME>|<HOST>|I|+locateCallback|block 2 was (re)allocated
     54<DATE><TIME>|<HOST>|I|+locateCallback|block 3 was (re)allocated
    5555<DATE><TIME>|<HOST>|I|memFreeCallback|block 2 was freed
    5656<DATE><TIME>|<HOST>|I|memFreeCallback|block 3 was freed
    57 <DATE><TIME>|<HOST>|I|memAllocateCall|block 4 was (re)allocated
    58 <DATE><TIME>|<HOST>|I|memAllocateCall|block 4 was (re)allocated
     57<DATE><TIME>|<HOST>|I|+locateCallback|block 4 was (re)allocated
     58<DATE><TIME>|<HOST>|I|+locateCallback|block 4 was (re)allocated
    5959<DATE><TIME>|<HOST>|I|memFreeCallback|block 4 was freed
    6060
     
    9191<DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
    9292<DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    93 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Memory block 1 is corrupted; buffer underflow detected.
    94 <DATE><TIME>|<HOST>|I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:<LINENO>).
     93<DATE><TIME>|<HOST>|E|+scheckMemBlock|Memory block 1 is corrupted; buffer underflow detected.
     94<DATE><TIME>|<HOST>|I|+roblemCallback|memory callback called for id 1 (psMemCheckCorruption:<LINENO>).
    9595
    9696---> TESTPOINT PASSED (psMemory{psMemCorruption} | tst_psMemory.c)
     
    102102\**********************************************************************************/
    103103
    104 <DATE><TIME>|<HOST>|I|TPFreeReference|memory reference count shall be incrementable/decrementable
    105 <DATE><TIME>|<HOST>|I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
     104<DATE><TIME>|<HOST>|I|+ferencedMemory|memory reference count shall be incrementable/decrementable
     105<DATE><TIME>|<HOST>|I|+ferencedMemory|psFree shall be just decrement a multiple refererenced pointer.
    106106
    107107---> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c)
     
    114114
    115115<DATE><TIME>|<HOST>|I| TPmultipleFree|Next should be an error about multiple freeing.
    116 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Memory block 1 was freed but still used.
    117 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Block 1 allocated at tst_psMemory.c:<LINENO> freed more than once at tst_psMemory.c:<LINENO>.
    118 <DATE><TIME>|<HOST>|A|memProblemCallb|Detected a problem in the memory system at tst_psMemory.c:<LINENO>
     116<DATE><TIME>|<HOST>|E|+sysUtilspsFree|Block 1, allocated at tst_psMemory.c:<LINENO>, freed multiple times at tst_psMemory.c:<LINENO>.
    119117
    120118---> TESTPOINT PASSED (psMemory{multipleFree} | tst_psMemory.c)
Note: See TracChangeset for help on using the changeset viewer.