IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2004, 9:34:28 AM (22 years ago)
Author:
desonia
Message:

enhanced the parsing of host to search for the hostname of the current machine
explicitly, not just single word with '.' in it.

File:
1 edited

Legend:

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

    r1196 r1198  
    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:208
     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:208
    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:173
     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:173
    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
    7272         tst_psMemory.c:358  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.
     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
    7676         tst_psMemory.c:388  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.
     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
    8080         tst_psMemory.c:416  16
     
    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|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
    94  <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:220).
     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|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
     94 <DATE> <TIME> |<HOST>|I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:220).
    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)
Note: See TracChangeset for help on using the changeset viewer.