IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2004, 4:27:02 PM (22 years ago)
Author:
desonia
Message:

fixed the problem of SIZE_MAX being system dependent by filtering it
out during the verification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r1404 r1545  
    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:<LINENO>
     19<DATE><TIME>|<HOST>|A|      p_psAlloc|Failed to allocate <N> bytes at tst_psMemory.c:<LINENO>
    2020
    2121---> TESTPOINT PASSED (psMemory{outOfMemory} | tst_psMemory.c)
     
    2828
    2929<DATE><TIME>|<HOST>|I|TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
    30 <DATE><TIME>|<HOST>|A|    p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:<LINENO>
     30<DATE><TIME>|<HOST>|A|    p_psRealloc|Failed to reallocate <N> bytes at tst_psMemory.c:<LINENO>
    3131
    3232---> TESTPOINT PASSED (psMemory{reallocOutOfMemory} | tst_psMemory.c)
Note: See TracChangeset for help on using the changeset viewer.