<?xml version="1.0" encoding="UTF-8" ?> <testsuite name="tst_ExtendedCompare" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="148" failures="74" errors="0" skipped="0" time="@TEST_DURATION@"> <properties> <property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/> <property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/> <property name="QtBuild" value=""/> </properties> <testcase name="initTestCase" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(EQ:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(EQ:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 2]]> </failure> </testcase> <testcase name="compareInts(EQ:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 2 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareInts(NE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be different from the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareInts(NE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(NE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(LT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareInts(LT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(LT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 2 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareInts(LE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(LE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(LE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 2 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareInts(GT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareInts(GT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 2]]> </failure> </testcase> <testcase name="compareInts(GT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(GE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareInts(GE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 2]]> </failure> </testcase> <testcase name="compareInts(GE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(EQ:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(EQ:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1.1]]> </failure> </testcase> <testcase name="compareFloats(EQ:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1.1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareFloats(NE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be different from the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareFloats(NE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(NE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(LT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareFloats(LT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(LT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 1.1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareFloats(LE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(LE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(LE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1.1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareFloats(GT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareFloats(GT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1.1]]> </failure> </testcase> <testcase name="compareFloats(GT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(GE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareFloats(GE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1.1]]> </failure> </testcase> <testcase name="compareFloats(GE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(EQ:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(EQ:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0.1]]> </failure> </testcase> <testcase name="compareDoubles(EQ:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 0.1 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareDoubles(NE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be different from the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareDoubles(NE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(NE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(LT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareDoubles(LT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(LT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 0.1 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareDoubles(LE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(LE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(LE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 0.1 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareDoubles(GT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareDoubles(GT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0.1]]> </failure> </testcase> <testcase name="compareDoubles(GT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(GE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareDoubles(GE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0.1]]> </failure> </testcase> <testcase name="compareDoubles(GE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(EQ:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(EQ:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 2]]> </failure> </testcase> <testcase name="comparePointers(EQ:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 2 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="comparePointers(NE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be different from the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="comparePointers(NE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(NE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(LT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="comparePointers(LT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(LT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 2 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="comparePointers(LE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(LE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(LE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 2 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="comparePointers(GT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="comparePointers(GT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 2]]> </failure> </testcase> <testcase name="comparePointers(GT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(GE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="comparePointers(GE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 2]]> </failure> </testcase> <testcase name="comparePointers(GE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(EQ:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(EQ:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): "nullptr" Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareToNullptr(EQ:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): "nullptr"]]> </failure> </testcase> <testcase name="compareToNullptr(NE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be different from the baseline, but is not"> <![CDATA[ Computed (lhs): "nullptr" Baseline (rhs): "nullptr"]]> </failure> </testcase> <testcase name="compareToNullptr(NE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(NE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(LT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): "nullptr" Baseline (rhs): "nullptr"]]> </failure> </testcase> <testcase name="compareToNullptr(LT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(LT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): "nullptr"]]> </failure> </testcase> <testcase name="compareToNullptr(LE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(LE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(LE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): "nullptr"]]> </failure> </testcase> <testcase name="compareToNullptr(GT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): "nullptr" Baseline (rhs): "nullptr"]]> </failure> </testcase> <testcase name="compareToNullptr(GT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): "nullptr" Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareToNullptr(GT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(GE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareToNullptr(GE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): "nullptr" Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareToNullptr(GE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(EQ:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(EQ:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareUnregistereEnum(EQ:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareUnregistereEnum(NE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be different from the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareUnregistereEnum(NE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(NE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(LT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareUnregistereEnum(LT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(LT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareUnregistereEnum(LE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(LE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(LE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 1 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareUnregistereEnum(GT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 0]]> </failure> </testcase> <testcase name="compareUnregistereEnum(GT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareUnregistereEnum(GT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(GE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareUnregistereEnum(GE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): 0 Baseline (rhs): 1]]> </failure> </testcase> <testcase name="compareUnregistereEnum(GE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(EQ:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(EQ:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): Monday Baseline (rhs): Sunday]]> </failure> </testcase> <testcase name="compareRegistereEnum(EQ:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): Sunday Baseline (rhs): Monday]]> </failure> </testcase> <testcase name="compareRegistereEnum(NE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be different from the baseline, but is not"> <![CDATA[ Computed (lhs): Monday Baseline (rhs): Monday]]> </failure> </testcase> <testcase name="compareRegistereEnum(NE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(NE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(LT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): Monday Baseline (rhs): Monday]]> </failure> </testcase> <testcase name="compareRegistereEnum(LT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(LT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): Sunday Baseline (rhs): Monday]]> </failure> </testcase> <testcase name="compareRegistereEnum(LE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(LE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(LE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): Sunday Baseline (rhs): Monday]]> </failure> </testcase> <testcase name="compareRegistereEnum(GT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): Monday Baseline (rhs): Monday]]> </failure> </testcase> <testcase name="compareRegistereEnum(GT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): Monday Baseline (rhs): Sunday]]> </failure> </testcase> <testcase name="compareRegistereEnum(GT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(GE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareRegistereEnum(GE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): Monday Baseline (rhs): Sunday]]> </failure> </testcase> <testcase name="compareRegistereEnum(GE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(EQ:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(EQ:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(1) Baseline (rhs): MyClass(2)]]> </failure> </testcase> <testcase name="compareCustomTypes(EQ:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(2) Baseline (rhs): MyClass(1)]]> </failure> </testcase> <testcase name="compareCustomTypes(NE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be different from the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(1) Baseline (rhs): MyClass(1)]]> </failure> </testcase> <testcase name="compareCustomTypes(NE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(NE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(LT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(1) Baseline (rhs): MyClass(1)]]> </failure> </testcase> <testcase name="compareCustomTypes(LT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(LT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(2) Baseline (rhs): MyClass(1)]]> </failure> </testcase> <testcase name="compareCustomTypes(LE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(LE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(LE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(2) Baseline (rhs): MyClass(1)]]> </failure> </testcase> <testcase name="compareCustomTypes(GT:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(1) Baseline (rhs): MyClass(1)]]> </failure> </testcase> <testcase name="compareCustomTypes(GT:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(1) Baseline (rhs): MyClass(2)]]> </failure> </testcase> <testcase name="compareCustomTypes(GT:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(GE:left == right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="compareCustomTypes(GE:left < right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be greater than or equal to the baseline, but is not"> <![CDATA[ Computed (lhs): MyClass(1) Baseline (rhs): MyClass(2)]]> </failure> </testcase> <testcase name="compareCustomTypes(GE:left > right)" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> <testcase name="checkComparisonForTemporaryObjects" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be equal to the baseline, but is not"> <![CDATA[ Computed (getClassForValue(0).getValuePointer()): MyClass(2) on memory address with index 0 Baseline (getClassForValue(1).getValuePointer()): MyClass(1) on memory address with index 1]]> </failure> </testcase> <testcase name="checkComparisonWithTimeout" classname="tst_ExtendedCompare" time="@TEST_DURATION@"> <failure type="fail" message="The computed value is expected to be less than the baseline, but is not"> <![CDATA[ Computed (c) : ClassWithDeferredSetter(1) Baseline (ClassWithDeferredSetter(0)): ClassWithDeferredSetter(0)]]> </failure> </testcase> <testcase name="cleanupTestCase" classname="tst_ExtendedCompare" time="@TEST_DURATION@"/> </testsuite>