Changeset 1196
- Timestamp:
- Jul 8, 2004, 8:41:59 AM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils/verified
- Files:
-
- 2 edited
-
tst_psLogMsg02.stderr (modified) (1 diff)
-
tst_psMemory.stderr (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr
r1142 r1196 11 11 <DATE> <TIME> | 12 12 ------------- psLogSetFormat(H) ------------- 13 shire .mhpcc.hawaii.edu|14 shire .mhpcc.hawaii.edu|15 shire .mhpcc.hawaii.edu|16 shire .mhpcc.hawaii.edu|13 shire | 14 shire | 15 shire | 16 shire | 17 17 ------------- psLogSetFormat(L) ------------- 18 18 A| -
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r1156 r1196 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * TestFile: tst_psMemory.c * 3 * TestPoint: psMemory{ 449-TPCheckBufferPositive}*3 * TestPoint: psMemory{checkBufferPositive} * 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ … … 7 7 <DATE> <TIME> <HOST> |I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller. 8 8 9 ---> TESTPOINT PASSED (psMemory{ 449-TPCheckBufferPositive} | tst_psMemory.c)9 ---> TESTPOINT PASSED (psMemory{checkBufferPositive} | tst_psMemory.c) 10 10 11 11 /***************************** TESTPOINT ******************************************\ 12 12 * TestFile: tst_psMemory.c * 13 * TestPoint: psMemory{ 450-TPOutOfMemory}*13 * TestPoint: psMemory{outOfMemory} * 14 14 * TestType: Positive * 15 15 \**********************************************************************************/ … … 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|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked. 19 <DATE> <TIME> <HOST> |A| p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:20 719 <DATE> <TIME> <HOST> |A| p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:208 20 20 21 ---> TESTPOINT PASSED (psMemory{ 450-TPOutOfMemory} | tst_psMemory.c)21 ---> TESTPOINT PASSED (psMemory{outOfMemory} | tst_psMemory.c) 22 22 23 23 /***************************** TESTPOINT ******************************************\ 24 24 * TestFile: tst_psMemory.c * 25 * TestPoint: psMemory{ 562-TPReallocOutOfMemory}*25 * TestPoint: psMemory{reallocOutOfMemory} * 26 26 * TestType: Positive * 27 27 \**********************************************************************************/ 28 28 29 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:17 230 <DATE> <TIME> <HOST> |A| p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:173 31 31 32 ---> TESTPOINT PASSED (psMemory{ 562-TPReallocOutOfMemory} | tst_psMemory.c)32 ---> TESTPOINT PASSED (psMemory{reallocOutOfMemory} | tst_psMemory.c) 33 33 34 34 /***************************** TESTPOINT ******************************************\ 35 35 * TestFile: tst_psMemory.c * 36 * TestPoint: psMemory{ 451-TPrealloc}*36 * TestPoint: psMemory{psRealloc} * 37 37 * TestType: Positive * 38 38 \**********************************************************************************/ … … 42 42 <DATE> <TIME> <HOST> |I| TPrealloc|Shrinking memory buffer. 43 43 44 ---> TESTPOINT PASSED (psMemory{ 451-TPrealloc} | tst_psMemory.c)44 ---> TESTPOINT PASSED (psMemory{psRealloc} | tst_psMemory.c) 45 45 46 46 /***************************** TESTPOINT ******************************************\ 47 47 * TestFile: tst_psMemory.c * 48 * TestPoint: psMemory{ 452/453-TPallocCallback}*48 * TestPoint: psMemory{allocCallback} * 49 49 * TestType: Positive * 50 50 \**********************************************************************************/ … … 59 59 <DATE> <TIME> <HOST> |I|memFreeCallback|block 4 was freed 60 60 61 ---> TESTPOINT PASSED (psMemory{ 452/453-TPallocCallback} | tst_psMemory.c)61 ---> TESTPOINT PASSED (psMemory{allocCallback} | tst_psMemory.c) 62 62 63 63 /***************************** TESTPOINT ******************************************\ 64 64 * TestFile: tst_psMemory.c * 65 * TestPoint: psMemory{ 454-TPcheckLeaks}*65 * TestPoint: psMemory{checkLeaks} * 66 66 * TestType: Positive * 67 67 \**********************************************************************************/ … … 70 70 <DATE> <TIME> <HOST> |I| TPcheckLeaks|following psMemCheckLeaks call should produce one instance. 71 71 file:line ID 72 tst_psMemory.c:35 7172 tst_psMemory.c:358 1 73 73 <DATE> <TIME> <HOST> |I| TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location 74 74 <DATE> <TIME> <HOST> |I| TPcheckLeaks|following psMemCheckLeaks call should produce one error. 75 75 file:line ID 76 tst_psMemory.c:38 71176 tst_psMemory.c:388 11 77 77 <DATE> <TIME> <HOST> |I| TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations. 78 78 <DATE> <TIME> <HOST> |I| TPcheckLeaks|following psMemCheckLeaks call should produce two errors. 79 79 file:line ID 80 tst_psMemory.c:41 51681 tst_psMemory.c:41 51480 tst_psMemory.c:416 16 81 tst_psMemory.c:416 14 82 82 83 ---> TESTPOINT PASSED (psMemory{ 454-TPcheckLeaks} | tst_psMemory.c)83 ---> TESTPOINT PASSED (psMemory{checkLeaks} | tst_psMemory.c) 84 84 85 85 /***************************** TESTPOINT ******************************************\ 86 86 * TestFile: tst_psMemory.c * 87 * TestPoint: psMemory{ 455-TPmemCorruption}*87 * TestPoint: psMemory{psMemCorruption} * 88 88 * TestType: Positive * 89 89 \**********************************************************************************/ … … 94 94 <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:220). 95 95 96 ---> TESTPOINT PASSED (psMemory{ 455-TPmemCorruption} | tst_psMemory.c)96 ---> TESTPOINT PASSED (psMemory{psMemCorruption} | tst_psMemory.c) 97 97 98 98 /***************************** TESTPOINT ******************************************\ 99 99 * TestFile: tst_psMemory.c * 100 * TestPoint: psMemory{ 456-TPFreeReferencedMemory}*100 * TestPoint: psMemory{freeReferencedMemory} * 101 101 * TestType: Positive * 102 102 \**********************************************************************************/ … … 105 105 <DATE> <TIME> <HOST> |I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer. 106 106 107 ---> TESTPOINT PASSED (psMemory{ 456-TPFreeReferencedMemory} | tst_psMemory.c)107 ---> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c) 108 108
Note:
See TracChangeset
for help on using the changeset viewer.
