Changeset 1404 for trunk/psLib/test/image/verified/tst_psImage.stderr
- Timestamp:
- Aug 6, 2004, 11:50:14 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImage.stderr
r1212 r1404 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:<LINENO>,0:<LINENO>]). 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:<LINENO>,128:<LINENO>]). 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:<LINENO>,128:<LINENO>]). 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)
Note:
See TracChangeset
for help on using the changeset viewer.
