IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 11:36:32 AM (22 years ago)
Author:
desonia
Message:

source file changed, so line numbers in output changed.

Location:
trunk/psLib/test/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psMemory.c

    r1029 r1030  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-14 21:22:09 $
     8 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-06-14 21:36:24 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5959
    6060    if (! runTestSuite(stderr,"psMemory",tests)) {
    61         psAbort(__FILE__,"One or more tests failed");
     61        psError(__FILE__,"One or more tests failed");
     62        return 1;
    6263    }
    6364    return 0;
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r1018 r1030  
    1717 <DATE> <TIME> <HOST> |I|  TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
    1818 <DATE> <TIME> <HOST> |I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.
    19  <DATE> <TIME> <HOST> |A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:163
     19 <DATE> <TIME> <HOST> |A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:164
    2020
    2121---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c)
     
    5959 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
    6060                   file:line ID
    61          tst_psMemory.c:313  1
     61         tst_psMemory.c:314  1
    6262 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
    6363 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
    6464                   file:line ID
    65          tst_psMemory.c:343  11
     65         tst_psMemory.c:344  11
    6666 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
    6767 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
    6868                   file:line ID
    69          tst_psMemory.c:371  16
    70          tst_psMemory.c:371  14
     69         tst_psMemory.c:372  16
     70         tst_psMemory.c:372  14
    7171
    7272---> TESTPOINT PASSED (psMemory{454-TPcheckLeaks} | tst_psMemory.c)
Note: See TracChangeset for help on using the changeset viewer.