IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r3599 r3682  
    2626#
    2727#  $Revison:  $  $Name: not supported by cvs2svn $
    28 #  $Date: 2005-03-31 23:37:09 $
     28#  $Date: 2005-04-07 20:27:41 $
    2929#
    3030#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    144144            s/v\d+.\d+.\d+/vX.X.X/g;
    145145
     146            if (m/TestPoint:\s*([^\*]+)/) {
     147                $testfile = $1;
     148            }
     149            if (m/^---> TESTPOINT\s(\S+)/) {
     150                print "\t$testfile- $1\n";
     151            }
     152
    146153            # Filter lines with malloc.  This is an artifact of memory testing
    147154            # with the Mac testbed
     
    177184            s/v\d+.\d+.\d+/vX.X.X/g;
    178185
     186            if (m/ TestPoint:\s*([^\*]+)/) {
     187                $testfile = $1;
     188            }
     189            if (m/^---> TESTPOINT\s(\S+)/) {
     190                print "\t$testfile- $1\n";
     191            }
     192
    179193            # Filter lines with malloc.  This is an artifact of memory testing
    180194            # with the Mac testbed
     195
    181196            if ( !m/\*\*\*\smalloc/ ) {
    182197                print MODFILE ($_);
Note: See TracChangeset for help on using the changeset viewer.