Changeset 1358
- Timestamp:
- Jul 30, 2004, 4:27:17 PM (22 years ago)
- Location:
- trunk/psLib/test/image
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (2 diffs)
-
tst_psImageExtraction.c (added)
-
verified/tst_psImageManip.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/Makefile
r1306 r1358 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1. 1$ $Name: not supported by cvs2svn $6 ## $Date: 2004-07- 28 02:42:20$5 ## $Revision: 1.2 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-07-31 02:27:16 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 tst_psImageStats02 \ 27 27 tst_psImageStats03 \ 28 tst_psImageExtraction 28 29 29 30 OBJS = $(addsuffix .o,$(TARGET)) -
trunk/psLib/test/image/verified/tst_psImageManip.stderr
r1254 r1358 30 30 31 31 ---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImageManip.c) 32 33 /***************************** TESTPOINT ******************************************\ 34 * TestFile: tst_psImageManip.c * 35 * TestPoint: psImage{psImageClipComplexRegion} * 36 * TestType: Positive * 37 \**********************************************************************************/ 38 39 <DATE> <TIME> |<HOST>|I|testImageClipCo|psImageClipNaN shall modified pixel values of NaN with a specified value 40 <DATE> <TIME> |<HOST>|I|testImageClipCo|Testing clipping at 409.6+256i to 682.667+512i for psC32 41 <DATE> <TIME> |<HOST>|I|testImageClipCo|Testing clipping at 409.6+256i to 682.667+512i for psC64 42 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 43 <DATE> <TIME> |<HOST>|E|psImageClipComp|Can not perform clip on NULL image 44 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 45 <DATE> <TIME> |<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the real image space. 46 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 47 <DATE> <TIME> |<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the imaginary image space. 48 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 49 <DATE> <TIME> |<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the real image space. 50 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 51 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmin (-6.80565e+38+0i) is outside of image's psC32 pixel range 52 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 53 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmin (6.80565e+38+0i) is outside of image's psC32 pixel range 54 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 55 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmin (-0-6.80565e+38i) is outside of image's psC32 pixel range 56 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 57 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmin (0+6.80565e+38i) is outside of image's psC32 pixel range 58 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 59 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmax (-6.80565e+38+0i) is outside of image's psC32 pixel range 60 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 61 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmax (6.80565e+38+0i) is outside of image's psC32 pixel range 62 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 63 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmax (-0-6.80565e+38i) is outside of image's psC32 pixel range 64 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error: 65 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmax (0+6.80565e+38i) is outside of image's psC32 pixel range 66 67 ---> TESTPOINT PASSED (psImage{psImageClipComplexRegion} | tst_psImageManip.c) 32 68 33 69 /***************************** TESTPOINT ******************************************\
Note:
See TracChangeset
for help on using the changeset viewer.
