IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2004, 12:25:56 PM (22 years ago)
Author:
desonia
Message:

adjustments made due to change in the logging message style.

File:
1 edited

Legend:

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

    r956 r1018  
    55\----------------------------------------------------------------------------------/
    66
    7  <DATE> <TIME> <HOST> |I|TPCheckBufferPositive|psAlloc shall allocate memory blocks writeable by caller.
     7 <DATE> <TIME> <HOST> |I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
    88
    99---> TESTPOINT PASSED (psMemory{449-TPCheckBufferPositive} | tst_psMemory.c)
     
    1515\----------------------------------------------------------------------------------/
    1616
    17  <DATE> <TIME> <HOST> |I|TPOutOfMemory  |Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
    18  <DATE> <TIME> <HOST> |I|TPOutOfMemoryExhaustedCallback|Custom MemExhaustedCallback was invoked.
    19  <DATE> <TIME> <HOST> |A|p_psAlloc      |Failed to allocate 4294966295 bytes at tst_psMemory.c:163
     17 <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.
     19 <DATE> <TIME> <HOST> |A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:163
    2020
    2121---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c)
     
    2727\----------------------------------------------------------------------------------/
    2828
    29  <DATE> <TIME> <HOST> |I|TPrealloc      |psRealloc shall increase/decrease memory buffer while preserving contents
    30  <DATE> <TIME> <HOST> |I|TPrealloc      |Expanding memory buffer.
    31  <DATE> <TIME> <HOST> |I|TPrealloc      |Shrinking memory buffer.
     29 <DATE> <TIME> <HOST> |I|      TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents
     30 <DATE> <TIME> <HOST> |I|      TPrealloc|Expanding memory buffer.
     31 <DATE> <TIME> <HOST> |I|      TPrealloc|Shrinking memory buffer.
    3232
    3333---> TESTPOINT PASSED (psMemory{451-TPrealloc} | tst_psMemory.c)
     
    4040
    4141 <DATE> <TIME> <HOST> |I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
    42  <DATE> <TIME> <HOST> |I|memAllocateCallback|block 2 was (re)allocated
    43  <DATE> <TIME> <HOST> |I|memAllocateCallback|block 3 was (re)allocated
     42 <DATE> <TIME> <HOST> |I|memAllocateCall|block 2 was (re)allocated
     43 <DATE> <TIME> <HOST> |I|memAllocateCall|block 3 was (re)allocated
    4444 <DATE> <TIME> <HOST> |I|memFreeCallback|block 2 was freed
    4545 <DATE> <TIME> <HOST> |I|memFreeCallback|block 3 was freed
    46  <DATE> <TIME> <HOST> |I|memAllocateCallback|block 4 was (re)allocated
    47  <DATE> <TIME> <HOST> |I|memAllocateCallback|block 4 was (re)allocated
     46 <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated
     47 <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated
    4848 <DATE> <TIME> <HOST> |I|memFreeCallback|block 4 was freed
    4949
     
    5656\----------------------------------------------------------------------------------/
    5757
    58  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
    59  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce one instance.
     58 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
     59 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
    6060                   file:line ID
    6161         tst_psMemory.c:313  1
    62  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |Testing psMemCheckLeaks again with a different leak location
    63  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce one error.
     62 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
     63 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
    6464                   file:line ID
    6565         tst_psMemory.c:343  11
    66  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |Testing psMemCheckLeaks again with multiple leak locations.
    67  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce two errors.
     66 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
     67 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
    6868                   file:line ID
    6969         tst_psMemory.c:371  16
     
    8080 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
    8181 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    82  <DATE> <TIME> <HOST> |E|psMemCheckCorruption|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
    83  <DATE> <TIME> <HOST> |I|memProblemCallback|memory callback called for id 1 (psMemCheckCorruption:228).
     82 <DATE> <TIME> <HOST> |E|psMemCheckCorru|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
     83 <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:228).
    8484
    8585---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c)
     
    9191\----------------------------------------------------------------------------------/
    9292
    93  <DATE> <TIME> <HOST> |I|TPFreeReferencedMemory|memory reference count shall be incrementable/decrementable
    94  <DATE> <TIME> <HOST> |I|TPFreeReferencedMemory|psFree shall be just decrement a multiple refererenced pointer.
     93 <DATE> <TIME> <HOST> |I|TPFreeReference|memory reference count shall be incrementable/decrementable
     94 <DATE> <TIME> <HOST> |I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
    9595
    9696---> TESTPOINT PASSED (psMemory{456-TPFreeReferencedMemory} | tst_psMemory.c)
Note: See TracChangeset for help on using the changeset viewer.