IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1018


Ignore:
Timestamp:
Jun 12, 2004, 12:25:56 PM (22 years ago)
Author:
desonia
Message:

adjustments made due to change in the logging message style.

Location:
trunk/psLib/test
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/verified/tst_psBitSet_01.stderr

    r990 r1018  
    1  <DATE> <TIME> <HOST> |E|psBitSetTest   | : Line 140 - Bit position too small: -4
    2  <DATE> <TIME> <HOST> |E|psBitSetTest   | : Line 143 - Bit position too large: 200
    3  <DATE> <TIME> <HOST> |E|psBitSetTest   | : Line 137 - Null psBitSet for inBitSet argument
    4  <DATE> <TIME> <HOST> |E|psBitSetSet    | : Line 118 - Bit position too small: -4
    5  <DATE> <TIME> <HOST> |E|psBitSetSet    | : Line 121 - Bit position too large: 200
    6  <DATE> <TIME> <HOST> |E|psBitSetSet    | : Line 115 - Null psBitSet for inBitSet argument
     1 <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 140 - Bit position too small: -4
     2 <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 143 - Bit position too large: 200
     3 <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 137 - Null psBitSet for inBitSet argument
     4 <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 118 - Bit position too small: -4
     5 <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 121 - Bit position too large: 200
     6 <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 115 - Null psBitSet for inBitSet argument
  • trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr

    r992 r1018  
    1  <DATE> <TIME> <HOST> |E|psBitSetOp     | : Line 187 - psBitSet sizes not the same
     1 <DATE> <TIME> <HOST> |E|     psBitSetOp| : Line 187 - psBitSet sizes not the same
  • trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr

    r992 r1018  
    1  <DATE> <TIME> <HOST> |E|psBitSetOp     | : Line 214 - Invalid psBitMask binary operation: ZZXOR
    2  <DATE> <TIME> <HOST> |E|psBitSetAlloc  | : Line 84 - Allocation size must be > 0: size = -4
    3  <DATE> <TIME> <HOST> |E|psBitSetFree   | : Line 103 - Null psBitSet for inBitSet argument
     1 <DATE> <TIME> <HOST> |E|     psBitSetOp| : Line 214 - Invalid psBitMask binary operation: ZZXOR
     2 <DATE> <TIME> <HOST> |E|  psBitSetAlloc| : Line 84 - Allocation size must be > 0: size = -4
     3 <DATE> <TIME> <HOST> |E|   psBitSetFree| : Line 103 - Null psBitSet for inBitSet argument
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r1004 r1018  
    55\----------------------------------------------------------------------------------/
    66
    7  <DATE> <TIME> <HOST> |I|testListAlloc  |psListAlloc shall create a psList with either 0 or 1 element.
     7 <DATE> <TIME> <HOST> |I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
    88
    99---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c)
     
    1515\----------------------------------------------------------------------------------/
    1616
    17  <DATE> <TIME> <HOST> |I|testListAdd    |psListAdd shall add an element to list
    18  <DATE> <TIME> <HOST> |I|testListAdd    |Following should warn with invalid insert location
    19  <DATE> <TIME> <HOST> |W|psListAdd      |The given insert location (-10) for psListAdd is invalid. Adding to head instead.
    20  <DATE> <TIME> <HOST> |I|testListAdd    |Following should be a warning.
    21  <DATE> <TIME> <HOST> |W|psListAdd      |Invalid index 9 (only 7 elements in psList); assuming tail.
     17 <DATE> <TIME> <HOST> |I|    testListAdd|psListAdd shall add an element to list
     18 <DATE> <TIME> <HOST> |I|    testListAdd|Following should warn with invalid insert location
     19 <DATE> <TIME> <HOST> |W|      psListAdd|The given insert location (-10) for psListAdd is invalid. Adding to head instead.
     20 <DATE> <TIME> <HOST> |I|    testListAdd|Following should be a warning.
     21 <DATE> <TIME> <HOST> |W|      psListAdd|Invalid index 9 (only 7 elements in psList); assuming tail.
    2222
    2323---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c)
     
    2929\----------------------------------------------------------------------------------/
    3030
    31  <DATE> <TIME> <HOST> |I|testListGet    |Following should be an error
    32  <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:264).
     31 <DATE> <TIME> <HOST> |I|    testListGet|Following should be an error
     32 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:263).
    3333
    3434---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c)
     
    4040\----------------------------------------------------------------------------------/
    4141
    42  <DATE> <TIME> <HOST> |I|testListRemove |Following should be an error
    43  <DATE> <TIME> <HOST> |E|psListRemove   |list parameter found to be NULL in psListRemove
    44  <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
    45  <DATE> <TIME> <HOST> |E|psListRemove   |Couldn't position to given index (-4) to remove element from list.
    46  <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
    47  <DATE> <TIME> <HOST> |E|psListRemove   |Couldn't position to given index (-2) to remove element from list.
    48  <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
    49  <DATE> <TIME> <HOST> |E|psListRemove   |Failed to find 0x0 on psList 0x6d9190 in psListRemove.
    50  <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
    51  <DATE> <TIME> <HOST> |E|psListRemove   |Failed to find 0x6d9aa0 on psList 0x6d9190 in psListRemove.
     42 <DATE> <TIME> <HOST> |I| testListRemove|Following should be an error
     43 <DATE> <TIME> <HOST> |E|   psListRemove|list parameter found to be NULL in psListRemove
     44 <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
     45 <DATE> <TIME> <HOST> |E|   psListRemove|Couldn't position to given index (-4) to remove element from list.
     46 <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
     47 <DATE> <TIME> <HOST> |E|   psListRemove|Couldn't position to given index (-2) to remove element from list.
     48 <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
     49 <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find 0x0 on psList 0x6d9190 in psListRemove.
     50 <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
     51 <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find 0x6d9aa0 on psList 0x6d9190 in psListRemove.
    5252
    5353---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c)
     
    6868\----------------------------------------------------------------------------------/
    6969
    70  <DATE> <TIME> <HOST> |I|testListIterator| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
    71  <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Unexpected null pointer'
    72  <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:264).
    73  <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Can't move to an unknown position.'
     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'
     72 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:263).
     73 <DATE> <TIME> <HOST> |I|testListIterato|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/collections/verified/tst_psSort_03.stderr

    r805 r1018  
    1  <DATE> <TIME> <HOST> |E|psSort         | : Line 136 - Input and output vector sizes are not equal: in=5 out=6
     1 <DATE> <TIME> <HOST> |E|         psSort| : Line 136 - Input and output vector sizes are not equal: in=5 out=6
  • trunk/psLib/test/collections/verified/tst_psSort_04.stderr

    r988 r1018  
    1  <DATE> <TIME> <HOST> |E|psSort         | : Line 118 - Null input vector
     1 <DATE> <TIME> <HOST> |E|         psSort| : Line 118 - Null input vector
  • trunk/psLib/test/collections/verified/tst_psVector_01.stderr

    r968 r1018  
    1  <DATE> <TIME> <HOST> |E|psVectorAlloc  |Invalid value for nalloc. nalloc: 0
     1 <DATE> <TIME> <HOST> |E|  psVectorAlloc|Invalid value for nalloc. nalloc: 0
    22 <DATE> <TIME> <HOST> |E|psVectorRealloc|Null input vector
  • trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr

    r804 r1018  
    1  <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: Pointer to inImage is same as outImage.
    2  <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: inImage or its data is NULL.
    3  <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: inImage not PS_TYPE_F64.
    4  <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: inImage not square array.
    5  <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: outImage not PS_TYPE_F64.
    6  <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: outImage not square array.
     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.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr

    r872 r1018  
    1  <DATE> <TIME> <HOST> |E|psMatrixLUD    |Invalid operation: inImage or its data is NULL.
     1 <DATE> <TIME> <HOST> |E|    psMatrixLUD|Invalid operation: inImage or its data is NULL.
    22 <DATE> <TIME> <HOST> |E|psMatrixLUSolve|Invalid operation: inVector or its data is NULL.
    33 <DATE> <TIME> <HOST> |E|psMatrixLUSolve|Invalid operation: inImage or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr

    r898 r1018  
    1  <DATE> <TIME> <HOST> |E|psMatrixInvert |Invalid operation: inImage or its data is NULL.
    2  <DATE> <TIME> <HOST> |E|psMatrixInvert |Invalid operation: determinant argument is NULL.
     1 <DATE> <TIME> <HOST> |E| psMatrixInvert|Invalid operation: inImage or its data is NULL.
     2 <DATE> <TIME> <HOST> |E| psMatrixInvert|Invalid operation: determinant argument is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr

    r908 r1018  
    1  <DATE> <TIME> <HOST> |E|psMatrixToVector|Invalid operation: inImage or its data is NULL.
    2  <DATE> <TIME> <HOST> |E|psMatrixToVector|Image does not have dim with 1 col or 1 row: (2 x 2).
    3  <DATE> <TIME> <HOST> |E|psVectorToMatrix|Invalid operation: inVector or its data is NULL.
     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.
  • trunk/psLib/test/image/verified/tst_psImage.stderr

    r984 r1018  
    1  <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as overlay isn't within image boundaries
    2  <DATE> <TIME> <HOST> |E|psImageOverlaySection|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
    3  <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as overlay is NULL
    4  <DATE> <TIME> <HOST> |E|psImageOverlaySection|one of the input images was NULL.
    5  <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as image input is NULL
    6  <DATE> <TIME> <HOST> |E|psImageOverlaySection|one of the input images was NULL.
     1 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries
     2 <DATE> <TIME> <HOST> |E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
     3 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay is NULL
     4 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
     5 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL
     6 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
    77/----------------------------- TESTPOINT ------------------------------------------\
    88|             TestFile: tst_psImage.c                                              |
     
    1111\----------------------------------------------------------------------------------/
    1212
    13  <DATE> <TIME> <HOST> |I|testImageAlloc |#546 - psImageAlloc shall allocate memory for a psImage structure
    14  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 101h
    15  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    16  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 102h
    17  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    18  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 104h
    19  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    20  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 108h
    21  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    22  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 301h
    23  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    24  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 302h
    25  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    26  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 304h
    27  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    28  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 308h
    29  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    30  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 404h
    31  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    32  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 408h
    33  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    34  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 808h
    35  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
    36  <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 810h
    37  <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
     13 <DATE> <TIME> <HOST> |I| testImageAlloc|#546 - psImageAlloc shall allocate memory for a psImage structure
     14 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 101h
     15 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     16 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 102h
     17 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     18 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 104h
     19 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     20 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 108h
     21 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     22 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 301h
     23 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     24 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 302h
     25 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     26 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 304h
     27 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     28 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 308h
     29 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     30 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 404h
     31 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     32 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 408h
     33 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     34 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 808h
     35 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     36 <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 810h
     37 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    3838
    3939---> TESTPOINT PASSED (psImage{546/548-testImageAlloc/Free} | tst_psImage.c)
     
    6161 <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameter image is null. Also verified the input psImage structure is not modified.
    6262 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    63  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because input image or its pixel buffer is NULL.
     63 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because input image or its pixel buffer is NULL.
    6464 <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure pointer is null and program  execution doesn't stop, if the input parameters nrow and/or ncol are zero. Also verify input psImage structure is not modified.
    6565 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    66  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because number of rows or columns are zero (64x0).
     66 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because number of rows or columns are zero (64x0).
    6767 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    68  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because number of rows or columns are zero (0x128).
     68 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because number of rows or columns are zero (0x128).
    6969 <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameters row0 and col0 are not within the range of values of psImage structure image.
    7070 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    71  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because col0,row0 (128,0) is not a valid pixel location.
     71 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (128,0) is not a valid pixel location.
    7272 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    73  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because col0,row0 (0,256) is not a valid pixel location.
     73 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (0,256) is not a valid pixel location.
    7474 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    75  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because col0,row0 (-1,0) is not a valid pixel location.
     75 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (-1,0) is not a valid pixel location.
    7676 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    77  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because col0,row0 (0,-1) is not a valid pixel location.
     77 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (0,-1) is not a valid pixel location.
    7878 <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure pointer is null and program execution doesn't stop if the input parameters nrow, ncol, row0 and col0 specify a range of data not within the input psImage structure image.  Also verify the input psImage structure is not modified.
    7979 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    80  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image outside of image boundaries (size=128x256, subset=[64:128,0:128]).
     80 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,0:128]).
    8181 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    82  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image outside of image boundaries (size=128x256, subset=[0:64,128:256]).
     82 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[0:64,128:256]).
    8383 <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    84  <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image outside of image boundaries (size=128x256, subset=[64:128,128:256]).
     84 <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,128:256]).
    8585 <DATE> <TIME> <HOST> |I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure
    8686
     
    9393\----------------------------------------------------------------------------------/
    9494
    95  <DATE> <TIME> <HOST> |I|testImageCopy  |An error should follow...
    96  <DATE> <TIME> <HOST> |E|psImageCopy    |Can not copy image because input image or its pixel buffer is NULL.
     95 <DATE> <TIME> <HOST> |I|  testImageCopy|An error should follow...
     96 <DATE> <TIME> <HOST> |E|    psImageCopy|Can not copy image because input image or its pixel buffer is NULL.
    9797
    9898---> TESTPOINT PASSED (psImage{551-testImageCopy} | tst_psImage.c)
     
    104104\----------------------------------------------------------------------------------/
    105105
    106  <DATE> <TIME> <HOST> |I|testImageClip  |psImageClip shall limit the minimum and maximum data value within a psImage structure
    107  <DATE> <TIME> <HOST> |I|testImageClip  |Following should be an error (max<min)
    108  <DATE> <TIME> <HOST> |E|psImageClip    |psImageClip can not be invoked with max < min.
     106 <DATE> <TIME> <HOST> |I|  testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure
     107 <DATE> <TIME> <HOST> |I|  testImageClip|Following should be an error (max<min)
     108 <DATE> <TIME> <HOST> |E|    psImageClip|psImageClip can not be invoked with max < min.
    109109
    110110---> TESTPOINT PASSED (psImage{571-testImageClip} | tst_psImage.c)
     
    116116\----------------------------------------------------------------------------------/
    117117
    118  <DATE> <TIME> <HOST> |I|testImageClipNAN|psImageClipNaN shall modified pixel values of NaN with a specified value
     118 <DATE> <TIME> <HOST> |I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
    119119
    120120---> TESTPOINT PASSED (psImage{572-testImageClipNAN} | tst_psImage.c)
     
    126126\----------------------------------------------------------------------------------/
    127127
    128  <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as overlay isn't within image boundaries
    129  <DATE> <TIME> <HOST> |E|psImageOverlaySection|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
    130  <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as overlay is NULL
    131  <DATE> <TIME> <HOST> |E|psImageOverlaySection|one of the input images was NULL.
    132  <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as image input is NULL
    133  <DATE> <TIME> <HOST> |E|psImageOverlaySection|one of the input images was NULL.
     128 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries
     129 <DATE> <TIME> <HOST> |E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
     130 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay is NULL
     131 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
     132 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL
     133 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
    134134
    135135---> TESTPOINT PASSED (psImage{573-testImageOverlay} | tst_psImage.c)
  • trunk/psLib/test/image/verified/tst_psImageIO.stderr

    r1002 r1018  
    1  <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as file doesn't exist.
    2  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not open file 'foobar.fits'. (could not open the named file)
    3  <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as filename is NULL.
    4  <DATE> <TIME> <HOST> |E|psImageReadSection|Must specify filename; it can not be NULL.
    5  <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extnum is invalid.
    6  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
    7  <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extname is invalid.
    8  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
     1 <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as file doesn't exist.
     2 <DATE> <TIME> <HOST> |E|psImageReadSect|Could not open file 'foobar.fits'. (could not open the named file)
     3 <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as filename is NULL.
     4 <DATE> <TIME> <HOST> |E|psImageReadSect|Must specify filename; it can not be NULL.
     5 <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as extnum is invalid.
     6 <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
     7 <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as extname is invalid.
     8 <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
    99/----------------------------- TESTPOINT ------------------------------------------\
    1010|             TestFile: tst_psImageIO.c                                            |
     
    1313\----------------------------------------------------------------------------------/
    1414
    15  <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as file doesn't exist.
    16  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not open file 'foobar.fits'. (could not open the named file)
    17  <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as filename is NULL.
    18  <DATE> <TIME> <HOST> |E|psImageReadSection|Must specify filename; it can not be NULL.
    19  <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extnum is invalid.
    20  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
    21  <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extname is invalid.
    22  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
     15 <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as file doesn't exist.
     16 <DATE> <TIME> <HOST> |E|psImageReadSect|Could not open file 'foobar.fits'. (could not open the named file)
     17 <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as filename is NULL.
     18 <DATE> <TIME> <HOST> |E|psImageReadSect|Must specify filename; it can not be NULL.
     19 <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as extnum is invalid.
     20 <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
     21 <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as extname is invalid.
     22 <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
    2323
    2424---> TESTPOINT PASSED (psImage{567-testImageRead} | tst_psImageIO.c)
  • trunk/psLib/test/image/verified/tst_psImageStats00.stdout

    r904 r1018  
    222222Bin number 2 bounds: (6.400000 - 9.600000) data (27)
    223223Bin number 3 bounds: (9.600000 - 12.800000) data (36)
    224 Bin number 4 bounds: (12.800000 - 16.000000) data (62)
    225 Bin number 5 bounds: (16.000000 - 19.200001) data (57)
     224Bin number 4 bounds: (12.800000 - 16.000000) data (45)
     225Bin number 5 bounds: (16.000000 - 19.200001) data (74)
    226226Bin number 6 bounds: (19.200001 - 22.400000) data (66)
    227227Bin number 7 bounds: (22.400000 - 25.600000) data (75)
    228228Bin number 8 bounds: (25.600000 - 28.800001) data (84)
    229 Bin number 9 bounds: (28.800001 - 32.000000) data (124)
    230 Bin number 10 bounds: (32.000000 - 35.200001) data (87)
     229Bin number 9 bounds: (28.800001 - 32.000000) data (93)
     230Bin number 10 bounds: (32.000000 - 35.200001) data (118)
    231231Bin number 11 bounds: (35.200001 - 38.400002) data (78)
    232232Bin number 12 bounds: (38.400002 - 41.600002) data (69)
    233233Bin number 13 bounds: (41.600002 - 44.799999) data (60)
    234 Bin number 14 bounds: (44.799999 - 48.000000) data (66)
    235 Bin number 15 bounds: (48.000000 - 51.200001) data (39)
     234Bin number 14 bounds: (44.799999 - 48.000000) data (51)
     235Bin number 15 bounds: (48.000000 - 51.200001) data (54)
    236236Bin number 16 bounds: (51.200001 - 54.400002) data (30)
    237237Bin number 17 bounds: (54.400002 - 57.600002) data (21)
     
    251251Bin number 2 bounds: (6.400000 - 9.600000) data (27)
    252252Bin number 3 bounds: (9.600000 - 12.800000) data (36)
    253 Bin number 4 bounds: (12.800000 - 16.000000) data (62)
    254 Bin number 5 bounds: (16.000000 - 19.200001) data (57)
     253Bin number 4 bounds: (12.800000 - 16.000000) data (45)
     254Bin number 5 bounds: (16.000000 - 19.200001) data (74)
    255255Bin number 6 bounds: (19.200001 - 22.400000) data (66)
    256256Bin number 7 bounds: (22.400000 - 25.600000) data (75)
    257257Bin number 8 bounds: (25.600000 - 28.800001) data (84)
    258 Bin number 9 bounds: (28.800001 - 32.000000) data (124)
    259 Bin number 10 bounds: (32.000000 - 35.200001) data (84)
     258Bin number 9 bounds: (28.800001 - 32.000000) data (93)
     259Bin number 10 bounds: (32.000000 - 35.200001) data (115)
    260260Bin number 11 bounds: (35.200001 - 38.400002) data (66)
    261261Bin number 12 bounds: (38.400002 - 41.600002) data (48)
     
    292292Bin number 2 bounds: (9.600000 - 14.400001) data (65)
    293293Bin number 3 bounds: (14.400001 - 19.200001) data (90)
    294 Bin number 4 bounds: (19.200001 - 24.000000) data (115)
    295 Bin number 5 bounds: (24.000000 - 28.800001) data (110)
     294Bin number 4 bounds: (19.200001 - 24.000000) data (90)
     295Bin number 5 bounds: (24.000000 - 28.800001) data (135)
    296296Bin number 6 bounds: (28.800001 - 33.600002) data (157)
    297297Bin number 7 bounds: (33.600002 - 38.400002) data (160)
    298298Bin number 8 bounds: (38.400002 - 43.200001) data (160)
    299 Bin number 9 bounds: (43.200001 - 48.000000) data (160)
    300 Bin number 10 bounds: (48.000000 - 52.800003) data (128)
     299Bin number 9 bounds: (43.200001 - 48.000000) data (128)
     300Bin number 10 bounds: (48.000000 - 52.800003) data (160)
    301301Bin number 11 bounds: (52.800003 - 57.600002) data (160)
    302302Bin number 12 bounds: (57.600002 - 62.400002) data (160)
     
    321321Bin number 2 bounds: (9.600000 - 14.400001) data (65)
    322322Bin number 3 bounds: (14.400001 - 19.200001) data (90)
    323 Bin number 4 bounds: (19.200001 - 24.000000) data (115)
    324 Bin number 5 bounds: (24.000000 - 28.800001) data (110)
     323Bin number 4 bounds: (19.200001 - 24.000000) data (90)
     324Bin number 5 bounds: (24.000000 - 28.800001) data (135)
    325325Bin number 6 bounds: (28.800001 - 33.600002) data (157)
    326326Bin number 7 bounds: (33.600002 - 38.400002) data (160)
    327327Bin number 8 bounds: (38.400002 - 43.200001) data (160)
    328 Bin number 9 bounds: (43.200001 - 48.000000) data (160)
    329 Bin number 10 bounds: (48.000000 - 52.800003) data (122)
     328Bin number 9 bounds: (43.200001 - 48.000000) data (128)
     329Bin number 10 bounds: (48.000000 - 52.800003) data (154)
    330330Bin number 11 bounds: (52.800003 - 57.600002) data (130)
    331331Bin number 12 bounds: (57.600002 - 62.400002) data (105)
     
    362362Bin number 2 bounds: (9.600000 - 14.400001) data (65)
    363363Bin number 3 bounds: (14.400001 - 19.200001) data (90)
    364 Bin number 4 bounds: (19.200001 - 24.000000) data (115)
    365 Bin number 5 bounds: (24.000000 - 28.800001) data (110)
     364Bin number 4 bounds: (19.200001 - 24.000000) data (90)
     365Bin number 5 bounds: (24.000000 - 28.800001) data (135)
    366366Bin number 6 bounds: (28.800001 - 33.600002) data (157)
    367367Bin number 7 bounds: (33.600002 - 38.400002) data (160)
    368368Bin number 8 bounds: (38.400002 - 43.200001) data (160)
    369 Bin number 9 bounds: (43.200001 - 48.000000) data (160)
    370 Bin number 10 bounds: (48.000000 - 52.800003) data (128)
     369Bin number 9 bounds: (43.200001 - 48.000000) data (128)
     370Bin number 10 bounds: (48.000000 - 52.800003) data (160)
    371371Bin number 11 bounds: (52.800003 - 57.600002) data (160)
    372372Bin number 12 bounds: (57.600002 - 62.400002) data (160)
     
    391391Bin number 2 bounds: (9.600000 - 14.400001) data (65)
    392392Bin number 3 bounds: (14.400001 - 19.200001) data (90)
    393 Bin number 4 bounds: (19.200001 - 24.000000) data (115)
    394 Bin number 5 bounds: (24.000000 - 28.800001) data (110)
     393Bin number 4 bounds: (19.200001 - 24.000000) data (90)
     394Bin number 5 bounds: (24.000000 - 28.800001) data (135)
    395395Bin number 6 bounds: (28.800001 - 33.600002) data (157)
    396396Bin number 7 bounds: (33.600002 - 38.400002) data (160)
    397397Bin number 8 bounds: (38.400002 - 43.200001) data (160)
    398 Bin number 9 bounds: (43.200001 - 48.000000) data (160)
    399 Bin number 10 bounds: (48.000000 - 52.800003) data (122)
     398Bin number 9 bounds: (43.200001 - 48.000000) data (128)
     399Bin number 10 bounds: (48.000000 - 52.800003) data (154)
    400400Bin number 11 bounds: (52.800003 - 57.600002) data (130)
    401401Bin number 12 bounds: (57.600002 - 62.400002) data (105)
  • trunk/psLib/test/image/verified/tst_psImageStats02.stdout

    r890 r1018  
    114114\----------------------------------------------------------------------------------/
    115115
    116 (0.000000, 341605184.000000)
    117 (1.000000, 660202496.000000)
    118 (2.000000, 978799808.000000)
    119 (3.000000, 1297397120.000000)
    120 (4.000000, 1615994496.000000)
    121 (5.000000, 1934591744.000000)
    122 (6.000000, 2253189120.000000)
    123 (7.000000, 2571786496.000000)
    124 (8.000000, 2890383872.000000)
    125 (9.000000, 3208980992.000000)
    126 (1.000000, 10411743232.000000)
    127 (2.000000, 20754436096.000000)
    128 (3.000000, 31097128960.000000)
    129 (4.000000, 41439821824.000000)
    130 (5.000000, 51782512640.000000)
    131 (6.000000, 62125203456.000000)
    132 (7.000000, 72467898368.000000)
    133 (8.000000, 82810593280.000000)
    134 (9.000000, 93153280000.000000)
    135 (10.000000, 103495974912.000000)
    136 (2.000000, 20506945536.000000)
    137 (3.000000, 40898662400.000000)
    138 (4.000000, 61290381312.000000)
    139 (5.000000, 81682096128.000000)
    140 (6.000000, 102073819136.000000)
    141 (7.000000, 122465533952.000000)
    142 (8.000000, 142857256960.000000)
    143 (9.000000, 163248963584.000000)
    144 (10.000000, 183640686592.000000)
    145 (11.000000, 204032409600.000000)
    146 (3.000000, 30651992064.000000)
    147 (4.000000, 61142335488.000000)
    148 (5.000000, 91632680960.000000)
    149 (6.000000, 122123026432.000000)
    150 (7.000000, 152613371904.000000)
    151 (8.000000, 183103717376.000000)
    152 (9.000000, 213594062848.000000)
    153 (10.000000, 244084391936.000000)
    154 (11.000000, 274574737408.000000)
    155 (12.000000, 305065099264.000000)
    156 (4.000000, 40871669760.000000)
    157 (5.000000, 81534902272.000000)
    158 (6.000000, 122198147072.000000)
    159 (7.000000, 162861383680.000000)
    160 (8.000000, 203524620288.000000)
    161 (9.000000, 244187856896.000000)
    162 (10.000000, 284851109888.000000)
    163 (11.000000, 325514330112.000000)
    164 (12.000000, 366177583104.000000)
    165 (13.000000, 406840803328.000000)
    166 (5.000000, 51190751232.000000)
    167 (6.000000, 102125821952.000000)
    168 (7.000000, 153060900864.000000)
    169 (8.000000, 203995971584.000000)
    170 (9.000000, 254931042304.000000)
    171 (10.000000, 305866113024.000000)
    172 (11.000000, 356801183744.000000)
    173 (12.000000, 407736254464.000000)
    174 (13.000000, 458671325184.000000)
    175 (14.000000, 509606395904.000000)
    176 (6.000000, 61634031616.000000)
    177 (7.000000, 122964549632.000000)
    178 (8.000000, 184295063552.000000)
    179 (9.000000, 245625569280.000000)
    180 (10.000000, 306956107776.000000)
    181 (11.000000, 368286597120.000000)
    182 (12.000000, 429617119232.000000)
    183 (13.000000, 490947641344.000000)
    184 (14.000000, 552278163456.000000)
    185 (15.000000, 613608652800.000000)
    186 (7.000000, 72226283520.000000)
    187 (8.000000, 144100524032.000000)
    188 (9.000000, 215974756352.000000)
    189 (10.000000, 287848988672.000000)
    190 (11.000000, 359723237376.000000)
    191 (12.000000, 431597453312.000000)
    192 (13.000000, 503471702016.000000)
    193 (14.000000, 575345917952.000000)
    194 (15.000000, 647220166656.000000)
    195 (16.000000, 719094415360.000000)
    196 (8.000000, 82992300032.000000)
    197 (9.000000, 165583192064.000000)
    198 (10.000000, 248174100480.000000)
    199 (11.000000, 330765008896.000000)
    200 (12.000000, 413355900928.000000)
    201 (13.000000, 495946792960.000000)
    202 (14.000000, 578537717760.000000)
    203 (15.000000, 661128609792.000000)
    204 (16.000000, 743719501824.000000)
    205 (17.000000, 826310393856.000000)
    206 (9.000000, 93956857856.000000)
    207 (10.000000, 187462041600.000000)
    208 (11.000000, 280967217152.000000)
    209 (12.000000, 374472409088.000000)
    210 (13.000000, 467977568256.000000)
    211 (14.000000, 561482760192.000000)
    212 (15.000000, 654987952128.000000)
    213 (16.000000, 748493144064.000000)
    214 (17.000000, 841998336000.000000)
    215 (18.000000, 935503462400.000000)
     116(0.000000, -69840.000000)
     117(1.000000, -135200.000000)
     118(2.000000, -200560.000000)
     119(3.000000, -265920.000000)
     120(4.000000, -331280.000000)
     121(5.000000, -396640.000000)
     122(6.000000, -462000.000000)
     123(7.000000, -527360.000000)
     124(8.000000, -592720.000000)
     125(9.000000, -658080.000000)
     126(1.000000, 1108128.000000)
     127(2.000000, 2201856.000000)
     128(3.000000, 3295584.000000)
     129(4.000000, 4389312.000000)
     130(5.000000, 5483040.000000)
     131(6.000000, 6576768.000000)
     132(7.000000, 7670496.000000)
     133(8.000000, 8764224.000000)
     134(9.000000, 9857952.000000)
     135(10.000000, 10951680.000000)
     136(2.000000, 27349008.000000)
     137(3.000000, 54532576.000000)
     138(4.000000, 81716144.000000)
     139(5.000000, 108899712.000000)
     140(6.000000, 136083280.000000)
     141(7.000000, 163266848.000000)
     142(8.000000, 190450416.000000)
     143(9.000000, 217633984.000000)
     144(10.000000, 244817552.000000)
     145(11.000000, 272001120.000000)
     146(3.000000, 103435392.000000)
     147(4.000000, 206308864.000000)
     148(5.000000, 309182336.000000)
     149(6.000000, 412055808.000000)
     150(7.000000, 514929280.000000)
     151(8.000000, 617802752.000000)
     152(9.000000, 720676224.000000)
     153(10.000000, 823549696.000000)
     154(11.000000, 926423168.000000)
     155(12.000000, 1029296640.000000)
     156(4.000000, 254149872.000000)
     157(5.000000, 506982624.000000)
     158(6.000000, 759815360.000000)
     159(7.000000, 1012648128.000000)
     160(8.000000, 1265480832.000000)
     161(9.000000, 1518313728.000000)
     162(10.000000, 1771146368.000000)
     163(11.000000, 2023979008.000000)
     164(12.000000, 2276811776.000000)
     165(13.000000, 2529644800.000000)
     166(5.000000, 504275040.000000)
     167(6.000000, 1006005760.000000)
     168(7.000000, 1507736576.000000)
     169(8.000000, 2009467264.000000)
     170(9.000000, 2511197952.000000)
     171(10.000000, 3012928768.000000)
     172(11.000000, 3514659328.000000)
     173(12.000000, 4016390144.000000)
     174(13.000000, 4518120960.000000)
     175(14.000000, 5019851776.000000)
     176(6.000000, 878593536.000000)
     177(7.000000, 1752830208.000000)
     178(8.000000, 2627066880.000000)
     179(9.000000, 3501303552.000000)
     180(10.000000, 4375540224.000000)
     181(11.000000, 5249777152.000000)
     182(12.000000, 6124013568.000000)
     183(13.000000, 6998250496.000000)
     184(14.000000, 7872486912.000000)
     185(15.000000, 8746723328.000000)
     186(7.000000, 1401887744.000000)
     187(8.000000, 2796908032.000000)
     188(9.000000, 4191927808.000000)
     189(10.000000, 5586948096.000000)
     190(11.000000, 6981967872.000000)
     191(12.000000, 8376987648.000000)
     192(13.000000, 9772007424.000000)
     193(14.000000, 11167027200.000000)
     194(15.000000, 12562048000.000000)
     195(16.000000, 13957066752.000000)
     196(8.000000, 2098940672.000000)
     197(9.000000, 4187690496.000000)
     198(10.000000, 6276440064.000000)
     199(11.000000, 8365190144.000000)
     200(12.000000, 10453940224.000000)
     201(13.000000, 12542689280.000000)
     202(14.000000, 14631439360.000000)
     203(15.000000, 16720189440.000000)
     204(16.000000, 18808938496.000000)
     205(17.000000, 20897689600.000000)
     206(9.000000, 2994534400.000000)
     207(10.000000, 5974630400.000000)
     208(11.000000, 8954726400.000000)
     209(12.000000, 11934822400.000000)
     210(13.000000, 14914918400.000000)
     211(14.000000, 17895014400.000000)
     212(15.000000, 20875110400.000000)
     213(16.000000, 23855204352.000000)
     214(17.000000, 26835300352.000000)
     215(18.000000, 29815394304.000000)
    216216
    217217---> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c)
  • trunk/psLib/test/sysUtils/verified/atst_psAbort_01.stderr

    r587 r1018  
    55\----------------------------------------------------------------------------------/
    66
    7  <DATE> <TIME> <HOST> |A|main           |ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
     7 <DATE> <TIME> <HOST> |A|           main|ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
  • trunk/psLib/test/sysUtils/verified/atst_psAbort_02.stderr

    r587 r1018  
    55\----------------------------------------------------------------------------------/
    66
    7  <DATE> <TIME> <HOST> |A|__LINE__       |NO_VALUES
     7 <DATE> <TIME> <HOST> |A|       __LINE__|NO_VALUES
  • trunk/psLib/test/sysUtils/verified/tst_psError.stderr

    r587 r1018  
    55\----------------------------------------------------------------------------------/
    66
    7  <DATE> <TIME> <HOST> |E|main           |ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
     7 <DATE> <TIME> <HOST> |E|           main|ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
    88
    99---> TESTPOINT PASSED (psError{Multiple type values in error message} | tst_psError.c)
     
    1515\----------------------------------------------------------------------------------/
    1616
    17  <DATE> <TIME> <HOST> |E|__LINE__       |NO VALUES
     17 <DATE> <TIME> <HOST> |E|       __LINE__|NO VALUES
    1818
    1919---> TESTPOINT PASSED (psError{String values in error message} | tst_psError.c)
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stderr

    r891 r1018  
    1  <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0 0.000000 beep beep
    2  <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1 1.000000 beep beep
    3  <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2 2.000000 beep beep
    4  <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3 3.000000 beep beep
    5  <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0 0.000000 beep beep
    6  <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1 1.000000 beep beep
    7  <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2 2.000000 beep beep
    8  <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3 3.000000 beep beep
     1 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0 0.000000 beep beep
     2 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1 1.000000 beep beep
     3 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2 2.000000 beep beep
     4 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3 3.000000 beep beep
     5 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0 0.000000 beep beep
     6 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1 1.000000 beep beep
     7 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2 2.000000 beep beep
     8 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3 3.000000 beep beep
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stderr

    r855 r1018  
    1  <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0
    2  <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1
    3  <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2
    4  <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3
    5  <DATE> <TIME> <HOST> |4|main           |Hello World!  My level is 4
    6  <DATE> <TIME> <HOST> |5|main           |Hello World!  My level is 5
    7  <DATE> <TIME> <HOST> |6|main           |Hello World!  My level is 6
    8  <DATE> <TIME> <HOST> |7|main           |Hello World!  My level is 7
    9  <DATE> <TIME> <HOST> |8|main           |Hello World!  My level is 8
    10  <DATE> <TIME> <HOST> |9|main           |Hello World!  My level is 9
    11  <DATE> <TIME> <HOST> |4|main           |This should  be displayed (level 4)
     1 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     2 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     3 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     4 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     5 <DATE> <TIME> <HOST> |4|           main|Hello World!  My level is 4
     6 <DATE> <TIME> <HOST> |5|           main|Hello World!  My level is 5
     7 <DATE> <TIME> <HOST> |6|           main|Hello World!  My level is 6
     8 <DATE> <TIME> <HOST> |7|           main|Hello World!  My level is 7
     9 <DATE> <TIME> <HOST> |8|           main|Hello World!  My level is 8
     10 <DATE> <TIME> <HOST> |9|           main|Hello World!  My level is 9
     11 <DATE> <TIME> <HOST> |4|           main|This should  be displayed (level 4)
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr

    r855 r1018  
    1 
    2 
    3 
    4 
    5  <DATE> <TIME> |
    6  <DATE> <TIME> |
    7  <DATE> <TIME> |
    8  <DATE> <TIME> |
    9  <DATE> <TIME> <HOST> |
    10  <DATE> <TIME> <HOST> |
    11  <DATE> <TIME> <HOST> |
    12  <DATE> <TIME> <HOST> |
    13 A|
    14 E|
    15 W|
    16 I|
    17 main           |
    18 main           |
    19 main           |
    20 main           |
    21 Hello World!  My level is 0
    22 Hello World!  My level is 1
    23 Hello World!  My level is 2
    24 Hello World!  My level is 3
    25  <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0
    26  <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1
    27  <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2
    28  <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3
     1 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     2 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     3 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     4 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     5 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     6 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     7 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     8 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     9 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     10 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     11 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     12 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     13 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     14 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     15 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     16 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     17 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     18 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     19 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     20 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     21 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     22 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     23 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     24 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     25 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     26 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     27 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     28 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr

    r855 r1018  
    1  <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0
    2  <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1
    3  <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2
    4  <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3
     1 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     2 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     3 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     4 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r956 r1018  
    55\----------------------------------------------------------------------------------/
    66
    7  <DATE> <TIME> <HOST> |I|TPCheckBufferPositive|psAlloc shall allocate memory blocks writeable by caller.
     7 <DATE> <TIME> <HOST> |I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
    88
    99---> TESTPOINT PASSED (psMemory{449-TPCheckBufferPositive} | tst_psMemory.c)
     
    1515\----------------------------------------------------------------------------------/
    1616
    17  <DATE> <TIME> <HOST> |I|TPOutOfMemory  |Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
    18  <DATE> <TIME> <HOST> |I|TPOutOfMemoryExhaustedCallback|Custom MemExhaustedCallback was invoked.
    19  <DATE> <TIME> <HOST> |A|p_psAlloc      |Failed to allocate 4294966295 bytes at tst_psMemory.c:163
     17 <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.
     19 <DATE> <TIME> <HOST> |A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:163
    2020
    2121---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c)
     
    2727\----------------------------------------------------------------------------------/
    2828
    29  <DATE> <TIME> <HOST> |I|TPrealloc      |psRealloc shall increase/decrease memory buffer while preserving contents
    30  <DATE> <TIME> <HOST> |I|TPrealloc      |Expanding memory buffer.
    31  <DATE> <TIME> <HOST> |I|TPrealloc      |Shrinking memory buffer.
     29 <DATE> <TIME> <HOST> |I|      TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents
     30 <DATE> <TIME> <HOST> |I|      TPrealloc|Expanding memory buffer.
     31 <DATE> <TIME> <HOST> |I|      TPrealloc|Shrinking memory buffer.
    3232
    3333---> TESTPOINT PASSED (psMemory{451-TPrealloc} | tst_psMemory.c)
     
    4040
    4141 <DATE> <TIME> <HOST> |I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
    42  <DATE> <TIME> <HOST> |I|memAllocateCallback|block 2 was (re)allocated
    43  <DATE> <TIME> <HOST> |I|memAllocateCallback|block 3 was (re)allocated
     42 <DATE> <TIME> <HOST> |I|memAllocateCall|block 2 was (re)allocated
     43 <DATE> <TIME> <HOST> |I|memAllocateCall|block 3 was (re)allocated
    4444 <DATE> <TIME> <HOST> |I|memFreeCallback|block 2 was freed
    4545 <DATE> <TIME> <HOST> |I|memFreeCallback|block 3 was freed
    46  <DATE> <TIME> <HOST> |I|memAllocateCallback|block 4 was (re)allocated
    47  <DATE> <TIME> <HOST> |I|memAllocateCallback|block 4 was (re)allocated
     46 <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated
     47 <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated
    4848 <DATE> <TIME> <HOST> |I|memFreeCallback|block 4 was freed
    4949
     
    5656\----------------------------------------------------------------------------------/
    5757
    58  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
    59  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce one instance.
     58 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
     59 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
    6060                   file:line ID
    6161         tst_psMemory.c:313  1
    62  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |Testing psMemCheckLeaks again with a different leak location
    63  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce one error.
     62 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
     63 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
    6464                   file:line ID
    6565         tst_psMemory.c:343  11
    66  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |Testing psMemCheckLeaks again with multiple leak locations.
    67  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce two errors.
     66 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
     67 <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
    6868                   file:line ID
    6969         tst_psMemory.c:371  16
     
    8080 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
    8181 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    82  <DATE> <TIME> <HOST> |E|psMemCheckCorruption|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
    83  <DATE> <TIME> <HOST> |I|memProblemCallback|memory callback called for id 1 (psMemCheckCorruption:228).
     82 <DATE> <TIME> <HOST> |E|psMemCheckCorru|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
     83 <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:228).
    8484
    8585---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c)
     
    9191\----------------------------------------------------------------------------------/
    9292
    93  <DATE> <TIME> <HOST> |I|TPFreeReferencedMemory|memory reference count shall be incrementable/decrementable
    94  <DATE> <TIME> <HOST> |I|TPFreeReferencedMemory|psFree shall be just decrement a multiple refererenced pointer.
     93 <DATE> <TIME> <HOST> |I|TPFreeReference|memory reference count shall be incrementable/decrementable
     94 <DATE> <TIME> <HOST> |I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
    9595
    9696---> TESTPOINT PASSED (psMemory{456-TPFreeReferencedMemory} | tst_psMemory.c)
  • trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr

    r608 r1018  
    5050\----------------------------------------------------------------------------------/
    5151
    52  <DATE> <TIME> <HOST> |E|psString.c     |psStringNCopy with negative count specified -5
     52 <DATE> <TIME> <HOST> |E|     psString.c|psStringNCopy with negative count specified -5
    5353
    5454---> TESTPOINT PASSED (psStringNCopy{Copy string with negative size} | tst_psStringCopy.c)
Note: See TracChangeset for help on using the changeset viewer.