Changeset 1729 for trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
- Timestamp:
- Sep 8, 2004, 11:04:27 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r1714 r1729 5 5 \**********************************************************************************/ 6 6 7 <DATE><TIME>|<HOST>|I| TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.7 <DATE><TIME>|<HOST>|I|+BufferPositive|psAlloc shall allocate memory blocks writeable by caller. 8 8 9 9 ---> TESTPOINT PASSED (psMemory{checkBufferPositive} | tst_psMemory.c) … … 16 16 17 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.18 <DATE><TIME>|<HOST>|I|+austedCallback|Custom MemExhaustedCallback was invoked. 19 19 <DATE><TIME>|<HOST>|A| p_psAlloc|Failed to allocate <N> bytes at tst_psMemory.c:<LINENO> 20 20 … … 27 27 \**********************************************************************************/ 28 28 29 <DATE><TIME>|<HOST>|I| TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.29 <DATE><TIME>|<HOST>|I|+locOutOfMemory|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback. 30 30 <DATE><TIME>|<HOST>|A| p_psRealloc|Failed to reallocate <N> bytes at tst_psMemory.c:<LINENO> 31 31 … … 51 51 52 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)allocated53 <DATE><TIME>|<HOST>|I|+locateCallback|block 2 was (re)allocated 54 <DATE><TIME>|<HOST>|I|+locateCallback|block 3 was (re)allocated 55 55 <DATE><TIME>|<HOST>|I|memFreeCallback|block 2 was freed 56 56 <DATE><TIME>|<HOST>|I|memFreeCallback|block 3 was freed 57 <DATE><TIME>|<HOST>|I| memAllocateCall|block 4 was (re)allocated58 <DATE><TIME>|<HOST>|I| memAllocateCall|block 4 was (re)allocated57 <DATE><TIME>|<HOST>|I|+locateCallback|block 4 was (re)allocated 58 <DATE><TIME>|<HOST>|I|+locateCallback|block 4 was (re)allocated 59 59 <DATE><TIME>|<HOST>|I|memFreeCallback|block 4 was freed 60 60 … … 91 91 <DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions 92 92 <DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called. 93 <DATE><TIME>|<HOST>|E| psLib.sysUtils.|Memory block 1 is corrupted; buffer underflow detected.94 <DATE><TIME>|<HOST>|I| memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:<LINENO>).93 <DATE><TIME>|<HOST>|E|+scheckMemBlock|Memory block 1 is corrupted; buffer underflow detected. 94 <DATE><TIME>|<HOST>|I|+roblemCallback|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|+ferencedMemory|memory reference count shall be incrementable/decrementable 105 <DATE><TIME>|<HOST>|I|+ferencedMemory|psFree shall be just decrement a multiple refererenced pointer. 106 106 107 107 ---> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c) … … 114 114 115 115 <DATE><TIME>|<HOST>|I| TPmultipleFree|Next should be an error about multiple freeing. 116 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Memory block 1 was freed but still used. 117 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|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> 116 <DATE><TIME>|<HOST>|E|+sysUtilspsFree|Block 1, allocated at tst_psMemory.c:<LINENO>, freed multiple times at tst_psMemory.c:<LINENO>. 119 117 120 118 ---> TESTPOINT PASSED (psMemory{multipleFree} | tst_psMemory.c)
Note:
See TracChangeset
for help on using the changeset viewer.
