Changeset 1694
- Timestamp:
- Sep 7, 2004, 9:04:15 AM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 2 added
- 11 deleted
- 2 edited
-
Makefile (modified) (2 diffs)
-
tst_psLogMsg00.c (deleted)
-
tst_psLogMsg01.c (deleted)
-
tst_psLogMsg02.c (deleted)
-
tst_psLogMsg03.c (deleted)
-
verified/tst_psLogMsg.stderr (added)
-
verified/tst_psLogMsg.stdout (added)
-
verified/tst_psLogMsg00.stderr (deleted)
-
verified/tst_psLogMsg00.stdout (deleted)
-
verified/tst_psLogMsg01.stderr (deleted)
-
verified/tst_psLogMsg01.stdout (deleted)
-
verified/tst_psLogMsg02.stderr (deleted)
-
verified/tst_psLogMsg03.stderr (deleted)
-
verified/tst_psLogMsg03.stdout (deleted)
-
verified/tst_psMemory.stderr (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/Makefile
r1421 r1694 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1.1 8$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 8-09 20:38:11$5 ## $Revision: 1.19 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-07 19:04:15 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 24 24 tst_psMemory \ 25 25 tst_psError \ 26 tst_psLogMsg00 \ 27 tst_psLogMsg01 \ 28 tst_psLogMsg02 \ 29 tst_psLogMsg03 \ 26 tst_psLogMsg \ 30 27 tst_psStringCopy \ 31 28 tst_psTrace00 \ -
trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
r1545 r1694 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|ps MemCheckCorru|Memory Corruption: memory block 1 is corrupted (buffer underflow)93 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Memory block 1 is corrupted; buffer underflow detected. 94 94 <DATE><TIME>|<HOST>|I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:<LINENO>). 95 95 … … 114 114 115 115 <DATE><TIME>|<HOST>|I| TPmultipleFree|Next should be an error about multiple freeing. 116 <DATE><TIME>|<HOST>|E| checkMemBlock|Memory Corruption: memory block 1 was freed but still used.117 <DATE><TIME>|<HOST>|E| memProblemCallb|Block 1 allocated at tst_psMemory.c:<LINENO> freed more than once at tst_psMemory.c:<LINENO>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 118 <DATE><TIME>|<HOST>|A|memProblemCallb|Detected a problem in the memory system at tst_psMemory.c:<LINENO> 119 119
Note:
See TracChangeset
for help on using the changeset viewer.
