Changeset 4999 for trunk/psLib/test/math
- Timestamp:
- Sep 12, 2005, 10:54:17 AM (21 years ago)
- Location:
- trunk/psLib/test/math/verified
- Files:
-
- 6 edited
-
tst_psMinimize04.stderr (modified) (1 diff)
-
tst_psMinimize04.stdout (modified) (1 diff)
-
tst_psMinimize04_F32.stderr (modified) (1 diff)
-
tst_psMinimize04_F32.stdout (modified) (4 diffs)
-
tst_psMinimize04b_F32.stderr (modified) (1 diff)
-
tst_psMinimize04b_F32.stdout (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/verified/tst_psMinimize04.stderr
r4862 r4999 1 <HOST>|I|t03 2 Following should generate an error for null input polynomial. 3 <HOST>|E|psVectorFitPolynomial1D (FILE:LINENO) 1 <HOST>|E|psVectorFitPolynomial2D (FILE:LINENO) 4 2 Unallowable operation: polynomial poly or its coeffs is NULL. -
trunk/psLib/test/math/verified/tst_psMinimize04.stdout
r4547 r4999 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * TestFile: tst_psMinimize04.c * 3 * TestPoint: psMinimize functions{psVectorFitPolynomial 1D(): equal difference in variable yE *3 * TestPoint: psMinimize functions{psVectorFitPolynomial2D(): equal difference in variable fE * 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ 6 6 7 TEST: calling psVectorFitPolynomial2D() with f, fErr, y, x as F32 vectors. 8 Running test with fErr set to NULL. 9 Running test with x, y set to NULL. Should generate error. 7 10 8 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial 1D(): equal differences in variable yErr} | tst_psMinimize04.c)11 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial2D(): equal differences in variable fErr} | tst_psMinimize04.c) 9 12 10 /***************************** TESTPOINT ******************************************\11 * TestFile: tst_psMinimize04.c *12 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} *13 * TestType: Positive *14 \**********************************************************************************/15 16 17 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} | tst_psMinimize04.c)18 19 /***************************** TESTPOINT ******************************************\20 * TestFile: tst_psMinimize04.c *21 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} *22 * TestType: Positive *23 \**********************************************************************************/24 25 26 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} | tst_psMinimize04.c)27 28 /***************************** TESTPOINT ******************************************\29 * TestFile: tst_psMinimize04.c *30 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} *31 * TestType: Positive *32 \**********************************************************************************/33 34 35 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} | tst_psMinimize04.c)36 -
trunk/psLib/test/math/verified/tst_psMinimize04_F32.stderr
r4862 r4999 1 1 <HOST>|I|t03 2 Following should generate an error for null input polynomial.2 Following should generate error for null arguments. 3 3 <HOST>|E|psVectorFitPolynomial1D (FILE:LINENO) 4 4 Unallowable operation: polynomial poly or its coeffs is NULL. -
trunk/psLib/test/math/verified/tst_psMinimize04_F32.stdout
r4547 r4999 1 1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psMinimize04 .c*3 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): equal difference in variable yE*2 * TestFile: tst_psMinimize04_F32.c * 3 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): equal errors in yErr} * 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ 6 6 7 7 8 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): equal differences in variable yErr} | tst_psMinimize04.c)8 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): equal errors in yErr} | tst_psMinimize04_F32.c) 9 9 10 10 /***************************** TESTPOINT ******************************************\ 11 * TestFile: tst_psMinimize04 .c*11 * TestFile: tst_psMinimize04_F32.c * 12 12 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} * 13 13 * TestType: Positive * … … 15 15 16 16 17 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} | tst_psMinimize04 .c)17 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} | tst_psMinimize04_F32.c) 18 18 19 19 /***************************** TESTPOINT ******************************************\ 20 * TestFile: tst_psMinimize04 .c*20 * TestFile: tst_psMinimize04_F32.c * 21 21 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} * 22 22 * TestType: Positive * … … 24 24 25 25 26 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} | tst_psMinimize04 .c)26 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} | tst_psMinimize04_F32.c) 27 27 28 28 /***************************** TESTPOINT ******************************************\ 29 * TestFile: tst_psMinimize04 .c*29 * TestFile: tst_psMinimize04_F32.c * 30 30 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} * 31 31 * TestType: Positive * … … 33 33 34 34 35 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} | tst_psMinimize04 .c)35 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} | tst_psMinimize04_F32.c) 36 36 -
trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stderr
r4862 r4999 1 1 <HOST>|I|t03 2 Following should generate anerror for null arguments.2 Following should generate error for null arguments. 3 3 <HOST>|E|psVectorFitPolynomial1D (FILE:LINENO) 4 4 Unallowable operation: polynomial poly or its coeffs is NULL. -
trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stdout
r4547 r4999 1 1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psMinimize04b .c*2 * TestFile: tst_psMinimize04b_F32.c * 3 3 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} * 4 4 * TestType: Positive * … … 6 6 7 7 8 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} | tst_psMinimize04b .c)8 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} | tst_psMinimize04b_F32.c) 9 9 10 10 /***************************** TESTPOINT ******************************************\ 11 * TestFile: tst_psMinimize04b .c*11 * TestFile: tst_psMinimize04b_F32.c * 12 12 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} * 13 13 * TestType: Positive * … … 15 15 16 16 17 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b .c)17 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b_F32.c) 18 18 19 19 /***************************** TESTPOINT ******************************************\ 20 * TestFile: tst_psMinimize04b .c*20 * TestFile: tst_psMinimize04b_F32.c * 21 21 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} * 22 22 * TestType: Positive * … … 24 24 25 25 26 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} | tst_psMinimize04b .c)26 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} | tst_psMinimize04b_F32.c) 27 27 28 28 /***************************** TESTPOINT ******************************************\ 29 * TestFile: tst_psMinimize04b .c*29 * TestFile: tst_psMinimize04b_F32.c * 30 30 * TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} * 31 31 * TestType: Positive * … … 33 33 34 34 35 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b .c)35 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b_F32.c) 36 36
Note:
See TracChangeset
for help on using the changeset viewer.
