IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2005, 12:49:39 PM (21 years ago)
Author:
desonia
Message:

general autoconf cleanup.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
         1DoxygenLog
        12bin
        23lib
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r2703 r3127  
    2121    Custom MemExhaustedCallback was invoked.
    2222<DATE><TIME>|<HOST>|A|p_psAlloc
    23     Failed to allocate <N> bytes at tst_psMemory.c:<LINENO>
     23    Failed to allocate <N> bytes at tst_psMemory.c:206
    2424
    2525---> TESTPOINT PASSED (psMemory{outOfMemory} | tst_psMemory.c)
     
    3636    Custom MemExhaustedCallback was invoked.
    3737<DATE><TIME>|<HOST>|A|p_psRealloc
    38     Failed to reallocate <N> bytes at tst_psMemory.c:<LINENO>
     38    Failed to reallocate <N> bytes at tst_psMemory.c:171
    3939
    4040---> TESTPOINT PASSED (psMemory{reallocOutOfMemory} | tst_psMemory.c)
     
    9191    following psMemCheckLeaks call should produce one instance.
    9292                   file:line ID
    93          tst_psMemory.c:<LINENO>  1
     93         tst_psMemory.c:356  1
    9494<DATE><TIME>|<HOST>|I|TPcheckLeaks
    9595    Testing psMemCheckLeaks again with a different leak location
     
    9797    following psMemCheckLeaks call should produce one error.
    9898                   file:line ID
    99          tst_psMemory.c:<LINENO>  11
     99         tst_psMemory.c:386  11
    100100<DATE><TIME>|<HOST>|I|TPcheckLeaks
    101101    Testing psMemCheckLeaks again with multiple leak locations.
     
    103103    following psMemCheckLeaks call should produce two errors.
    104104                   file:line ID
    105          tst_psMemory.c:<LINENO>  16
    106          tst_psMemory.c:<LINENO>  14
     105         tst_psMemory.c:414  16
     106         tst_psMemory.c:414  14
    107107
    108108---> TESTPOINT PASSED (psMemory{checkLeaks} | tst_psMemory.c)
     
    118118<DATE><TIME>|<HOST>|I|TPmemCorruption
    119119    psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    120 <DATE><TIME>|<HOST>|E|checkMemBlock (psMemory.c:<LINENO>)
     120<DATE><TIME>|<HOST>|E|checkMemBlock (FILE:LINENO)
    121121    Memory block 1 is corrupted; buffer underflow detected.
    122122<DATE><TIME>|<HOST>|I|memProblemCallback
    123     memory callback called for id 1 (psMemCheckCorruption:<LINENO>).
     123    memory callback called for id 1 (FILE:LINENO).
    124124
    125125---> TESTPOINT PASSED (psMemory{psMemCorruption} | tst_psMemory.c)
     
    147147    Next should abort due to multiple freeing.
    148148<DATE><TIME>|<HOST>|A|p_psFree
    149     Block 1, allocated at tst_psMemory.c:<LINENO>, freed multiple times at tst_psMemory.c:<LINENO>.
     149    Block 1, allocated at tst_psMemory.c:526, freed multiple times at tst_psMemory.c:531.
    150150
    151151---> TESTPOINT PASSED (psMemory{multipleFree} | tst_psMemory.c)
Note: See TracChangeset for help on using the changeset viewer.