Changeset 1156
- Timestamp:
- Jun 30, 2004, 10:33:20 AM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils/verified
- Files:
-
- 2 edited
-
tst_psLogMsg03.stdout (modified) (1 diff)
-
tst_psMemory.stderr (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout
r1034 r1156 5 5 \**********************************************************************************/ 6 6 7 ------------- psLogSetDestination(PS_LOG_NONE)-------------7 --------------- psLogSetDestination(PS_LOG_NONE) ---------------- 8 8 ------------- psLogSetDestination(PS_LOG_TO_STDERR) ------------- 9 9 ------------- psLogSetDestination(PS_LOG_TO_STDOUT) ------------- 10 <DATE> <TIME> <HOST> |A| main| 11 Hello World! My level is 0 12 <DATE> <TIME> <HOST> |E| main| 13 Hello World! My level is 1 14 <DATE> <TIME> <HOST> |W| main| 15 Hello World! My level is 2 16 <DATE> <TIME> <HOST> |I| main| 17 Hello World! My level is 3 10 <DATE> <TIME> <HOST> |A| main|Hello World! My level is 0 11 <DATE> <TIME> <HOST> |E| main|Hello World! My level is 1 12 <DATE> <TIME> <HOST> |W| main|Hello World! My level is 2 13 <DATE> <TIME> <HOST> |I| main|Hello World! My level is 3 14 --------------- psLogSetDestination(file:log.txt) --------------- 15 --------------------- The Contents of log.txt ------------------- 16 <DATE> <TIME> <HOST> |A| main|Hello World! My level is 0 17 <DATE> <TIME> <HOST> |E| main|Hello World! My level is 1 18 <DATE> <TIME> <HOST> |W| main|Hello World! My level is 2 19 <DATE> <TIME> <HOST> |I| main|Hello World! My level is 3 18 20 19 21 ---> TESTPOINT PASSED (psLogMsg functions{psLogSetDestination()} | tst_psLogMsg03.c) -
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r1097 r1156 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> |I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.31 30 <DATE> <TIME> <HOST> |A| p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:172 32 31 … … 93 92 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called. 94 93 <DATE> <TIME> <HOST> |E|psMemCheckCorru|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow) 95 <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:22 1).94 <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:220). 96 95 97 96 ---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c)
Note:
See TracChangeset
for help on using the changeset viewer.
