IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 2:13:57 PM (22 years ago)
Author:
desonia
Message:

Changed testpoint header so that testpoints can be easily counted

File:
1 edited

Legend:

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

    r1030 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psMemory.c                                             |
    3 |            TestPoint: psMemory{449-TPCheckBufferPositive}                        |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psMemory.c                                             *
     3*            TestPoint: psMemory{449-TPCheckBufferPositive}                        *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77 <DATE> <TIME> <HOST> |I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
     
    99---> TESTPOINT PASSED (psMemory{449-TPCheckBufferPositive} | tst_psMemory.c)
    1010
    11 /----------------------------- TESTPOINT ------------------------------------------\
    12 |             TestFile: tst_psMemory.c                                             |
    13 |            TestPoint: psMemory{450-TPOutOfMemory}                                |
    14 |             TestType: Positive                                                   |
    15 \----------------------------------------------------------------------------------/
     11/***************************** TESTPOINT ******************************************\
     12*             TestFile: tst_psMemory.c                                             *
     13*            TestPoint: psMemory{450-TPOutOfMemory}                                *
     14*             TestType: Positive                                                   *
     15\**********************************************************************************/
    1616
    1717 <DATE> <TIME> <HOST> |I|  TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
     
    2121---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c)
    2222
    23 /----------------------------- TESTPOINT ------------------------------------------\
    24 |             TestFile: tst_psMemory.c                                             |
    25 |            TestPoint: psMemory{451-TPrealloc}                                    |
    26 |             TestType: Positive                                                   |
    27 \----------------------------------------------------------------------------------/
     23/***************************** TESTPOINT ******************************************\
     24*             TestFile: tst_psMemory.c                                             *
     25*            TestPoint: psMemory{451-TPrealloc}                                    *
     26*             TestType: Positive                                                   *
     27\**********************************************************************************/
    2828
    2929 <DATE> <TIME> <HOST> |I|      TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents
     
    3333---> TESTPOINT PASSED (psMemory{451-TPrealloc} | tst_psMemory.c)
    3434
    35 /----------------------------- TESTPOINT ------------------------------------------\
    36 |             TestFile: tst_psMemory.c                                             |
    37 |            TestPoint: psMemory{452/453-TPallocCallback}                          |
    38 |             TestType: Positive                                                   |
    39 \----------------------------------------------------------------------------------/
     35/***************************** TESTPOINT ******************************************\
     36*             TestFile: tst_psMemory.c                                             *
     37*            TestPoint: psMemory{452/453-TPallocCallback}                          *
     38*             TestType: Positive                                                   *
     39\**********************************************************************************/
    4040
    4141 <DATE> <TIME> <HOST> |I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
     
    5050---> TESTPOINT PASSED (psMemory{452/453-TPallocCallback} | tst_psMemory.c)
    5151
    52 /----------------------------- TESTPOINT ------------------------------------------\
    53 |             TestFile: tst_psMemory.c                                             |
    54 |            TestPoint: psMemory{454-TPcheckLeaks}                                 |
    55 |             TestType: Positive                                                   |
    56 \----------------------------------------------------------------------------------/
     52/***************************** TESTPOINT ******************************************\
     53*             TestFile: tst_psMemory.c                                             *
     54*            TestPoint: psMemory{454-TPcheckLeaks}                                 *
     55*             TestType: Positive                                                   *
     56\**********************************************************************************/
    5757
    5858 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
     
    7272---> TESTPOINT PASSED (psMemory{454-TPcheckLeaks} | tst_psMemory.c)
    7373
    74 /----------------------------- TESTPOINT ------------------------------------------\
    75 |             TestFile: tst_psMemory.c                                             |
    76 |            TestPoint: psMemory{455-TPmemCorruption}                              |
    77 |             TestType: Positive                                                   |
    78 \----------------------------------------------------------------------------------/
     74/***************************** TESTPOINT ******************************************\
     75*             TestFile: tst_psMemory.c                                             *
     76*            TestPoint: psMemory{455-TPmemCorruption}                              *
     77*             TestType: Positive                                                   *
     78\**********************************************************************************/
    7979
    8080 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
     
    8585---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c)
    8686
    87 /----------------------------- TESTPOINT ------------------------------------------\
    88 |             TestFile: tst_psMemory.c                                             |
    89 |            TestPoint: psMemory{456-TPFreeReferencedMemory}                       |
    90 |             TestType: Positive                                                   |
    91 \----------------------------------------------------------------------------------/
     87/***************************** TESTPOINT ******************************************\
     88*             TestFile: tst_psMemory.c                                             *
     89*            TestPoint: psMemory{456-TPFreeReferencedMemory}                       *
     90*             TestType: Positive                                                   *
     91\**********************************************************************************/
    9292
    9393 <DATE> <TIME> <HOST> |I|TPFreeReference|memory reference count shall be incrementable/decrementable
Note: See TracChangeset for help on using the changeset viewer.