Changeset 7ecf7e4f in OpenModelica


Ignore:
Timestamp:
2023-03-10T14:28:59+01:00 (14 months ago)
Author:
Martin Sjölund <martin.sjolund@…>
Children:
baafebad
Parents:
5590496
git-author:
Martin Sjölund <martin.sjolund@…> (03/10/23 13:21:16)
git-committer:
Martin Sjölund <martin.sjolund@…> (03/10/23 14:28:59)
Message:

Update testcases for new Docker image

Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    re46f04e r7ecf7e4f  
    364364            dockerfile {
    365365              additionalBuildArgs '--pull'
    366               dir '.CI/cache-xenial'
     366              dir '.CI/cache'
    367367              label 'linux'
    368368              args "--mount type=volume,source=runtest-gcc-cache,target=/cache/runtest " +
     
    392392            dockerfile {
    393393              additionalBuildArgs '--pull'
    394               dir '.CI/cache-xenial'
     394              dir '.CI/cache'
    395395              label 'linux'
    396396              args "--mount type=volume,source=runtest-gcc-cache,target=/cache/runtest " +
     
    420420            dockerfile {
    421421              additionalBuildArgs '--pull'
    422               dir '.CI/cache-xenial'
     422              dir '.CI/cache'
    423423              label 'linux'
    424424              args "--mount type=volume,source=runtest-gcc-cache,target=/cache/runtest " +
  • testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop7.mos

    r536c1b2f r7ecf7e4f  
    6464// LOG_IPOPT_ERROR   | info    | max violation is 5.33147e-06 for the constraint $EqCon$x1(time = 0.435)
    6565// LOG_IPOPT_ERROR   | info    | max violation is 4.28799e-08 for the constraint $EqCon$x1(time = 0.435)
    66 // LOG_IPOPT_ERROR   | info    | max violation is 1.87085e-11 for the constraint $EqCon$x1(time = 0.445)
    67 // LOG_IPOPT_ERROR   | info    | max violation is 4.44089e-16 for the constraint $EqCon$x1(time = 0.28)
     66// LOG_IPOPT_ERROR | info    | max violation is 1.87084e-11 for the constraint $EqCon$x1(time = 0.445)
     67// LOG_IPOPT_ERROR | info    | max violation is 7.21645e-16 for the constraint $EqCon$x1(time = 0.165)
    6868// LOG_SUCCESS       | info    | The simulation finished successfully.
    6969// "
  • testsuite/openmodelica/cruntime/optimization/basic/testDerInput.mos

    r769da645 r7ecf7e4f  
    5757// LOG_IPOPT_ERROR   | info    | max error is 2.88615e-16 for the approximation of the state x1(time = 2.2)
    5858// LOG_IPOPT_ERROR   | info    | max error is 4.88541e-16 for the approximation of the state x1(time = 2.8)
    59 // LOG_IPOPT_ERROR   | info    | max error is 3.77519e-16 for the approximation of the state x1(time = 2.3)
    60 // LOG_IPOPT_ERROR   | info    | max error is 3.99637e-16 for the approximation of the state x1(time = 4.5)
    61 // LOG_IPOPT_ERROR   | info    | max error is 5.27356e-16 for the approximation of the state x1(time = 3.4)
    62 // LOG_IPOPT_ERROR   | info    | max error is 5.27356e-16 for the approximation of the state x1(time = 3.1)
    63 // LOG_IPOPT_ERROR   | info    | max error is 4.10696e-16 for the approximation of the state x1(time = 2.9)
     59// LOG_IPOPT_ERROR | info    | max error is 3.55185e-16 for the approximation of the state x1(time = 2.3)
     60// LOG_IPOPT_ERROR | info    | max error is 2.66497e-16 for the approximation of the state x1(time = 2.4)
     61// LOG_IPOPT_ERROR | info    | max error is 3.99637e-16 for the approximation of the state x1(time = 2.7)
     62// LOG_IPOPT_ERROR | info    | max error is 4.21971e-16 for the approximation of the state x1(time = 3.4)
     63// LOG_IPOPT_ERROR | info    | max error is 5.57714e-16 for the approximation of the state x1(time = 3.1)
    6464// LOG_IPOPT_ERROR   | info    | max error is 5.52509e-16 for the approximation of the state x1(time = 3.1)
    6565// LOG_SUCCESS       | info    | The simulation finished successfully.
  • testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos

    r536c1b2f r7ecf7e4f  
    7575// LOG_IPOPT_ERROR   | info    | max violation is 1.49983e-06 for the constraint $con$conSigma.con(time = 216)
    7676// LOG_IPOPT_ERROR   | info    | max violation is 1.5e-06 for the constraint $con$conSigma.con(time = 360)
    77 // LOG_IPOPT_ERROR   | info    | max violation is 1.5e-06 for the constraint $con$conSigma.con(time = 360)
     77// LOG_IPOPT_ERROR   | info    | max violation is 1.5e-06 for the constraint $con$conSigma.con(time = 288)
    7878// LOG_SUCCESS       | info    | The simulation finished successfully.
    7979// "
  • testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos

    r221b299 r7ecf7e4f  
    1010runScript("../common/ModelTestingDefaults.mos"); getErrorString();
    1111
    12 modelTestingType := OpenModelicaModelTesting.Kind.SimpleSimulation;
     12modelTestingType := OpenModelicaModelTesting.Kind.VerifiedSimulation;
    1313modelName := $TypeName(Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed);
    1414compareVars :=
     
    2929// "
    3030// ""
    31 // OpenModelicaModelTesting.Kind.SimpleSimulation
     31// OpenModelicaModelTesting.Kind.VerifiedSimulation
    3232// Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed
    3333// {"opAmp.v_in","opAmp.q_fr1","opAmp.q_fr2","opAmp.q_fr3","opAmp.q_fp1","opAmp.v_source","opAmp.x"}
     
    3737// LOG_SUCCESS       | info    | The simulation finished successfully.
    3838//
     39// Files Equal!
    3940// "true
    4041// "
Note: See TracChangeset for help on using the changeset viewer.