IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 11:50:14 AM (22 years ago)
Author:
desonia
Message:

modified runTest / FullUnitTest to suppress line numbers in messages.

File:
1 edited

Legend:

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

    r1372 r1404  
    55\**********************************************************************************/
    66
    7  <DATE> <TIME> |<HOST>|I|TPCheckBufferPo|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{checkBufferPositive} | 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|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.
    19  <DATE> <TIME> |<HOST>|A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:228
     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:<LINENO>
    2020
    2121---> TESTPOINT PASSED (psMemory{outOfMemory} | tst_psMemory.c)
     
    2727\**********************************************************************************/
    2828
    29  <DATE> <TIME> |<HOST>|I|TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
    30  <DATE> <TIME> |<HOST>|A|    p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:193
     29<DATE><TIME>|<HOST>|I|TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
     30<DATE><TIME>|<HOST>|A|    p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:<LINENO>
    3131
    3232---> TESTPOINT PASSED (psMemory{reallocOutOfMemory} | tst_psMemory.c)
     
    3838\**********************************************************************************/
    3939
    40  <DATE> <TIME> |<HOST>|I|      TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents
    41  <DATE> <TIME> |<HOST>|I|      TPrealloc|Expanding memory buffer.
    42  <DATE> <TIME> |<HOST>|I|      TPrealloc|Shrinking memory buffer.
     40<DATE><TIME>|<HOST>|I|      TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents
     41<DATE><TIME>|<HOST>|I|      TPrealloc|Expanding memory buffer.
     42<DATE><TIME>|<HOST>|I|      TPrealloc|Shrinking memory buffer.
    4343
    4444---> TESTPOINT PASSED (psMemory{psRealloc} | tst_psMemory.c)
     
    5050\**********************************************************************************/
    5151
    52  <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
    55  <DATE> <TIME> |<HOST>|I|memFreeCallback|block 2 was freed
    56  <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
    59  <DATE> <TIME> |<HOST>|I|memFreeCallback|block 4 was freed
     52<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
     55<DATE><TIME>|<HOST>|I|memFreeCallback|block 2 was freed
     56<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
     59<DATE><TIME>|<HOST>|I|memFreeCallback|block 4 was freed
    6060
    6161---> TESTPOINT PASSED (psMemory{allocCallback} | tst_psMemory.c)
     
    6767\**********************************************************************************/
    6868
    69  <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
    70  <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
     69<DATE><TIME>|<HOST>|I|   TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
     70<DATE><TIME>|<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
    7171                   file:line ID
    72          tst_psMemory.c:378  1
    73  <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
    74  <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
     72         tst_psMemory.c:<LINENO>  1
     73<DATE><TIME>|<HOST>|I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
     74<DATE><TIME>|<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
    7575                   file:line ID
    76          tst_psMemory.c:408  11
    77  <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
    78  <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
     76         tst_psMemory.c:<LINENO>  11
     77<DATE><TIME>|<HOST>|I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
     78<DATE><TIME>|<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
    7979                   file:line ID
    80          tst_psMemory.c:436  16
    81          tst_psMemory.c:436  14
     80         tst_psMemory.c:<LINENO>  16
     81         tst_psMemory.c:<LINENO>  14
    8282
    8383---> TESTPOINT PASSED (psMemory{checkLeaks} | tst_psMemory.c)
     
    8989\**********************************************************************************/
    9090
    91  <DATE> <TIME> |<HOST>|I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
    92  <DATE> <TIME> |<HOST>|I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    93  <DATE> <TIME> |<HOST>|E|psMemCheckCorru|Memory Corruption: memory block 1 is corrupted (buffer underflow)
    94  <DATE> <TIME> |<HOST>|I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:260).
     91<DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
     92<DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
     93<DATE><TIME>|<HOST>|E|psMemCheckCorru|Memory Corruption: memory block 1 is corrupted (buffer underflow)
     94<DATE><TIME>|<HOST>|I|memProblemCallb|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|TPFreeReference|memory reference count shall be incrementable/decrementable
     105<DATE><TIME>|<HOST>|I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
    106106
    107107---> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c)
     
    113113\**********************************************************************************/
    114114
    115  <DATE> <TIME> |<HOST>|I| TPmultipleFree|Next should be an error about multiple freeing.
    116  <DATE> <TIME> |<HOST>|E|  checkMemBlock|Memory Corruption: memory block 1 was freed but still used.
    117  <DATE> <TIME> |<HOST>|E|memProblemCallb|Block 1 allocated at tst_psMemory.c:548 freed more than once at tst_psMemory.c:553
    118  <DATE> <TIME> |<HOST>|A|memProblemCallb|Detected a problem in the memory system at tst_psMemory.c:553
     115<DATE><TIME>|<HOST>|I| TPmultipleFree|Next should be an error about multiple freeing.
     116<DATE><TIME>|<HOST>|E|  checkMemBlock|Memory Corruption: memory block 1 was freed but still used.
     117<DATE><TIME>|<HOST>|E|memProblemCallb|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>
    119119
    120120---> TESTPOINT PASSED (psMemory{multipleFree} | tst_psMemory.c)
Note: See TracChangeset for help on using the changeset viewer.