IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1694


Ignore:
Timestamp:
Sep 7, 2004, 9:04:15 AM (22 years ago)
Author:
desonia
Message:

merged tst_psLogMsg0?.c with tst_psLogMsg.c

Location:
trunk/psLib/test/sysUtils
Files:
2 added
11 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/Makefile

    r1421 r1694  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.18 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-08-09 20:38:11 $
     5##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-07 19:04:15 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2424         tst_psMemory     \
    2525         tst_psError      \
    26          tst_psLogMsg00   \
    27          tst_psLogMsg01   \
    28          tst_psLogMsg02   \
    29          tst_psLogMsg03   \
     26         tst_psLogMsg     \
    3027         tst_psStringCopy \
    3128         tst_psTrace00    \
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r1545 r1694  
    9191<DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
    9292<DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    93 <DATE><TIME>|<HOST>|E|psMemCheckCorru|Memory Corruption: memory block 1 is corrupted (buffer underflow)
     93<DATE><TIME>|<HOST>|E|psLib.sysUtils.|Memory block 1 is corrupted; buffer underflow detected.
    9494<DATE><TIME>|<HOST>|I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:<LINENO>).
    9595
     
    114114
    115115<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>
    118118<DATE><TIME>|<HOST>|A|memProblemCallb|Detected a problem in the memory system at tst_psMemory.c:<LINENO>
    119119
Note: See TracChangeset for help on using the changeset viewer.