IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 5:57:25 PM (19 years ago)
Author:
jhoblitt
Message:

disable unnecessary diag() calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psMemory.c

    r12507 r12513  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2007-03-20 02:35:53 $
     8*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2007-03-20 03:57:25 $
    1010*
    1111*  XXXX: Several tests fail with an Abort and are commented out.
     
    9292void TPCheckBufferPositive( void )
    9393{
    94     diag("TPCheckBufferPositive");
     94//    diag("TPCheckBufferPositive");
    9595
    9696    psS32 * mem;
     
    117117void TPFreeReferencedMemory( void )
    118118{
    119     diag("TPFreeReferencedMemory");
     119    // diag("TPFreeReferencedMemory");
    120120
    121121    // create memory
     
    160160void TPReallocOutOfMemory( void )
    161161{
    162     diag("TPReallocOutOfMemory");
     162    // diag("TPReallocOutOfMemory");
    163163
    164164    psS32 * mem[ 100 ];
     
    196196void TPOutOfMemory( void )
    197197{
    198     diag("TPOutOfMemory");
     198    // diag("TPOutOfMemory");
    199199
    200200    psS32 * mem[ 100 ];
     
    230230void TPrealloc( void )
    231231{
    232     diag("TPrealloc");
     232    // diag("TPrealloc");
    233233
    234234    psS32 * mem1;
     
    287287void TPallocCallback( void )
    288288{
    289     diag("TPallocCallback");
     289    // diag("TPallocCallback");
    290290
    291291    psS32 * mem1;
Note: See TracChangeset for help on using the changeset viewer.