Changeset 1018 for trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
- Timestamp:
- Jun 12, 2004, 12:25:56 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r956 r1018 5 5 \----------------------------------------------------------------------------------/ 6 6 7 <DATE> <TIME> <HOST> |I|TPCheckBufferPo sitive|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{449-TPCheckBufferPositive} | 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 haustedCallback|Custom MemExhaustedCallback was invoked.19 <DATE> <TIME> <HOST> |A| p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:16317 <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 20 20 21 21 ---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c) … … 27 27 \----------------------------------------------------------------------------------/ 28 28 29 <DATE> <TIME> <HOST> |I| TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents30 <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. 32 32 33 33 ---> TESTPOINT PASSED (psMemory{451-TPrealloc} | tst_psMemory.c) … … 40 40 41 41 <DATE> <TIME> <HOST> |I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated. 42 <DATE> <TIME> <HOST> |I|memAllocateCall back|block 2 was (re)allocated43 <DATE> <TIME> <HOST> |I|memAllocateCall back|block 3 was (re)allocated42 <DATE> <TIME> <HOST> |I|memAllocateCall|block 2 was (re)allocated 43 <DATE> <TIME> <HOST> |I|memAllocateCall|block 3 was (re)allocated 44 44 <DATE> <TIME> <HOST> |I|memFreeCallback|block 2 was freed 45 45 <DATE> <TIME> <HOST> |I|memFreeCallback|block 3 was freed 46 <DATE> <TIME> <HOST> |I|memAllocateCall back|block 4 was (re)allocated47 <DATE> <TIME> <HOST> |I|memAllocateCall back|block 4 was (re)allocated46 <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated 47 <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated 48 48 <DATE> <TIME> <HOST> |I|memFreeCallback|block 4 was freed 49 49 … … 56 56 \----------------------------------------------------------------------------------/ 57 57 58 <DATE> <TIME> <HOST> |I| TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated59 <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. 60 60 file:line ID 61 61 tst_psMemory.c:313 1 62 <DATE> <TIME> <HOST> |I| TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location63 <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. 64 64 file:line ID 65 65 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. 68 68 file:line ID 69 69 tst_psMemory.c:371 16 … … 80 80 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions 81 81 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called. 82 <DATE> <TIME> <HOST> |E|psMemCheckCorru ption|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)83 <DATE> <TIME> <HOST> |I|memProblemCallb ack|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). 84 84 85 85 ---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c) … … 91 91 \----------------------------------------------------------------------------------/ 92 92 93 <DATE> <TIME> <HOST> |I|TPFreeReference dMemory|memory reference count shall be incrementable/decrementable94 <DATE> <TIME> <HOST> |I|TPFreeReference dMemory|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. 95 95 96 96 ---> TESTPOINT PASSED (psMemory{456-TPFreeReferencedMemory} | tst_psMemory.c)
Note:
See TracChangeset
for help on using the changeset viewer.
