Skip to content

Console Output

+ HOME=/var/lib/jenkins/ws/OpenModelica_PR-16367/libraries
+ cd build/bin
+ xvfb-run ./RunOMEditTestsuite.sh
Running testcase './BrowseMSL' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/BrowseMSL'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/BrowseMSL/runtime-'
********* Start testing of BrowseMSL *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : BrowseMSL::initTestCase()
PASS   : BrowseMSL::electricalAnalogBasic()
PASS   : BrowseMSL::mediaAir()
PASS   : BrowseMSL::cleanupTestCase()
Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 1021ms
********* Finished testing of BrowseMSL *********
Running testcase './Diagram' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Diagram'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Diagram/runtime-'
********* Start testing of Diagram *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : Diagram::initTestCase()
PASS   : Diagram::chuaCircuit()
PASS   : Diagram::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 1022ms
********* Finished testing of Diagram *********
Running testcase './Transformation' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Transformation'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Transformation/runtime-'
********* Start testing of TransformationTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : TransformationTest::initTestCase()
QDEBUG : TransformationTest::wrongPlacementAnnotation() "The placement annotation string format is wrong. Received {Placement(true,-,{{-140.0, 40.0}, {-100.0, 80.0}},-,-,-,)}"
PASS   : TransformationTest::wrongPlacementAnnotation()
PASS   : TransformationTest::correctPlacementAnnotation()
PASS   : TransformationTest::cleanupTestCase()
Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 14ms
********* Finished testing of TransformationTest *********
Running testcase './Homotopy' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Homotopy'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Homotopy/runtime-'
********* Start testing of HomotopyTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : HomotopyTest::initTestCase()
PASS   : HomotopyTest::simulateHomotopyTestM1()
PASS   : HomotopyTest::simulateHomotopyTestM2()
PASS   : HomotopyTest::cleanupTestCase()
Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 748ms
********* Finished testing of HomotopyTest *********
Running testcase './Expression' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Expression'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Expression/runtime-'
********* Start testing of ExpressionTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : ExpressionTest::initTestCase()
PASS   : ExpressionTest::dynamicSelect(DynamicSelect1)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect2)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect3)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect4)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect5)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect6)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect7)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect8)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect9)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect10)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect11)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect12)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect13)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect14)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect15)
PASS   : ExpressionTest::dynamicSelect(OpenIPSL Generator P)
PASS   : ExpressionTest::dynamicSelect(OpenIPSL Bus voltage)
PASS   : ExpressionTest::dynamicSelect(OpenIPSL Bus angle)
PASS   : ExpressionTest::operators(unary1)
PASS   : ExpressionTest::operators(unary2)
PASS   : ExpressionTest::operators(unary3)
PASS   : ExpressionTest::operators(logic1)
PASS   : ExpressionTest::operators(logic2)
PASS   : ExpressionTest::operators(arithmetic1)
PASS   : ExpressionTest::operators(negative exponent)
PASS   : ExpressionTest::operators(negative exponent value)
PASS   : ExpressionTest::operators(positive exponent value)
PASS   : ExpressionTest::operators(uppercase exponent)
PASS   : ExpressionTest::operators(negative exponent of a real)
PASS   : ExpressionTest::operators(array + array)
PASS   : ExpressionTest::operators(scalar .+ array)
PASS   : ExpressionTest::operators(array .- array)
PASS   : ExpressionTest::operators(array .- scalar)
PASS   : ExpressionTest::operators(array .^ scalar)
PASS   : ExpressionTest::operators(matrix * vector)
PASS   : ExpressionTest::operators(vector * matrix)
PASS   : ExpressionTest::operators(matrix * matrix)
PASS   : ExpressionTest::operators(matrix ^ scalar)
PASS   : ExpressionTest::operators(- array)
PASS   : ExpressionTest::operators(relation 1)
PASS   : ExpressionTest::operators(relation 2)
PASS   : ExpressionTest::operators(relation 3)
PASS   : ExpressionTest::operators(relation 4)
PASS   : ExpressionTest::functions(integer)
PASS   : ExpressionTest::functions(ones)
PASS   : ExpressionTest::functions(fill)
PASS   : ExpressionTest::functions(sum1)
PASS   : ExpressionTest::functions(min1)
PASS   : ExpressionTest::functions(min2)
PASS   : ExpressionTest::functions(min3)
PASS   : ExpressionTest::functions(transpose)
PASS   : ExpressionTest::functions(symmetric)
PASS   : ExpressionTest::functions(size1)
PASS   : ExpressionTest::functions(size2)
PASS   : ExpressionTest::functions(identity)
PASS   : ExpressionTest::functions(diagonal)
PASS   : ExpressionTest::parseJSON(json_integer1)
PASS   : ExpressionTest::parseJSON(json_integer2)
PASS   : ExpressionTest::parseJSON(json_real1)
PASS   : ExpressionTest::parseJSON(json_boolean1)
PASS   : ExpressionTest::parseJSON(json_boolean2)
PASS   : ExpressionTest::parseJSON(json_string1)
PASS   : ExpressionTest::parseJSON(json_array1)
PASS   : ExpressionTest::parseJSON(json_record1)
PASS   : ExpressionTest::parseJSON(json_call1)
PASS   : ExpressionTest::parseJSON(json_binary1)
PASS   : ExpressionTest::parseJSON(json_unary1)
PASS   : ExpressionTest::parseJSON(json_if1)
PASS   : ExpressionTest::parseJSON(json_if2)
PASS   : ExpressionTest::parseJSON(json_enum)
PASS   : ExpressionTest::parseJSON(json_range1)
PASS   : ExpressionTest::parseJSON(json_range2)
PASS   : ExpressionTest::parseJSON(json_iterator_call1)
PASS   : ExpressionTest::cleanupTestCase()
Totals: 75 passed, 0 failed, 0 skipped, 0 blacklisted, 15ms
********* Finished testing of ExpressionTest *********
Running testcase './ModelInstance' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/ModelInstance'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/ModelInstance/runtime-'
********* Start testing of ModelInstanceTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : ModelInstanceTest::initTestCase()
PASS   : ModelInstanceTest::classAnnotations()
PASS   : ModelInstanceTest::classElements()
PASS   : ModelInstanceTest::classConnections()
PASS   : ModelInstanceTest::isParameter(Parameter in prefix)
PASS   : ModelInstanceTest::isParameter(Parameter in extends modifiers)
PASS   : ModelInstanceTest::isInput(Input in prefix)
PASS   : ModelInstanceTest::isInput(Input in extends modifiers)
PASS   : ModelInstanceTest::referencePathEquivalence()
PASS   : ModelInstanceTest::modifiertoString(Element modifier toString 1)
PASS   : ModelInstanceTest::modifiertoString(Element modifier toString 2)
PASS   : ModelInstanceTest::subModifiertoString(Sub modifier toString 1)
PASS   : ModelInstanceTest::subModifiertoString(Sub modifier toString 2)
PASS   : ModelInstanceTest::subModifiertoString(Sub modifier toString 3)
PASS   : ModelInstanceTest::subModifiertoString(Sub modifier toString 4)
PASS   : ModelInstanceTest::subModifiertoString(Sub modifier toString 5)
PASS   : ModelInstanceTest::subModifiertoString(Sub modifier toString 6)
PASS   : ModelInstanceTest::subModifiertoString(Sub modifier toString 7)
PASS   : ModelInstanceTest::cleanupTestCase()
Totals: 19 passed, 0 failed, 0 skipped, 0 blacklisted, 543ms
********* Finished testing of ModelInstanceTest *********
Running testcase './TabbedView' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/TabbedView'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/TabbedView/runtime-'
********* Start testing of TabbedViewTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : TabbedViewTest::initTestCase()
PASS   : TabbedViewTest::middleClickClosesOnlyClickedTab()
PASS   : TabbedViewTest::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 71ms
********* Finished testing of TabbedViewTest *********
Running testcase './VariableValue' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/VariableValue'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/VariableValue/runtime-'
********* Start testing of VariableValueTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : VariableValueTest::initTestCase()
PASS   : VariableValueTest::variableValue(ComponentModifier1)
PASS   : VariableValueTest::variableValue(ExtendsModifier1)
PASS   : VariableValueTest::variableValue(InstanceName1)
PASS   : VariableValueTest::variableValue(InstanceName2)
PASS   : VariableValueTest::variableValue(ExtendsModifierLocalVariable1)
PASS   : VariableValueTest::variableValue(ExtendsModifierLocalVariable2)
PASS   : VariableValueTest::variableValue(ComponentSubLevelExtendsModifier1)
PASS   : VariableValueTest::variableValue(ComponentSubLevelExtendsModifier2)
PASS   : VariableValueTest::variableValue(ComponentSubLevelModifier1)
PASS   : VariableValueTest::variableValue(ComponentSubLevelExtendsModifier3)
PASS   : VariableValueTest::variableValue(ComponentSubLevelRecordModifier1)
PASS   : VariableValueTest::variableValueTopLevel(Test %variable)
PASS   : VariableValueTest::variableValueTopLevel(Test enumeration)
PASS   : VariableValueTest::cleanupTestCase()
Totals: 15 passed, 0 failed, 0 skipped, 0 blacklisted, 80ms
********* Finished testing of VariableValueTest *********
Running testcase './Utilities' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Utilities'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/Utilities/runtime-'
********* Start testing of UtilitiesTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : UtilitiesTest::initTestCase()
PASS   : UtilitiesTest::extractArrayParts(Empty string)
PASS   : UtilitiesTest::extractArrayParts(Empty array)
PASS   : UtilitiesTest::extractArrayParts(Simple array)
PASS   : UtilitiesTest::extractArrayParts(Quoted strings)
PASS   : UtilitiesTest::extractArrayParts(Mixed values)
PASS   : UtilitiesTest::extractArrayParts(Non-array string)
PASS   : UtilitiesTest::extractArrayParts(Exponential form)
PASS   : UtilitiesTest::literalConstant(Integer)
PASS   : UtilitiesTest::literalConstant(Negative integer value)
PASS   : UtilitiesTest::literalConstant(Integer array)
PASS   : UtilitiesTest::literalConstant(Integer array with whitespace)
PASS   : UtilitiesTest::literalConstant(Decimal)
PASS   : UtilitiesTest::literalConstant(Negative decimal value)
PASS   : UtilitiesTest::literalConstant(Decimal without leading digit)
PASS   : UtilitiesTest::literalConstant(Decimal without trailing digit)
PASS   : UtilitiesTest::literalConstant(Decimal array)
PASS   : UtilitiesTest::literalConstant(Decimal array mix)
PASS   : UtilitiesTest::literalConstant(Decimal array with whitespace)
PASS   : UtilitiesTest::literalConstant(Exponential form)
PASS   : UtilitiesTest::literalConstant(Exponential form array with whitespace)
PASS   : UtilitiesTest::scalarLiteralConstant(Integer)
PASS   : UtilitiesTest::scalarLiteralConstant(Negative integer value)
PASS   : UtilitiesTest::scalarLiteralConstant(Decimal)
PASS   : UtilitiesTest::scalarLiteralConstant(Negative decimal value)
PASS   : UtilitiesTest::scalarLiteralConstant(Exponential form)
PASS   : UtilitiesTest::cleanupTestCase()
Totals: 27 passed, 0 failed, 0 skipped, 0 blacklisted, 15ms
********* Finished testing of UtilitiesTest *********
Running testcase './StringHandler' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/StringHandler'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/StringHandler/runtime-'
********* Start testing of StringHandlerTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : StringHandlerTest::initTestCase()
PASS   : StringHandlerTest::makeVariablePartsWithIndTest(Simple)
PASS   : StringHandlerTest::makeVariablePartsWithIndTest(Qualified)
PASS   : StringHandlerTest::makeVariablePartsWithIndTest(Quoted1)
PASS   : StringHandlerTest::makeVariablePartsWithIndTest(Quoted2)
PASS   : StringHandlerTest::makeVariablePartsWithIndTest(Array1D)
PASS   : StringHandlerTest::makeVariablePartsWithIndTest(Array2D)
PASS   : StringHandlerTest::removeTypePrefix(removeTypePrefix 1)
PASS   : StringHandlerTest::removeTypePrefix(removeTypePrefix 2)
PASS   : StringHandlerTest::pathFunctions(Empty path)
PASS   : StringHandlerTest::pathFunctions(Path 1)
PASS   : StringHandlerTest::pathFunctions(Path 2)
PASS   : StringHandlerTest::pathFunctions(Path 3)
PASS   : StringHandlerTest::pathFunctions(Path 4)
PASS   : StringHandlerTest::pathFunctions(Path 5)
PASS   : StringHandlerTest::pathFunctions(Path 6)
PASS   : StringHandlerTest::cleanupTestCase()
Totals: 17 passed, 0 failed, 0 skipped, 0 blacklisted, 14ms
********* Finished testing of StringHandlerTest *********
Running testcase './DynamicAnnotation' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/DynamicAnnotation'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/DynamicAnnotation/runtime-'
********* Start testing of DynamicAnnotationTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : DynamicAnnotationTest::initTestCase()
PASS   : DynamicAnnotationTest::evaluate(Evaluate Dialog(enable=world.animateWorld))
PASS   : DynamicAnnotationTest::evaluate(Evaluate Dialog(enable = booleanParam) in model)
PASS   : DynamicAnnotationTest::evaluate(Evaluate Dialog(enable = booleanParam) in record)
PASS   : DynamicAnnotationTest::evaluate(Evaluate Dialog(enable = userPredicate(booleanParam)) does not recurse)
PASS   : DynamicAnnotationTest::evaluate(Evaluate Dialog(enable = constant of another package))
PASS   : DynamicAnnotationTest::evaluate(Evaluate Dialog(enable = constant of another package > 1))
PASS   : DynamicAnnotationTest::evaluate(Evaluate Dialog(enable = constant of another package < 1))
PASS   : DynamicAnnotationTest::evaluate(Evaluate Dialog(enable = Modelica.Constants.eps > 1))
PASS   : DynamicAnnotationTest::evaluate_nested(Evaluate Dialog(enable = booleanParam) in record)
PASS   : DynamicAnnotationTest::evaluate_nested(Evaluate Dialog(enable = booleanParam) in model)
PASS   : DynamicAnnotationTest::evaluate_nested(Evaluate Dialog(enable = booleanParam) in short class)
PASS   : DynamicAnnotationTest::evaluate_nested(Evaluate Dialog(enable=typeParam == EnableInReplaceable1.SomeType.Type1))
PASS   : DynamicAnnotationTest::evaluate_nested(Evaluate Dialog(enable=typeParam == EnableInReplaceable1.SomeType.Type2))
PASS   : DynamicAnnotationTest::evaluate_nested(Evaluate Dialog(enable=typeParam == EnableInReplaceable1.SomeType.Type1) with modifier)
PASS   : DynamicAnnotationTest::evaluate_nested(Evaluate Dialog(enable=typeParam == EnableInReplaceable1.SomeType.Type2) with modifier)
PASS   : DynamicAnnotationTest::cleanupTestCase()
Totals: 17 passed, 0 failed, 0 skipped, 0 blacklisted, 793ms
********* Finished testing of DynamicAnnotationTest *********
Running testcase './AutoCompletion' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/AutoCompletion'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/AutoCompletion/runtime-'
********* Start testing of AutoCompletionTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : AutoCompletionTest::initTestCase()
PASS   : AutoCompletionTest::inOutAnnotationTest(InAnnotation)
PASS   : AutoCompletionTest::inOutAnnotationTest(InDialogAnnotation)
PASS   : AutoCompletionTest::inOutAnnotationTest(OutDialogAnnotationButInAnnotation)
PASS   : AutoCompletionTest::inOutAnnotationTest(OutAnnotation1)
PASS   : AutoCompletionTest::inOutAnnotationTest(OutAnnotation2)
PASS   : AutoCompletionTest::getCompletionAnnotationsTest(DocumentationAnnotation)
PASS   : AutoCompletionTest::getCompletionAnnotationsTest(ExperimentAnnotation)
PASS   : AutoCompletionTest::getCompletionSymbolsTest(EmptyWord)
PASS   : AutoCompletionTest::getCompletionSymbolsTest(ClassName)
PASS   : AutoCompletionTest::cleanupTestCase()
Totals: 11 passed, 0 failed, 0 skipped, 0 blacklisted, 109ms
********* Finished testing of AutoCompletionTest *********
Running testcase './MergeExtendsModifiers' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/MergeExtendsModifiers'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-16367/build/bin/OMEditTestResult/MergeExtendsModifiers/runtime-'
********* Start testing of MergeExtendsModifiersTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), ubuntu 22.04
PASS   : MergeExtendsModifiersTest::initTestCase()
PASS   : MergeExtendsModifiersTest::mergeModifiers(Merge modifiers)
PASS   : MergeExtendsModifiersTest::mergeModifiers(Merge modifiers update)
PASS   : MergeExtendsModifiersTest::mergeModifiers(Merge modifiers nested)
PASS   : MergeExtendsModifiersTest::mergeExtendsModifiers(Merge extends modifiers)
PASS   : MergeExtendsModifiersTest::mergeExtendsModifiers(Merge extends modifiers with redeclare)
PASS   : MergeExtendsModifiersTest::cleanupTestCase()
Totals: 7 passed, 0 failed, 0 skipped, 0 blacklisted, 52ms
********* Finished testing of MergeExtendsModifiersTest *********