IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2004, 8:41:59 AM (22 years ago)
Author:
desonia
Message:

testpoint names changed (no longer have tracker number in them).

File:
1 edited

Legend:

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

    r1156 r1196  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psMemory.c                                             *
    3 *            TestPoint: psMemory{449-TPCheckBufferPositive}                        *
     3*            TestPoint: psMemory{checkBufferPositive}                              *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
     
    77 <DATE> <TIME> <HOST> |I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
    88
    9 ---> TESTPOINT PASSED (psMemory{449-TPCheckBufferPositive} | tst_psMemory.c)
     9---> TESTPOINT PASSED (psMemory{checkBufferPositive} | tst_psMemory.c)
    1010
    1111/***************************** TESTPOINT ******************************************\
    1212*             TestFile: tst_psMemory.c                                             *
    13 *            TestPoint: psMemory{450-TPOutOfMemory}                                *
     13*            TestPoint: psMemory{outOfMemory}                                      *
    1414*             TestType: Positive                                                   *
    1515\**********************************************************************************/
     
    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:207
     19 <DATE> <TIME> <HOST> |A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:208
    2020
    21 ---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c)
     21---> TESTPOINT PASSED (psMemory{outOfMemory} | tst_psMemory.c)
    2222
    2323/***************************** TESTPOINT ******************************************\
    2424*             TestFile: tst_psMemory.c                                             *
    25 *            TestPoint: psMemory{562-TPReallocOutOfMemory}                         *
     25*            TestPoint: psMemory{reallocOutOfMemory}                               *
    2626*             TestType: Positive                                                   *
    2727\**********************************************************************************/
    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:172
     30 <DATE> <TIME> <HOST> |A|    p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:173
    3131
    32 ---> TESTPOINT PASSED (psMemory{562-TPReallocOutOfMemory} | tst_psMemory.c)
     32---> TESTPOINT PASSED (psMemory{reallocOutOfMemory} | tst_psMemory.c)
    3333
    3434/***************************** TESTPOINT ******************************************\
    3535*             TestFile: tst_psMemory.c                                             *
    36 *            TestPoint: psMemory{451-TPrealloc}                                    *
     36*            TestPoint: psMemory{psRealloc}                                        *
    3737*             TestType: Positive                                                   *
    3838\**********************************************************************************/
     
    4242 <DATE> <TIME> <HOST> |I|      TPrealloc|Shrinking memory buffer.
    4343
    44 ---> TESTPOINT PASSED (psMemory{451-TPrealloc} | tst_psMemory.c)
     44---> TESTPOINT PASSED (psMemory{psRealloc} | tst_psMemory.c)
    4545
    4646/***************************** TESTPOINT ******************************************\
    4747*             TestFile: tst_psMemory.c                                             *
    48 *            TestPoint: psMemory{452/453-TPallocCallback}                          *
     48*            TestPoint: psMemory{allocCallback}                                    *
    4949*             TestType: Positive                                                   *
    5050\**********************************************************************************/
     
    5959 <DATE> <TIME> <HOST> |I|memFreeCallback|block 4 was freed
    6060
    61 ---> TESTPOINT PASSED (psMemory{452/453-TPallocCallback} | tst_psMemory.c)
     61---> TESTPOINT PASSED (psMemory{allocCallback} | tst_psMemory.c)
    6262
    6363/***************************** TESTPOINT ******************************************\
    6464*             TestFile: tst_psMemory.c                                             *
    65 *            TestPoint: psMemory{454-TPcheckLeaks}                                 *
     65*            TestPoint: psMemory{checkLeaks}                                       *
    6666*             TestType: Positive                                                   *
    6767\**********************************************************************************/
     
    7070 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
    7171                   file:line ID
    72          tst_psMemory.c:357  1
     72         tst_psMemory.c:358  1
    7373 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
    7474 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
    7575                   file:line ID
    76          tst_psMemory.c:387  11
     76         tst_psMemory.c:388  11
    7777 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
    7878 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
    7979                   file:line ID
    80          tst_psMemory.c:415  16
    81          tst_psMemory.c:415  14
     80         tst_psMemory.c:416  16
     81         tst_psMemory.c:416  14
    8282
    83 ---> TESTPOINT PASSED (psMemory{454-TPcheckLeaks} | tst_psMemory.c)
     83---> TESTPOINT PASSED (psMemory{checkLeaks} | tst_psMemory.c)
    8484
    8585/***************************** TESTPOINT ******************************************\
    8686*             TestFile: tst_psMemory.c                                             *
    87 *            TestPoint: psMemory{455-TPmemCorruption}                              *
     87*            TestPoint: psMemory{psMemCorruption}                                  *
    8888*             TestType: Positive                                                   *
    8989\**********************************************************************************/
     
    9494 <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:220).
    9595
    96 ---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c)
     96---> TESTPOINT PASSED (psMemory{psMemCorruption} | tst_psMemory.c)
    9797
    9898/***************************** TESTPOINT ******************************************\
    9999*             TestFile: tst_psMemory.c                                             *
    100 *            TestPoint: psMemory{456-TPFreeReferencedMemory}                       *
     100*            TestPoint: psMemory{freeReferencedMemory}                             *
    101101*             TestType: Positive                                                   *
    102102\**********************************************************************************/
     
    105105 <DATE> <TIME> <HOST> |I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
    106106
    107 ---> TESTPOINT PASSED (psMemory{456-TPFreeReferencedMemory} | tst_psMemory.c)
     107---> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c)
    108108
Note: See TracChangeset for help on using the changeset viewer.