Changeset 1404 for trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
- Timestamp:
- Aug 6, 2004, 11:50:14 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r1372 r1404 5 5 \**********************************************************************************/ 6 6 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. 8 8 9 9 ---> TESTPOINT PASSED (psMemory{checkBufferPositive} | tst_psMemory.c) … … 15 15 \**********************************************************************************/ 16 16 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> 20 20 21 21 ---> TESTPOINT PASSED (psMemory{outOfMemory} | tst_psMemory.c) … … 27 27 \**********************************************************************************/ 28 28 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> 31 31 32 32 ---> TESTPOINT PASSED (psMemory{reallocOutOfMemory} | tst_psMemory.c) … … 38 38 \**********************************************************************************/ 39 39 40 <DATE> <TIME>|<HOST>|I| TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents41 <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. 43 43 44 44 ---> TESTPOINT PASSED (psMemory{psRealloc} | tst_psMemory.c) … … 50 50 \**********************************************************************************/ 51 51 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)allocated54 <DATE> <TIME>|<HOST>|I|memAllocateCall|block 3 was (re)allocated55 <DATE> <TIME>|<HOST>|I|memFreeCallback|block 2 was freed56 <DATE> <TIME>|<HOST>|I|memFreeCallback|block 3 was freed57 <DATE> <TIME>|<HOST>|I|memAllocateCall|block 4 was (re)allocated58 <DATE> <TIME>|<HOST>|I|memAllocateCall|block 4 was (re)allocated59 <DATE> <TIME>|<HOST>|I|memFreeCallback|block 4 was freed52 <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 60 60 61 61 ---> TESTPOINT PASSED (psMemory{allocCallback} | tst_psMemory.c) … … 67 67 \**********************************************************************************/ 68 68 69 <DATE> <TIME>|<HOST>|I| TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated70 <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. 71 71 file:line ID 72 tst_psMemory.c: 378173 <DATE> <TIME>|<HOST>|I| TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location74 <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. 75 75 file:line ID 76 tst_psMemory.c: 4081177 <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. 79 79 file:line ID 80 tst_psMemory.c: 4361681 tst_psMemory.c: 4361480 tst_psMemory.c:<LINENO> 16 81 tst_psMemory.c:<LINENO> 14 82 82 83 83 ---> TESTPOINT PASSED (psMemory{checkLeaks} | tst_psMemory.c) … … 89 89 \**********************************************************************************/ 90 90 91 <DATE> <TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions92 <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>). 95 95 96 96 ---> TESTPOINT PASSED (psMemory{psMemCorruption} | tst_psMemory.c) … … 102 102 \**********************************************************************************/ 103 103 104 <DATE> <TIME>|<HOST>|I|TPFreeReference|memory reference count shall be incrementable/decrementable105 <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. 106 106 107 107 ---> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c) … … 113 113 \**********************************************************************************/ 114 114 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> 119 119 120 120 ---> TESTPOINT PASSED (psMemory{multipleFree} | tst_psMemory.c)
Note:
See TracChangeset
for help on using the changeset viewer.
