IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4999 for trunk/psLib/test/math


Ignore:
Timestamp:
Sep 12, 2005, 10:54:17 AM (21 years ago)
Author:
gusciora
Message:

....

Location:
trunk/psLib/test/math/verified
Files:
6 edited

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)
    42    Unallowable operation: polynomial poly or its coeffs is NULL.
  • trunk/psLib/test/math/verified/tst_psMinimize04.stdout

    r4547 r4999  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psMinimize04.c                                         *
    3 *            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): equal difference in variable yE *
     3*            TestPoint: psMinimize functions{psVectorFitPolynomial2D(): equal difference in variable fE *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
    66
     7TEST: calling psVectorFitPolynomial2D() with f, fErr, y, x as F32 vectors.
     8Running test with fErr set to NULL.
     9Running test with x, y set to NULL.  Should generate error.
    710
    8 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): equal differences in variable yErr} | tst_psMinimize04.c)
     11---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial2D(): equal differences in variable fErr} | tst_psMinimize04.c)
    912
    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  
    11<HOST>|I|t03
    2     Following should generate an error for null input polynomial.
     2    Following should generate error for null arguments.
    33<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial poly or its coeffs is NULL.
  • trunk/psLib/test/math/verified/tst_psMinimize04_F32.stdout

    r4547 r4999  
    11/***************************** 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} *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
    66
    77
    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)
    99
    1010/***************************** TESTPOINT ******************************************\
    11 *             TestFile: tst_psMinimize04.c                                         *
     11*             TestFile: tst_psMinimize04_F32.c                                     *
    1212*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} *
    1313*             TestType: Positive                                                   *
     
    1515
    1616
    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)
    1818
    1919/***************************** TESTPOINT ******************************************\
    20 *             TestFile: tst_psMinimize04.c                                         *
     20*             TestFile: tst_psMinimize04_F32.c                                     *
    2121*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} *
    2222*             TestType: Positive                                                   *
     
    2424
    2525
    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)
    2727
    2828/***************************** TESTPOINT ******************************************\
    29 *             TestFile: tst_psMinimize04.c                                         *
     29*             TestFile: tst_psMinimize04_F32.c                                     *
    3030*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} *
    3131*             TestType: Positive                                                   *
     
    3333
    3434
    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)
    3636
  • trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stderr

    r4862 r4999  
    11<HOST>|I|t03
    2     Following should generate an error for null arguments.
     2    Following should generate error for null arguments.
    33<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial poly or its coeffs is NULL.
  • trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stdout

    r4547 r4999  
    11/***************************** TESTPOINT ******************************************\
    2 *             TestFile: tst_psMinimize04b.c                                        *
     2*             TestFile: tst_psMinimize04b_F32.c                                    *
    33*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} *
    44*             TestType: Positive                                                   *
     
    66
    77
    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)
    99
    1010/***************************** TESTPOINT ******************************************\
    11 *             TestFile: tst_psMinimize04b.c                                        *
     11*             TestFile: tst_psMinimize04b_F32.c                                    *
    1212*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} *
    1313*             TestType: Positive                                                   *
     
    1515
    1616
    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)
    1818
    1919/***************************** TESTPOINT ******************************************\
    20 *             TestFile: tst_psMinimize04b.c                                        *
     20*             TestFile: tst_psMinimize04b_F32.c                                    *
    2121*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} *
    2222*             TestType: Positive                                                   *
     
    2424
    2525
    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)
    2727
    2828/***************************** TESTPOINT ******************************************\
    29 *             TestFile: tst_psMinimize04b.c                                        *
     29*             TestFile: tst_psMinimize04b_F32.c                                    *
    3030*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} *
    3131*             TestType: Positive                                                   *
     
    3333
    3434
    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)
    3636
Note: See TracChangeset for help on using the changeset viewer.