Changeset 1198 for trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
- Timestamp:
- Jul 8, 2004, 9:34:28 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r1196 r1198 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:20817 <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 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:17329 <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 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 72 tst_psMemory.c:358 1 73 <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.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 76 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. 79 79 file:line ID 80 80 tst_psMemory.c:416 16 … … 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|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). 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)
Note:
See TracChangeset
for help on using the changeset viewer.
