Changeset 1198 for trunk/psLib/test/image/verified/tst_psImage.stderr
- Timestamp:
- Jul 8, 2004, 9:34:28 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImage.stderr
r1194 r1198 5 5 \**********************************************************************************/ 6 6 7 <DATE> <TIME> <HOST>|I| testImageAlloc|#546 - psImageAlloc shall allocate memory for a psImage structure8 <DATE> <TIME> <HOST>|I| testImageAlloc|Testing psImage with type 101h9 <DATE> <TIME> <HOST>|E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).10 <DATE> <TIME> <HOST>|I| testImageAlloc|Testing psImage with type 102h11 <DATE> <TIME> <HOST>|E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).12 <DATE> <TIME> <HOST>|I| testImageAlloc|Testing psImage with type 104h13 <DATE> <TIME> <HOST>|E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).14 <DATE> <TIME> <HOST>|I| testImageAlloc|Testing psImage with type 108h15 <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 301h17 <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 302h19 <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 304h21 <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 308h23 <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 404h25 <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 408h27 <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 808h29 <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 810h31 <DATE> <TIME> <HOST>|E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).7 <DATE> <TIME> |<HOST>|I| testImageAlloc|#546 - psImageAlloc shall allocate memory for a psImage structure 8 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 101h 9 <DATE> <TIME> |<HOST>|E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0). 10 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 102h 11 <DATE> <TIME> |<HOST>|E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0). 12 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 104h 13 <DATE> <TIME> |<HOST>|E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0). 14 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 108h 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 301h 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 302h 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 304h 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 308h 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 404h 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 408h 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 808h 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 810h 31 <DATE> <TIME> |<HOST>|E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0). 32 32 33 33 ---> TESTPOINT PASSED (psImage{psImageAlloc} | tst_psImage.c) … … 39 39 \**********************************************************************************/ 40 40 41 <DATE> <TIME> <HOST>|I|testImageSubset|memcpy(&preSubsetStruct,original,sizeof(psImage));42 <DATE> <TIME> <HOST>|I|testImageSubset|subset1 = psImageAlloc(c/4,r/4,PS_TYPE_U8);43 <DATE> <TIME> <HOST>|I|testImageSubset|subset2 = psImageSubset(subset1,original,c/2,r/2,c/4,r/4);44 <DATE> <TIME> <HOST>|I|testImageSubset|subset3 = psImageSubset(NULL,original,c/2,r/2,0,0);45 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the returned psImage structure is equal to the input psImage structure parameter out, if input parameter out is specified.46 <DATE> <TIME> <HOST>|I|testImageSubset|Verify a new psImage structure is created, if input parameter out is set to null.47 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values.48 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.49 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the returned psImage structure member type is equal to the input psImage structure member type.50 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively.51 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the returned psImage structure member parent is equal to the input psImage structure pointer image.52 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the returned psImage structure member Nchildren is equal to zero.53 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the returned psImage structure member children is null.54 <DATE> <TIME> <HOST>|I|testImageSubset|Verify the input psImage structure image only has the following members changed: 1) Nchildren is increased by one. 2) parent contains pointer psImage structure out at parent[Nchildren-1].55 <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.56 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...57 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image because input image or its pixel buffer is NULL.58 <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.59 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...60 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image because number of rows or columns are zero (64x0).61 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...62 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image because number of rows or columns are zero (0x128).63 <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.64 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...65 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image because col0,row0 (128,0) is not a valid pixel location.66 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...67 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image because col0,row0 (0,256) is not a valid pixel location.68 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...69 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image because col0,row0 (-1,0) is not a valid pixel location.70 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...71 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image because col0,row0 (0,-1) is not a valid pixel location.72 <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.73 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...74 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,0:128]).75 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...76 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[0:64,128:256]).77 <DATE> <TIME> <HOST>|I|testImageSubset|An error should follow...78 <DATE> <TIME> <HOST>|E| psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,128:256]).79 <DATE> <TIME> <HOST>|I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure41 <DATE> <TIME> |<HOST>|I|testImageSubset|memcpy(&preSubsetStruct,original,sizeof(psImage)); 42 <DATE> <TIME> |<HOST>|I|testImageSubset|subset1 = psImageAlloc(c/4,r/4,PS_TYPE_U8); 43 <DATE> <TIME> |<HOST>|I|testImageSubset|subset2 = psImageSubset(subset1,original,c/2,r/2,c/4,r/4); 44 <DATE> <TIME> |<HOST>|I|testImageSubset|subset3 = psImageSubset(NULL,original,c/2,r/2,0,0); 45 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure is equal to the input psImage structure parameter out, if input parameter out is specified. 46 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify a new psImage structure is created, if input parameter out is set to null. 47 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values. 48 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively. 49 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure member type is equal to the input psImage structure member type. 50 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively. 51 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure member parent is equal to the input psImage structure pointer image. 52 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure member Nchildren is equal to zero. 53 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure member children is null. 54 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the input psImage structure image only has the following members changed: 1) Nchildren is increased by one. 2) parent contains pointer psImage structure out at parent[Nchildren-1]. 55 <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. 56 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 57 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image because input image or its pixel buffer is NULL. 58 <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. 59 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 60 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image because number of rows or columns are zero (64x0). 61 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 62 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image because number of rows or columns are zero (0x128). 63 <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. 64 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 65 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image because col0,row0 (128,0) is not a valid pixel location. 66 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 67 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image because col0,row0 (0,256) is not a valid pixel location. 68 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 69 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image because col0,row0 (-1,0) is not a valid pixel location. 70 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 71 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image because col0,row0 (0,-1) is not a valid pixel location. 72 <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. 73 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 74 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,0:128]). 75 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 76 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[0:64,128:256]). 77 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow... 78 <DATE> <TIME> |<HOST>|E| psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,128:256]). 79 <DATE> <TIME> |<HOST>|I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure 80 80 81 81 ---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImage.c) … … 87 87 \**********************************************************************************/ 88 88 89 <DATE> <TIME> <HOST>|I| testImageCopy|Image Copy Test for psU890 <DATE> <TIME> <HOST>|I| testImageCopy|Image Copy Test for psU1691 <DATE> <TIME> <HOST>|I| testImageCopy|Image Copy Test for psU3292 <DATE> <TIME> <HOST>|I| testImageCopy|Image Copy Test for psS893 <DATE> <TIME> <HOST>|I| testImageCopy|Image Copy Test for psS1694 <DATE> <TIME> <HOST>|I| testImageCopy|Image Copy Test for psS3295 <DATE> <TIME> <HOST>|I| testImageCopy|Image Copy Test for psF3296 <DATE> <TIME> <HOST>|I| testImageCopy|Image Copy Test for psF6497 <DATE> <TIME> <HOST>|I| testImageCopy|An error should follow...98 <DATE> <TIME> <HOST>|E| psImageCopy|Can not copy image because input image or its pixel buffer is NULL.89 <DATE> <TIME> |<HOST>|I| testImageCopy|Image Copy Test for psU8 90 <DATE> <TIME> |<HOST>|I| testImageCopy|Image Copy Test for psU16 91 <DATE> <TIME> |<HOST>|I| testImageCopy|Image Copy Test for psU32 92 <DATE> <TIME> |<HOST>|I| testImageCopy|Image Copy Test for psS8 93 <DATE> <TIME> |<HOST>|I| testImageCopy|Image Copy Test for psS16 94 <DATE> <TIME> |<HOST>|I| testImageCopy|Image Copy Test for psS32 95 <DATE> <TIME> |<HOST>|I| testImageCopy|Image Copy Test for psF32 96 <DATE> <TIME> |<HOST>|I| testImageCopy|Image Copy Test for psF64 97 <DATE> <TIME> |<HOST>|I| testImageCopy|An error should follow... 98 <DATE> <TIME> |<HOST>|E| psImageCopy|Can not copy image because input image or its pixel buffer is NULL. 99 99 100 100 ---> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImage.c) … … 106 106 \**********************************************************************************/ 107 107 108 <DATE> <TIME> <HOST>|I| testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure109 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of F64 imagery110 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of F32 imagery111 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of S32 imagery112 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of S16 imagery113 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of S8 imagery114 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of U32 imagery115 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of U16 imagery116 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of U8 imagery117 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of C32 imagery118 <DATE> <TIME> <HOST>|I| testImageClip|Testing clipping of C64 imagery119 <DATE> <TIME> <HOST>|I| testImageClip|Following should be an error (max<min)120 <DATE> <TIME> <HOST>|E| psImageClip|psImageClip can not be invoked with max < min.108 <DATE> <TIME> |<HOST>|I| testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure 109 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of F64 imagery 110 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of F32 imagery 111 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of S32 imagery 112 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of S16 imagery 113 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of S8 imagery 114 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of U32 imagery 115 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of U16 imagery 116 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of U8 imagery 117 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of C32 imagery 118 <DATE> <TIME> |<HOST>|I| testImageClip|Testing clipping of C64 imagery 119 <DATE> <TIME> |<HOST>|I| testImageClip|Following should be an error (max<min) 120 <DATE> <TIME> |<HOST>|E| psImageClip|psImageClip can not be invoked with max < min. 121 121 122 122 ---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImage.c) … … 128 128 \**********************************************************************************/ 129 129 130 <DATE> <TIME> <HOST>|I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value130 <DATE> <TIME> |<HOST>|I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value 131 131 132 132 ---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImage.c) … … 138 138 \**********************************************************************************/ 139 139 140 <DATE> <TIME> <HOST>|I|testImageOverla|Following should error as overlay isn't within image boundaries141 <DATE> <TIME> <HOST>|E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).142 <DATE> <TIME> <HOST>|I|testImageOverla|Following should error as overlay is NULL143 <DATE> <TIME> <HOST>|E|psImageOverlayS|one of the input images was NULL.144 <DATE> <TIME> <HOST>|I|testImageOverla|Following should error as image input is NULL145 <DATE> <TIME> <HOST>|E|psImageOverlayS|one of the input images was NULL.140 <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as overlay isn't within image boundaries 141 <DATE> <TIME> |<HOST>|E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256). 142 <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as overlay is NULL 143 <DATE> <TIME> |<HOST>|E|psImageOverlayS|one of the input images was NULL. 144 <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as image input is NULL 145 <DATE> <TIME> |<HOST>|E|psImageOverlayS|one of the input images was NULL. 146 146 147 147 ---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImage.c)
Note:
See TracChangeset
for help on using the changeset viewer.
