Changeset 1034 for trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r1030 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psMemory.c | 3 | TestPoint: psMemory{449-TPCheckBufferPositive} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psMemory.c * 3 * TestPoint: psMemory{449-TPCheckBufferPositive} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 <DATE> <TIME> <HOST> |I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller. … … 9 9 ---> TESTPOINT PASSED (psMemory{449-TPCheckBufferPositive} | tst_psMemory.c) 10 10 11 / ----------------------------- TESTPOINT ------------------------------------------\12 | TestFile: tst_psMemory.c | 13 | TestPoint: psMemory{450-TPOutOfMemory} | 14 | TestType: Positive | 15 \ ----------------------------------------------------------------------------------/11 /***************************** TESTPOINT ******************************************\ 12 * TestFile: tst_psMemory.c * 13 * TestPoint: psMemory{450-TPOutOfMemory} * 14 * TestType: Positive * 15 \**********************************************************************************/ 16 16 17 17 <DATE> <TIME> <HOST> |I| TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback. … … 21 21 ---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c) 22 22 23 / ----------------------------- TESTPOINT ------------------------------------------\24 | TestFile: tst_psMemory.c | 25 | TestPoint: psMemory{451-TPrealloc} | 26 | TestType: Positive | 27 \ ----------------------------------------------------------------------------------/23 /***************************** TESTPOINT ******************************************\ 24 * TestFile: tst_psMemory.c * 25 * TestPoint: psMemory{451-TPrealloc} * 26 * TestType: Positive * 27 \**********************************************************************************/ 28 28 29 29 <DATE> <TIME> <HOST> |I| TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents … … 33 33 ---> TESTPOINT PASSED (psMemory{451-TPrealloc} | tst_psMemory.c) 34 34 35 / ----------------------------- TESTPOINT ------------------------------------------\36 | TestFile: tst_psMemory.c | 37 | TestPoint: psMemory{452/453-TPallocCallback} | 38 | TestType: Positive | 39 \ ----------------------------------------------------------------------------------/35 /***************************** TESTPOINT ******************************************\ 36 * TestFile: tst_psMemory.c * 37 * TestPoint: psMemory{452/453-TPallocCallback} * 38 * TestType: Positive * 39 \**********************************************************************************/ 40 40 41 41 <DATE> <TIME> <HOST> |I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated. … … 50 50 ---> TESTPOINT PASSED (psMemory{452/453-TPallocCallback} | tst_psMemory.c) 51 51 52 / ----------------------------- TESTPOINT ------------------------------------------\53 | TestFile: tst_psMemory.c | 54 | TestPoint: psMemory{454-TPcheckLeaks} | 55 | TestType: Positive | 56 \ ----------------------------------------------------------------------------------/52 /***************************** TESTPOINT ******************************************\ 53 * TestFile: tst_psMemory.c * 54 * TestPoint: psMemory{454-TPcheckLeaks} * 55 * TestType: Positive * 56 \**********************************************************************************/ 57 57 58 58 <DATE> <TIME> <HOST> |I| TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated … … 72 72 ---> TESTPOINT PASSED (psMemory{454-TPcheckLeaks} | tst_psMemory.c) 73 73 74 / ----------------------------- TESTPOINT ------------------------------------------\75 | TestFile: tst_psMemory.c | 76 | TestPoint: psMemory{455-TPmemCorruption} | 77 | TestType: Positive | 78 \ ----------------------------------------------------------------------------------/74 /***************************** TESTPOINT ******************************************\ 75 * TestFile: tst_psMemory.c * 76 * TestPoint: psMemory{455-TPmemCorruption} * 77 * TestType: Positive * 78 \**********************************************************************************/ 79 79 80 80 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions … … 85 85 ---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c) 86 86 87 / ----------------------------- TESTPOINT ------------------------------------------\88 | TestFile: tst_psMemory.c | 89 | TestPoint: psMemory{456-TPFreeReferencedMemory} | 90 | TestType: Positive | 91 \ ----------------------------------------------------------------------------------/87 /***************************** TESTPOINT ******************************************\ 88 * TestFile: tst_psMemory.c * 89 * TestPoint: psMemory{456-TPFreeReferencedMemory} * 90 * TestType: Positive * 91 \**********************************************************************************/ 92 92 93 93 <DATE> <TIME> <HOST> |I|TPFreeReference|memory reference count shall be incrementable/decrementable
Note:
See TracChangeset
for help on using the changeset viewer.
