Changeset 725
- Timestamp:
- May 18, 2004, 2:20:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r640 r725 17 17 <DATE> <TIME> <HOST> |I|TPOutOfMemory |Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback. 18 18 <DATE> <TIME> <HOST> |I|TPOutOfMemoryExhaustedCallback|Custom MemExhaustedCallback was invoked. 19 <DATE> <TIME> <HOST> |A|p_psAlloc |Failed to allocate 1073741823 bytes at tst_psMemory.c:178 19 20 20 21 ---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c) … … 58 59 <DATE> <TIME> <HOST> |I|TPcheckLeaks |following psMemCheckLeaks call should produce one instance. 59 60 file:line ID 60 tst_psMemory.c:3 40161 tst_psMemory.c:339 1 61 62 <DATE> <TIME> <HOST> |I|TPcheckLeaks |Testing psMemCheckLeaks again with a different leak location 62 63 <DATE> <TIME> <HOST> |I|TPcheckLeaks |following psMemCheckLeaks call should produce one error. 63 64 file:line ID 64 tst_psMemory.c:3 701165 tst_psMemory.c:369 11 65 66 <DATE> <TIME> <HOST> |I|TPcheckLeaks |Testing psMemCheckLeaks again with multiple leak locations. 66 67 <DATE> <TIME> <HOST> |I|TPcheckLeaks |following psMemCheckLeaks call should produce two errors. 67 68 file:line ID 68 tst_psMemory.c:39 81669 tst_psMemory.c:39 81469 tst_psMemory.c:397 16 70 tst_psMemory.c:397 14 70 71 71 72 ---> TESTPOINT PASSED (psMemory{454-TPcheckLeaks} | tst_psMemory.c) … … 79 80 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions 80 81 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called. 81 <DATE> <TIME> <HOST> |E|psMemCheckCorruption|psMemCheckCorruption: memory block 1 is corrupted ( 0xdeadbeef 0x2deadbeef)82 <DATE> <TIME> <HOST> |I|memProblemCallback|memory callback called for id 1 (psMemCheckCorruption:22 0).82 <DATE> <TIME> <HOST> |E|psMemCheckCorruption|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow 0xdeadbeef 0x2) 83 <DATE> <TIME> <HOST> |I|memProblemCallback|memory callback called for id 1 (psMemCheckCorruption:226). 83 84 84 85 ---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c) … … 93 94 <DATE> <TIME> <HOST> |I|TPFreeReferencedMemory|expect error from free as multiple referenced buffer is freed. 94 95 <DATE> <TIME> <HOST> |E|p_psFree |The buffer being freed is referenced elsewhere. Buffer's reference count was decremented instead. 95 <DATE> <TIME> <HOST> |I|memProblemCallback|memory callback called for id 1 (tst_psMemory.c:14 1).96 <DATE> <TIME> <HOST> |I|memProblemCallback|memory callback called for id 1 (tst_psMemory.c:140). 96 97 97 98 ---> TESTPOINT PASSED (psMemory{456-TPFreeReferencedMemory} | tst_psMemory.c)
Note:
See TracChangeset
for help on using the changeset viewer.
