IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1729


Ignore:
Timestamp:
Sep 8, 2004, 11:04:27 AM (22 years ago)
Author:
desonia
Message:

changed the format of message log to print last portion of name if it
doesn't fit in the alloted space.

Location:
trunk/psLib/test
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/verified/tst_psMetadata_01.stderr

    r1623 r1729  
    1 <DATE><TIME>|<HOST>|E|psMetadataReadH|Null fileName not allowed
    2 <DATE><TIME>|<HOST>|E|psMetadataReadH|FITS error while opening file: missing.dat could not open the named file
    3 <DATE><TIME>|<HOST>|E|psMetadataReadH|Couldn't close FITS file. FITS error: NULL input pointer
    4 <DATE><TIME>|<HOST>|E|psMetadataReadH|Null extName and extNum = 0 not allowed
    5 <DATE><TIME>|<HOST>|E|psMetadataReadH|FITS error while locating header 22: tried to move past end of file
    6 <DATE><TIME>|<HOST>|E|psMetadataReadH|FITS error while locating header AARGH: illegal HDU number
     1<DATE><TIME>|<HOST>|E|+dataReadHeader|Null fileName not allowed
     2<DATE><TIME>|<HOST>|E|+dataReadHeader|FITS error while opening file: missing.dat could not open the named file
     3<DATE><TIME>|<HOST>|E|+dataReadHeader|Couldn't close FITS file. FITS error: NULL input pointer
     4<DATE><TIME>|<HOST>|E|+dataReadHeader|Null extName and extNum = 0 not allowed
     5<DATE><TIME>|<HOST>|E|+dataReadHeader|FITS error while locating header 22: tried to move past end of file
     6<DATE><TIME>|<HOST>|E|+dataReadHeader|FITS error while locating header AARGH: illegal HDU number
  • trunk/psLib/test/astronomy/verified/tst_psMetadata_02.stderr

    r1459 r1729  
    1 <DATE><TIME>|<HOST>|E|psMetadataItemA|Null value for name not allowed
    2 <DATE><TIME>|<HOST>|E|psMetadataItemA|Invalid psMetadataType: 6
    3 <DATE><TIME>|<HOST>|E|psMetadataAddIt|Null metadata collection not allowed
    4 <DATE><TIME>|<HOST>|E|psMetadataAddIt|Null metadata item not allowed
     1<DATE><TIME>|<HOST>|E|+dataItemAllocV|Null value for name not allowed
     2<DATE><TIME>|<HOST>|E|+dataItemAllocV|Invalid psMetadataType: 6
     3<DATE><TIME>|<HOST>|E|+etadataAddItem|Null metadata collection not allowed
     4<DATE><TIME>|<HOST>|E|+etadataAddItem|Null metadata item not allowed
  • trunk/psLib/test/astronomy/verified/tst_psMetadata_03.stderr

    r1417 r1729  
    1 <DATE><TIME>|<HOST>|E|psMetadataRemov|Null metadata collection not allowed
    2 <DATE><TIME>|<HOST>|E|psMetadataRemov|Couldn't find metadata item. Name: AARGH
    3 <DATE><TIME>|<HOST>|E|psMetadataRemov|Couldn't find metadata item in list. Index: 22
     1<DATE><TIME>|<HOST>|E|+MetadataRemove|Null metadata collection not allowed
     2<DATE><TIME>|<HOST>|E|+MetadataRemove|Couldn't find metadata item. Name: AARGH
     3<DATE><TIME>|<HOST>|E|+MetadataRemove|Couldn't find metadata item in list. Index: 22
  • trunk/psLib/test/astronomy/verified/tst_psMetadata_04.stderr

    r1655 r1729  
    1 <DATE><TIME>|<HOST>|E|psMetadataLooku|Null metadata collection not allowed
    2 <DATE><TIME>|<HOST>|E|psMetadataLooku|Null key name not allowed
     1<DATE><TIME>|<HOST>|E|+MetadataLookup|Null metadata collection not allowed
     2<DATE><TIME>|<HOST>|E|+MetadataLookup|Null key name not allowed
    33<DATE><TIME>|<HOST>|E|  psMetadataGet|Null metadata collection not allowed
    44<DATE><TIME>|<HOST>|E|  psMetadataGet|Couldn't find metadata item with given index. Index: 22
  • trunk/psLib/test/astronomy/verified/tst_psMetadata_05.stderr

    r1444 r1729  
    1 <DATE><TIME>|<HOST>|E|psMetadataSetIt|Null metadata collection not allowed
    2 <DATE><TIME>|<HOST>|E|psMetadataGetNe|Null metadata collection not allowed
    3 <DATE><TIME>|<HOST>|E|psMetadataGetPr|Null metadata collection not allowed
    4 <DATE><TIME>|<HOST>|E|psMetadataItemP|Null file descriptor not allowed
    5 <DATE><TIME>|<HOST>|E|psMetadataItemP|Null format not allowed
    6 <DATE><TIME>|<HOST>|E|psMetadataItemP|Null metadata not allowed
     1<DATE><TIME>|<HOST>|E|+ataSetIterator|Null metadata collection not allowed
     2<DATE><TIME>|<HOST>|E|+etadataGetNext|Null metadata collection not allowed
     3<DATE><TIME>|<HOST>|E|+ataGetPrevious|Null metadata collection not allowed
     4<DATE><TIME>|<HOST>|E|+adataItemPrint|Null file descriptor not allowed
     5<DATE><TIME>|<HOST>|E|+adataItemPrint|Null format not allowed
     6<DATE><TIME>|<HOST>|E|+adataItemPrint|Null metadata not allowed
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r1404 r1729  
    6868\**********************************************************************************/
    6969
    70 <DATE><TIME>|<HOST>|I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
    71 <DATE><TIME>|<HOST>|I|testListIterato|Following should error with 'Unexpected null pointer'
     70<DATE><TIME>|<HOST>|I|+stListIterator| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
     71<DATE><TIME>|<HOST>|I|+stListIterator|Following should error with 'Unexpected null pointer'
    7272<DATE><TIME>|<HOST>|E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:<LINENO>).
    73 <DATE><TIME>|<HOST>|I|testListIterato|Following should error with 'Can't move to an unknown position.'
     73<DATE><TIME>|<HOST>|I|+stListIterator|Following should error with 'Can't move to an unknown position.'
    7474<DATE><TIME>|<HOST>|E|listSetIterator|Can't move to an unknown position.  Not moving the iterator position.
    7575
  • trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr

    r1404 r1729  
    1 <DATE><TIME>|<HOST>|E|psMatrixTranspo|Invalid operation: Pointer to inImage is same as outImage.
    2 <DATE><TIME>|<HOST>|E|psMatrixTranspo|Invalid operation: inImage or its data is NULL.
    3 <DATE><TIME>|<HOST>|E|psMatrixTranspo|Invalid operation: inImage not PS_TYPE_F64.
    4 <DATE><TIME>|<HOST>|E|psMatrixTranspo|Invalid operation: inImage not square array.
    5 <DATE><TIME>|<HOST>|E|psMatrixTranspo|Invalid operation: outImage not PS_TYPE_F64.
    6 <DATE><TIME>|<HOST>|E|psMatrixTranspo|Invalid operation: outImage not square array.
     1<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: Pointer to inImage is same as outImage.
     2<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage or its data is NULL.
     3<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage not PS_TYPE_F64.
     4<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage not square array.
     5<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: outImage not PS_TYPE_F64.
     6<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: outImage not square array.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr

    r1404 r1729  
    1 <DATE><TIME>|<HOST>|E|psMatrixToVecto|Invalid operation: inImage or its data is NULL.
    2 <DATE><TIME>|<HOST>|E|psMatrixToVecto|Image does not have dim with 1 col or 1 row: (2 x 2).
    3 <DATE><TIME>|<HOST>|E|psVectorToMatri|Invalid operation: inVector or its data is NULL.
     1<DATE><TIME>|<HOST>|E|+MatrixToVector|Invalid operation: inImage or its data is NULL.
     2<DATE><TIME>|<HOST>|E|+MatrixToVector|Image does not have dim with 1 col or 1 row: (2 x 2).
     3<DATE><TIME>|<HOST>|E|+VectorToMatrix|Invalid operation: inVector or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psVectorFFT.stderr

    r1404 r1729  
    2323\**********************************************************************************/
    2424
    25 <DATE><TIME>|<HOST>|I|testVectorCompl|Following should be an error (type mismatch).
     25<DATE><TIME>|<HOST>|I|+tVectorComplex|Following should be an error (type mismatch).
    2626<DATE><TIME>|<HOST>|E|psVectorComplex|The inputs to psVectorComplex must be the same type.
    2727
  • trunk/psLib/test/image/verified/tst_psImageFFT.stderr

    r1404 r1729  
    2323\**********************************************************************************/
    2424
    25 <DATE><TIME>|<HOST>|I|testImageComple|Following should be an error (type mismatch).
     25<DATE><TIME>|<HOST>|I|+stImageComplex|Following should be an error (type mismatch).
    2626<DATE><TIME>|<HOST>|E| psImageComplex|The inputs to psImageComplex must be the same type.
    27 <DATE><TIME>|<HOST>|I|testImageComple|Following should be an error (size mismatch).
     27<DATE><TIME>|<HOST>|I|+stImageComplex|Following should be an error (size mismatch).
    2828<DATE><TIME>|<HOST>|E| psImageComplex|The inputs to psImageComplex must be the same dimensions.
    2929
  • trunk/psLib/test/image/verified/tst_psImageManip.stderr

    r1654 r1729  
    2727\**********************************************************************************/
    2828
    29 <DATE><TIME>|<HOST>|I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
     29<DATE><TIME>|<HOST>|I|+stImageClipNAN|psImageClipNaN shall modified pixel values of NaN with a specified value
    3030
    3131---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImageManip.c)
     
    3737\**********************************************************************************/
    3838
    39 <DATE><TIME>|<HOST>|I|testImageClipCo|psImageClipNaN shall modified pixel values of NaN with a specified value
    40 <DATE><TIME>|<HOST>|I|testImageClipCo|Testing clipping at 409.6+256i to 682.667+512i for psC32
    41 <DATE><TIME>|<HOST>|I|testImageClipCo|Testing clipping at 409.6+256i to 682.667+512i for psC64
    42 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    43 <DATE><TIME>|<HOST>|E|psImageClipComp|Can not perform clip on NULL image
    44 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    45 <DATE><TIME>|<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the real image space.
    46 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    47 <DATE><TIME>|<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the imaginary image space.
    48 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    49 <DATE><TIME>|<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the real image space.
    50 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    51 <DATE><TIME>|<HOST>|E|psImageClipComp|Specified vmin (-6.80565e+38+0i) is outside of image's psC32 pixel range
    52 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    53 <DATE><TIME>|<HOST>|E|psImageClipComp|Specified vmin (6.80565e+38+0i) is outside of image's psC32 pixel range
    54 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    55 <DATE><TIME>|<HOST>|E|psImageClipComp|Specified vmin (-0-6.80565e+38i) is outside of image's psC32 pixel range
    56 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    57 <DATE><TIME>|<HOST>|E|psImageClipComp|Specified vmin (0+6.80565e+38i) is outside of image's psC32 pixel range
    58 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    59 <DATE><TIME>|<HOST>|E|psImageClipComp|Specified vmax (-6.80565e+38+0i) is outside of image's psC32 pixel range
    60 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    61 <DATE><TIME>|<HOST>|E|psImageClipComp|Specified vmax (6.80565e+38+0i) is outside of image's psC32 pixel range
    62 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    63 <DATE><TIME>|<HOST>|E|psImageClipComp|Specified vmax (-0-6.80565e+38i) is outside of image's psC32 pixel range
    64 <DATE><TIME>|<HOST>|I|testImageClipCo|Following should be an error:
    65 <DATE><TIME>|<HOST>|E|psImageClipComp|Specified vmax (0+6.80565e+38i) is outside of image's psC32 pixel range
     39<DATE><TIME>|<HOST>|I|+pComplexRegion|psImageClipNaN shall modified pixel values of NaN with a specified value
     40<DATE><TIME>|<HOST>|I|+pComplexRegion|Testing clipping at 409.6+256i to 682.667+512i for psC32
     41<DATE><TIME>|<HOST>|I|+pComplexRegion|Testing clipping at 409.6+256i to 682.667+512i for psC64
     42<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     43<DATE><TIME>|<HOST>|E|+pComplexRegion|Can not perform clip on NULL image
     44<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     45<DATE><TIME>|<HOST>|E|+pComplexRegion|psImageClipComplexRegion can not be invoked with max < min in the real image space.
     46<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     47<DATE><TIME>|<HOST>|E|+pComplexRegion|psImageClipComplexRegion can not be invoked with max < min in the imaginary image space.
     48<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     49<DATE><TIME>|<HOST>|E|+pComplexRegion|psImageClipComplexRegion can not be invoked with max < min in the real image space.
     50<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     51<DATE><TIME>|<HOST>|E|+pComplexRegion|Specified vmin (-6.80565e+38+0i) is outside of image's psC32 pixel range
     52<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     53<DATE><TIME>|<HOST>|E|+pComplexRegion|Specified vmin (6.80565e+38+0i) is outside of image's psC32 pixel range
     54<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     55<DATE><TIME>|<HOST>|E|+pComplexRegion|Specified vmin (-0-6.80565e+38i) is outside of image's psC32 pixel range
     56<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     57<DATE><TIME>|<HOST>|E|+pComplexRegion|Specified vmin (0+6.80565e+38i) is outside of image's psC32 pixel range
     58<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     59<DATE><TIME>|<HOST>|E|+pComplexRegion|Specified vmax (-6.80565e+38+0i) is outside of image's psC32 pixel range
     60<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     61<DATE><TIME>|<HOST>|E|+pComplexRegion|Specified vmax (6.80565e+38+0i) is outside of image's psC32 pixel range
     62<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     63<DATE><TIME>|<HOST>|E|+pComplexRegion|Specified vmax (-0-6.80565e+38i) is outside of image's psC32 pixel range
     64<DATE><TIME>|<HOST>|I|+pComplexRegion|Following should be an error:
     65<DATE><TIME>|<HOST>|E|+pComplexRegion|Specified vmax (0+6.80565e+38i) is outside of image's psC32 pixel range
    6666
    6767---> TESTPOINT PASSED (psImage{psImageClipComplexRegion} | tst_psImageManip.c)
     
    7373\**********************************************************************************/
    7474
    75 <DATE><TIME>|<HOST>|I|testImageOverla|Following should error as overlay isn't within image boundaries
    76 <DATE><TIME>|<HOST>|E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
    77 <DATE><TIME>|<HOST>|I|testImageOverla|Following should error as overlay is NULL
    78 <DATE><TIME>|<HOST>|E|psImageOverlayS|one of the input images was NULL.
    79 <DATE><TIME>|<HOST>|I|testImageOverla|Following should error as image input is NULL
    80 <DATE><TIME>|<HOST>|E|psImageOverlayS|one of the input images was NULL.
     75<DATE><TIME>|<HOST>|I|+stImageOverlay|Following should error as overlay isn't within image boundaries
     76<DATE><TIME>|<HOST>|E|+OverlaySection|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
     77<DATE><TIME>|<HOST>|I|+stImageOverlay|Following should error as overlay is NULL
     78<DATE><TIME>|<HOST>|E|+OverlaySection|one of the input images was NULL.
     79<DATE><TIME>|<HOST>|I|+stImageOverlay|Following should error as image input is NULL
     80<DATE><TIME>|<HOST>|E|+OverlaySection|one of the input images was NULL.
    8181
    8282---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImageManip.c)
     
    130130\**********************************************************************************/
    131131
    132 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 0,0.
    133 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 0,16.
    134 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 0,-16.
    135 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 32,0.
    136 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of -32,0.
    137 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 32,16.
    138 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 32,-16.
    139 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of -32,16.
    140 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of -32,-16.
    141 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 0,16.4.
    142 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 0,-16.4.
    143 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 32.7,0.
    144 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of -32.7,0.
    145 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 32.6,16.2.
    146 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of 32.6,-16.2.
    147 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of -32.6,16.2.
    148 <DATE><TIME>|<HOST>|I|testImageShiftC|Testing psImageShift with a 64x128 image for a shift of -32.6,-16.2.
     132<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 0,0.
     133<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 0,16.
     134<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 0,-16.
     135<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 32,0.
     136<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of -32,0.
     137<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 32,16.
     138<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 32,-16.
     139<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of -32,16.
     140<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of -32,-16.
     141<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 0,16.4.
     142<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 0,-16.4.
     143<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 32.7,0.
     144<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of -32.7,0.
     145<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 32.6,16.2.
     146<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of 32.6,-16.2.
     147<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of -32.6,16.2.
     148<DATE><TIME>|<HOST>|I|+ImageShiftCase|Testing psImageShift with a 64x128 image for a shift of -32.6,-16.2.
    149149<DATE><TIME>|<HOST>|I| testImageShift|Following should be an error...
    150150<DATE><TIME>|<HOST>|E|   psImageShift|Input image can not be NULL.
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg.stderr

    r1694 r1729  
    9797
    9898<DATE><TIME>|<HOST>|A| Under 15 chars|Hello World!
    99 <DATE><TIME>|<HOST>|A|This string is |Hello World!
     99<DATE><TIME>|<HOST>|A|+ than 15 chars|Hello World!
    100100<DATE><TIME>|<HOST>|A|   testLogMsg04|Line #1
    101101<DATE><TIME>|<HOST>|A|   testLogMsg04|Line #2
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r1714 r1729  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
     7<DATE><TIME>|<HOST>|I|+BufferPositive|psAlloc shall allocate memory blocks writeable by caller.
    88
    99---> TESTPOINT PASSED (psMemory{checkBufferPositive} | tst_psMemory.c)
     
    1616
    1717<DATE><TIME>|<HOST>|I|  TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
    18 <DATE><TIME>|<HOST>|I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.
     18<DATE><TIME>|<HOST>|I|+austedCallback|Custom MemExhaustedCallback was invoked.
    1919<DATE><TIME>|<HOST>|A|      p_psAlloc|Failed to allocate <N> bytes at tst_psMemory.c:<LINENO>
    2020
     
    2727\**********************************************************************************/
    2828
    29 <DATE><TIME>|<HOST>|I|TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
     29<DATE><TIME>|<HOST>|I|+locOutOfMemory|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
    3030<DATE><TIME>|<HOST>|A|    p_psRealloc|Failed to reallocate <N> bytes at tst_psMemory.c:<LINENO>
    3131
     
    5151
    5252<DATE><TIME>|<HOST>|I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
    53 <DATE><TIME>|<HOST>|I|memAllocateCall|block 2 was (re)allocated
    54 <DATE><TIME>|<HOST>|I|memAllocateCall|block 3 was (re)allocated
     53<DATE><TIME>|<HOST>|I|+locateCallback|block 2 was (re)allocated
     54<DATE><TIME>|<HOST>|I|+locateCallback|block 3 was (re)allocated
    5555<DATE><TIME>|<HOST>|I|memFreeCallback|block 2 was freed
    5656<DATE><TIME>|<HOST>|I|memFreeCallback|block 3 was freed
    57 <DATE><TIME>|<HOST>|I|memAllocateCall|block 4 was (re)allocated
    58 <DATE><TIME>|<HOST>|I|memAllocateCall|block 4 was (re)allocated
     57<DATE><TIME>|<HOST>|I|+locateCallback|block 4 was (re)allocated
     58<DATE><TIME>|<HOST>|I|+locateCallback|block 4 was (re)allocated
    5959<DATE><TIME>|<HOST>|I|memFreeCallback|block 4 was freed
    6060
     
    9191<DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
    9292<DATE><TIME>|<HOST>|I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    93 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Memory block 1 is corrupted; buffer underflow detected.
    94 <DATE><TIME>|<HOST>|I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:<LINENO>).
     93<DATE><TIME>|<HOST>|E|+scheckMemBlock|Memory block 1 is corrupted; buffer underflow detected.
     94<DATE><TIME>|<HOST>|I|+roblemCallback|memory callback called for id 1 (psMemCheckCorruption:<LINENO>).
    9595
    9696---> TESTPOINT PASSED (psMemory{psMemCorruption} | tst_psMemory.c)
     
    102102\**********************************************************************************/
    103103
    104 <DATE><TIME>|<HOST>|I|TPFreeReference|memory reference count shall be incrementable/decrementable
    105 <DATE><TIME>|<HOST>|I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
     104<DATE><TIME>|<HOST>|I|+ferencedMemory|memory reference count shall be incrementable/decrementable
     105<DATE><TIME>|<HOST>|I|+ferencedMemory|psFree shall be just decrement a multiple refererenced pointer.
    106106
    107107---> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c)
     
    114114
    115115<DATE><TIME>|<HOST>|I| TPmultipleFree|Next should be an error about multiple freeing.
    116 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Memory block 1 was freed but still used.
    117 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Block 1 allocated at tst_psMemory.c:<LINENO> freed more than once at tst_psMemory.c:<LINENO>.
    118 <DATE><TIME>|<HOST>|A|memProblemCallb|Detected a problem in the memory system at tst_psMemory.c:<LINENO>
     116<DATE><TIME>|<HOST>|E|+sysUtilspsFree|Block 1, allocated at tst_psMemory.c:<LINENO>, freed multiple times at tst_psMemory.c:<LINENO>.
    119117
    120118---> TESTPOINT PASSED (psMemory{multipleFree} | tst_psMemory.c)
  • trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr

    r1717 r1729  
    5050\**********************************************************************************/
    5151
    52 <DATE><TIME>|<HOST>|E|psLib.sysUtils.|Can not copy a negative number of characters (-5).
     52<DATE><TIME>|<HOST>|E|+spsStringNCopy|Can not copy a negative number of characters (-5).
    5353
    5454---> TESTPOINT PASSED (psString{Copy string with negative size} | tst_psStringCopy.c)
Note: See TracChangeset for help on using the changeset viewer.