Update float16 part of TestLib selftest
In commit 9bad096c09 I gave
qFuzzyIsNull(qfloat16) a more forgiving threshold, consistent with
qFloatCompare(qfloat16, qfloat16)'s fractional threshold. The selftest
failed to catch two of the tests failing, so fix one of them to use
different values, and remove one.
Updated test expection for txt and deleted for other formats, as
they're skipped (in tst_selftests.cpp) for this test. Refined the
generator script to know about this test only being tested for txt.
Pick-to: 6.2
Change-Id: I109547cf92178bb9f5ff0b06e0b3bb40c881b41b
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
parent
42970e490a
commit
92f8043759
|
|
@ -1,310 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<testsuite name="tst_float" timestamp="@TEST_START_TIME@" tests="6" failures="97" errors="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" result="pass" time="@TEST_DURATION@"/>
|
||||
<testcase name="doubleComparisons" result="fail" time="@TEST_DURATION@">
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3" tag="should FAIL 1"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-07
|
||||
Expected (operandRight): 3e-07" tag="should FAIL 2"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 999999999999
|
||||
Expected (operandRight): 999999999998" tag="should FAIL 3"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-12
|
||||
Expected (operandRight): 9.99999999999e-13" tag="should FAIL 4"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 9.99999999999e+306
|
||||
Expected (operandRight): 9.99999999997e+306" tag="should FAIL 5"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0" tag="should FAIL: NaN != 0"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan" tag="should FAIL: 0 != NaN"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1" tag="should FAIL: NaN != 1"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan" tag="should FAIL: 1 != NaN"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf" tag="should FAIL: inf != -inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf" tag="should FAIL: -inf != inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan" tag="should FAIL: inf != nan"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf" tag="should FAIL: nan != inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan" tag="should FAIL: -inf != nan"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf" tag="should FAIL: nan != -inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0" tag="should FAIL: inf != 0"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf" tag="should FAIL: 0 != inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0" tag="should FAIL: -inf != 0"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf" tag="should FAIL: 0 != -inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1" tag="should FAIL: inf != 1"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf" tag="should FAIL: 1 != inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1" tag="should FAIL: -inf != 1"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf" tag="should FAIL: 1 != -inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1.79769313486e+308" tag="should FAIL: inf != max"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -1.79769313486e+308" tag="should FAIL: inf != -max"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.79769313486e+308
|
||||
Expected (operandRight): inf" tag="should FAIL: max != inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -1.79769313486e+308
|
||||
Expected (operandRight): inf" tag="should FAIL: -max != inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1.79769313486e+308" tag="should FAIL: -inf != max"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -1.79769313486e+308" tag="should FAIL: -inf != -max"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.79769313486e+308
|
||||
Expected (operandRight): -inf" tag="should FAIL: max != -inf"/>
|
||||
<failure result="fail" message="Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -1.79769313486e+308
|
||||
Expected (operandRight): -inf" tag="should FAIL: -max != -inf"/>
|
||||
</testcase>
|
||||
<testcase name="floatComparisons" result="fail" time="@TEST_DURATION@">
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3" tag="should FAIL 1"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-05
|
||||
Expected (operandRight): 3e-05" tag="should FAIL 2"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 99999
|
||||
Expected (operandRight): 99998" tag="should FAIL 3"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.00001e-05
|
||||
Expected (operandRight): 9.9999e-06" tag="should FAIL 4"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 9.9999e+37
|
||||
Expected (operandRight): 9.9997e+37" tag="should FAIL 5"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0" tag="should FAIL: NaN != 0"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan" tag="should FAIL: 0 != NaN"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1" tag="should FAIL: NaN != 1"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan" tag="should FAIL: 1 != NaN"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf" tag="should FAIL: inf != -inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf" tag="should FAIL: -inf != inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan" tag="should FAIL: inf != nan"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf" tag="should FAIL: nan != inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan" tag="should FAIL: -inf != nan"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf" tag="should FAIL: nan != -inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0" tag="should FAIL: inf != 0"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf" tag="should FAIL: 0 != inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0" tag="should FAIL: -inf != 0"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf" tag="should FAIL: 0 != -inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1" tag="should FAIL: inf != 1"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf" tag="should FAIL: 1 != inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1" tag="should FAIL: -inf != 1"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf" tag="should FAIL: 1 != -inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 3.40282e+38" tag="should FAIL: inf != max"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -3.40282e+38" tag="should FAIL: inf != -max"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 3.40282e+38
|
||||
Expected (operandRight): inf" tag="should FAIL: max != inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -3.40282e+38
|
||||
Expected (operandRight): inf" tag="should FAIL: -max != inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 3.40282e+38" tag="should FAIL: -inf != max"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -3.40282e+38" tag="should FAIL: -inf != -max"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 3.40282e+38
|
||||
Expected (operandRight): -inf" tag="should FAIL: max != -inf"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -3.40282e+38
|
||||
Expected (operandRight): -inf" tag="should FAIL: -max != -inf"/>
|
||||
</testcase>
|
||||
<testcase name="float16Comparisons" result="fail" time="@TEST_DURATION@">
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3" tag="should FAIL 1"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.001
|
||||
Expected (operandRight): 0.003" tag="should FAIL 2"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 98
|
||||
Expected (operandRight): 99" tag="should FAIL 3"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.001
|
||||
Expected (operandRight): -0.001" tag="should PASS 3"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.00101
|
||||
Expected (operandRight): 0.00099" tag="should FAIL 4"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 5.94e+04
|
||||
Expected (operandRight): 5.88e+04" tag="should FAIL 5"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0" tag="should FAIL: NaN != 0"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan" tag="should FAIL: 0 != NaN"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1" tag="should FAIL: NaN != 1"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan" tag="should FAIL: 1 != NaN"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf" tag="should FAIL: inf != -inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf" tag="should FAIL: -inf != inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan" tag="should FAIL: inf != nan"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf" tag="should FAIL: nan != inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan" tag="should FAIL: -inf != nan"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf" tag="should FAIL: nan != -inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0" tag="should FAIL: inf != 0"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf" tag="should FAIL: 0 != inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0" tag="should FAIL: -inf != 0"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf" tag="should FAIL: 0 != -inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1" tag="should FAIL: inf != 1"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf" tag="should FAIL: 1 != inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1" tag="should FAIL: -inf != 1"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf" tag="should FAIL: 1 != -inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 6.55e+04" tag="should FAIL: inf != max"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -6.55e+04" tag="should FAIL: inf != -max"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 6.55e+04
|
||||
Expected (operandRight): inf" tag="should FAIL: max != inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -6.55e+04
|
||||
Expected (operandRight): inf" tag="should FAIL: -max != inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 6.55e+04" tag="should FAIL: -inf != max"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -6.55e+04" tag="should FAIL: -inf != -max"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 6.55e+04
|
||||
Expected (operandRight): -inf" tag="should FAIL: max != -inf"/>
|
||||
<failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -6.55e+04
|
||||
Expected (operandRight): -inf" tag="should FAIL: -max != -inf"/>
|
||||
</testcase>
|
||||
<testcase name="compareFloatTests" result="fail" time="@TEST_DURATION@">
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1
|
||||
Expected (t3): 3" tag="1e0"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1e-05
|
||||
Expected (t3): 3e-05" tag="1e-5"/>
|
||||
<failure result="fail" message="Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1e+07
|
||||
Expected (t3): 3e+07" tag="1e+7"/>
|
||||
</testcase>
|
||||
<testcase name="cleanupTestCase" result="pass" time="@TEST_DURATION@"/>
|
||||
<system-err/>
|
||||
</testsuite>
|
||||
|
|
@ -1,665 +0,0 @@
|
|||
<Environment>
|
||||
<QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
|
||||
<QtBuild/>
|
||||
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
|
||||
</Environment>
|
||||
<TestFunction name="initTestCase">
|
||||
<Incident type="pass" file="" line="0" />
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="doubleComparisons">
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 1]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 1]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 2]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-07
|
||||
Expected (operandRight): 3e-07]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 2]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 3]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 999999999999
|
||||
Expected (operandRight): 999999999998]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 3]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 4]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-12
|
||||
Expected (operandRight): 9.99999999999e-13]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 4]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 5]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 9.99999999999e+306
|
||||
Expected (operandRight): 9.99999999997e+306]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: NaN == NaN]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: inf == inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: -inf == -inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1.79769313486e+308]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -1.79769313486e+308]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.79769313486e+308
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -1.79769313486e+308
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1.79769313486e+308]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -1.79769313486e+308]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.79769313486e+308
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -1.79769313486e+308
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="floatComparisons">
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 1]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 1]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 2]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-05
|
||||
Expected (operandRight): 3e-05]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 2]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 3]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 99999
|
||||
Expected (operandRight): 99998]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 3]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 4]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.00001e-05
|
||||
Expected (operandRight): 9.9999e-06]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 4]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 5]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 9.9999e+37
|
||||
Expected (operandRight): 9.9997e+37]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: NaN == NaN]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: inf == inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: -inf == -inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 3.40282e+38]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -3.40282e+38]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 3.40282e+38
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -3.40282e+38
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 3.40282e+38]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -3.40282e+38]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 3.40282e+38
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -3.40282e+38
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="float16Comparisons">
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 1]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 1]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 2]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.000999
|
||||
Expected (operandRight): 0.003]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 2]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 3]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 98
|
||||
Expected (operandRight): 99]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 3]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 4]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.00101
|
||||
Expected (operandRight): 0.00099]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 4]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 5]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 5.94e+04
|
||||
Expected (operandRight): 5.88e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: NaN == NaN]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: inf == inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: -inf == -inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 6.55e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -6.55e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 6.55e+04
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -6.55e+04
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 6.55e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -6.55e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 6.55e+04
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -6.55e+04
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="compareFloatTests">
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[1e0]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1
|
||||
Expected (t3): 3]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[1e-5]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1e-05
|
||||
Expected (t3): 3e-05]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[1e+7]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1e+07
|
||||
Expected (t3): 3e+07]]></Description>
|
||||
</Incident>
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="cleanupTestCase">
|
||||
<Incident type="pass" file="" line="0" />
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<Duration msecs="0"/>
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,336 +0,0 @@
|
|||
##teamcity[testSuiteStarted name='tst_float' flowId='tst_float']
|
||||
##teamcity[testStarted name='initTestCase()' flowId='tst_float']
|
||||
##teamcity[testFinished name='initTestCase()' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): 3' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should PASS 1)' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should PASS 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL 2)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL 2)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 1e-07|n Expected (operandRight): 3e-07' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL 2)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should PASS 2)' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should PASS 2)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL 3)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL 3)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 999999999999|n Expected (operandRight): 999999999998' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL 3)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should PASS 3)' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should PASS 3)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL 4)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL 4)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 1e-12|n Expected (operandRight): 9.99999999999e-13' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL 4)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should PASS 4)' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should PASS 4)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL 5)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL 5)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 9.99999999999e+306|n Expected (operandRight): 9.99999999997e+306' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL 5)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should PASS: NaN == NaN)' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should PASS: NaN == NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: NaN != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: NaN != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: NaN != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: 0 != NaN)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: 0 != NaN)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: 0 != NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: NaN != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: NaN != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: NaN != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: 1 != NaN)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: 1 != NaN)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: 1 != NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should PASS: inf == inf)' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should PASS: inf == inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should PASS: -inf == -inf)' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should PASS: -inf == -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: inf != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: inf != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: inf != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: -inf != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: -inf != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: -inf != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: inf != nan)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: inf != nan)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: inf != nan)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: nan != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: nan != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: nan != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: -inf != nan)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: -inf != nan)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: -inf != nan)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: nan != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: nan != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: nan != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: inf != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: inf != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: inf != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: 0 != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: 0 != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: 0 != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: -inf != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: -inf != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: -inf != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: 0 != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: 0 != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: 0 != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: inf != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: inf != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: inf != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: 1 != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: 1 != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: 1 != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: -inf != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: -inf != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: -inf != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: 1 != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: 1 != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: 1 != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: inf != max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: inf != max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 1.79769313486e+308' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: inf != max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: inf != -max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: inf != -max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): -1.79769313486e+308' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: inf != -max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: max != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: max != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 1.79769313486e+308|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: max != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: -max != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: -max != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : -1.79769313486e+308|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: -max != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: -inf != max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: -inf != max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 1.79769313486e+308' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: -inf != max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: -inf != -max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: -inf != -max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): -1.79769313486e+308' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: -inf != -max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: max != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: max != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : 1.79769313486e+308|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: max != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='doubleComparisons(should FAIL: -max != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='doubleComparisons(should FAIL: -max != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared doubles are not the same (fuzzy compare)|n Actual (operandLeft) : -1.79769313486e+308|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='doubleComparisons(should FAIL: -max != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): 3' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should PASS 1)' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should PASS 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL 2)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL 2)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 1e-05|n Expected (operandRight): 3e-05' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL 2)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should PASS 2)' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should PASS 2)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL 3)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL 3)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 99999|n Expected (operandRight): 99998' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL 3)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should PASS 3)' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should PASS 3)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL 4)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL 4)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 1.00001e-05|n Expected (operandRight): 9.9999e-06' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL 4)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should PASS 4)' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should PASS 4)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL 5)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL 5)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 9.9999e+37|n Expected (operandRight): 9.9997e+37' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL 5)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should PASS: NaN == NaN)' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should PASS: NaN == NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: NaN != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: NaN != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: NaN != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: 0 != NaN)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: 0 != NaN)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: 0 != NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: NaN != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: NaN != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: NaN != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: 1 != NaN)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: 1 != NaN)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: 1 != NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should PASS: inf == inf)' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should PASS: inf == inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should PASS: -inf == -inf)' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should PASS: -inf == -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: inf != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: inf != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: inf != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: -inf != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: -inf != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: -inf != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: inf != nan)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: inf != nan)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: inf != nan)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: nan != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: nan != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: nan != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: -inf != nan)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: -inf != nan)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: -inf != nan)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: nan != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: nan != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: nan != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: inf != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: inf != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: inf != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: 0 != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: 0 != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: 0 != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: -inf != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: -inf != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: -inf != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: 0 != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: 0 != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: 0 != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: inf != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: inf != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: inf != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: 1 != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: 1 != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: 1 != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: -inf != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: -inf != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: -inf != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: 1 != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: 1 != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: 1 != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: inf != max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: inf != max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 3.40282e+38' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: inf != max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: inf != -max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: inf != -max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): -3.40282e+38' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: inf != -max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: max != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: max != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 3.40282e+38|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: max != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: -max != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: -max != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : -3.40282e+38|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: -max != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: -inf != max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: -inf != max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 3.40282e+38' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: -inf != max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: -inf != -max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: -inf != -max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): -3.40282e+38' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: -inf != -max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: max != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: max != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : 3.40282e+38|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: max != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='floatComparisons(should FAIL: -max != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='floatComparisons(should FAIL: -max != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (operandLeft) : -3.40282e+38|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='floatComparisons(should FAIL: -max != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): 3' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should PASS 1)' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should PASS 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL 2)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL 2)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 0.000999|n Expected (operandRight): 0.003' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL 2)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should PASS 2)' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should PASS 2)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL 3)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL 3)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 98|n Expected (operandRight): 99' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL 3)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should PASS 3)' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should PASS 3)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL 4)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL 4)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 0.00101|n Expected (operandRight): 0.00099' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL 4)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should PASS 4)' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should PASS 4)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL 5)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL 5)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 5.94e+04|n Expected (operandRight): 5.88e+04' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL 5)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should PASS: NaN == NaN)' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should PASS: NaN == NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: NaN != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: NaN != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: NaN != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: 0 != NaN)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: 0 != NaN)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: 0 != NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: NaN != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: NaN != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: NaN != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: 1 != NaN)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: 1 != NaN)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: 1 != NaN)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should PASS: inf == inf)' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should PASS: inf == inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should PASS: -inf == -inf)' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should PASS: -inf == -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: inf != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: inf != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: inf != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: -inf != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: -inf != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: -inf != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: inf != nan)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: inf != nan)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: inf != nan)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: nan != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: nan != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: nan != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: -inf != nan)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: -inf != nan)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): nan' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: -inf != nan)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: nan != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: nan != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : nan|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: nan != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: inf != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: inf != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: inf != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: 0 != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: 0 != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: 0 != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: -inf != 0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: -inf != 0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 0' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: -inf != 0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: 0 != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: 0 != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 0|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: 0 != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: inf != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: inf != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: inf != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: 1 != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: 1 != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: 1 != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: -inf != 1)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: -inf != 1)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 1' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: -inf != 1)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: 1 != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: 1 != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 1|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: 1 != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: inf != max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: inf != max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): 6.55e+04' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: inf != max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: inf != -max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: inf != -max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : inf|n Expected (operandRight): -6.55e+04' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: inf != -max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: max != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: max != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 6.55e+04|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: max != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: -max != inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: -max != inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : -6.55e+04|n Expected (operandRight): inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: -max != inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: -inf != max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: -inf != max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): 6.55e+04' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: -inf != max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: -inf != -max)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: -inf != -max)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : -inf|n Expected (operandRight): -6.55e+04' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: -inf != -max)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: max != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: max != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : 6.55e+04|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: max != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='float16Comparisons(should FAIL: -max != -inf)' flowId='tst_float']
|
||||
##teamcity[testFailed name='float16Comparisons(should FAIL: -max != -inf)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared qfloat16s are not the same (fuzzy compare)|n Actual (operandLeft) : -6.55e+04|n Expected (operandRight): -inf' flowId='tst_float']
|
||||
##teamcity[testFinished name='float16Comparisons(should FAIL: -max != -inf)' flowId='tst_float']
|
||||
##teamcity[testStarted name='compareFloatTests(1e0)' flowId='tst_float']
|
||||
##teamcity[testFailed name='compareFloatTests(1e0)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (t1): 1|n Expected (t3): 3' flowId='tst_float']
|
||||
##teamcity[testFinished name='compareFloatTests(1e0)' flowId='tst_float']
|
||||
##teamcity[testStarted name='compareFloatTests(1e-5)' flowId='tst_float']
|
||||
##teamcity[testFailed name='compareFloatTests(1e-5)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (t1): 1e-05|n Expected (t3): 3e-05' flowId='tst_float']
|
||||
##teamcity[testFinished name='compareFloatTests(1e-5)' flowId='tst_float']
|
||||
##teamcity[testStarted name='compareFloatTests(1e+7)' flowId='tst_float']
|
||||
##teamcity[testFailed name='compareFloatTests(1e+7)' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)|]' details='Compared floats are not the same (fuzzy compare)|n Actual (t1): 1e+07|n Expected (t3): 3e+07' flowId='tst_float']
|
||||
##teamcity[testFinished name='compareFloatTests(1e+7)' flowId='tst_float']
|
||||
##teamcity[testStarted name='cleanupTestCase()' flowId='tst_float']
|
||||
##teamcity[testFinished name='cleanupTestCase()' flowId='tst_float']
|
||||
##teamcity[testSuiteFinished name='tst_float' flowId='tst_float']
|
||||
|
|
@ -269,8 +269,8 @@ FAIL! : tst_float::float16Comparisons(should FAIL 1) Compared qfloat16s are not
|
|||
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
||||
PASS : tst_float::float16Comparisons(should PASS 1)
|
||||
FAIL! : tst_float::float16Comparisons(should FAIL 2) Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.000999
|
||||
Expected (operandRight): 0.003
|
||||
Actual (operandLeft) : 0.01
|
||||
Expected (operandRight): 0.03
|
||||
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
||||
PASS : tst_float::float16Comparisons(should PASS 2)
|
||||
FAIL! : tst_float::float16Comparisons(should FAIL 3) Compared qfloat16s are not the same (fuzzy compare)
|
||||
|
|
@ -279,8 +279,8 @@ FAIL! : tst_float::float16Comparisons(should FAIL 3) Compared qfloat16s are not
|
|||
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
||||
PASS : tst_float::float16Comparisons(should PASS 3)
|
||||
FAIL! : tst_float::float16Comparisons(should FAIL 4) Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.00101
|
||||
Expected (operandRight): 0.00099
|
||||
Actual (operandLeft) : 0.01
|
||||
Expected (operandRight): 0.0097
|
||||
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
||||
PASS : tst_float::float16Comparisons(should PASS 4)
|
||||
FAIL! : tst_float::float16Comparisons(should FAIL 5) Compared qfloat16s are not the same (fuzzy compare)
|
||||
|
|
|
|||
|
|
@ -1,668 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<TestCase name="tst_float">
|
||||
<Environment>
|
||||
<QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
|
||||
<QtBuild/>
|
||||
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
|
||||
</Environment>
|
||||
<TestFunction name="initTestCase">
|
||||
<Incident type="pass" file="" line="0" />
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="doubleComparisons">
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 1]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 1]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 2]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-07
|
||||
Expected (operandRight): 3e-07]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 2]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 3]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 999999999999
|
||||
Expected (operandRight): 999999999998]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 3]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 4]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-12
|
||||
Expected (operandRight): 9.99999999999e-13]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 4]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 5]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 9.99999999999e+306
|
||||
Expected (operandRight): 9.99999999997e+306]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: NaN == NaN]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: inf == inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: -inf == -inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1.79769313486e+308]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -1.79769313486e+308]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.79769313486e+308
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -1.79769313486e+308
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1.79769313486e+308]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -1.79769313486e+308]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.79769313486e+308
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared doubles are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -1.79769313486e+308
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="floatComparisons">
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 1]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 1]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 2]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1e-05
|
||||
Expected (operandRight): 3e-05]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 2]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 3]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 99999
|
||||
Expected (operandRight): 99998]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 3]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 4]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1.00001e-05
|
||||
Expected (operandRight): 9.9999e-06]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 4]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 5]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 9.9999e+37
|
||||
Expected (operandRight): 9.9997e+37]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: NaN == NaN]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: inf == inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: -inf == -inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 3.40282e+38]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -3.40282e+38]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 3.40282e+38
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -3.40282e+38
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 3.40282e+38]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -3.40282e+38]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 3.40282e+38
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -3.40282e+38
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="float16Comparisons">
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 1]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): 3]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 1]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 2]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.000999
|
||||
Expected (operandRight): 0.003]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 2]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 3]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 98
|
||||
Expected (operandRight): 99]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 3]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 4]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0.00101
|
||||
Expected (operandRight): 0.00099]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS 4]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL 5]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 5.94e+04
|
||||
Expected (operandRight): 5.88e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: NaN == NaN]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: NaN != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != NaN]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: inf == inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="pass" file="" line="0">
|
||||
<DataTag><![CDATA[should PASS: -inf == -inf]]></DataTag>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != nan]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): nan]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: nan != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : nan
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 0]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 0]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 0 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 0
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != 1]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 1]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: 1 != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 1
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): 6.55e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : inf
|
||||
Expected (operandRight): -6.55e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 6.55e+04
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -6.55e+04
|
||||
Expected (operandRight): inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != max]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): 6.55e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -inf != -max]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -inf
|
||||
Expected (operandRight): -6.55e+04]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : 6.55e+04
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[should FAIL: -max != -inf]]></DataTag>
|
||||
<Description><![CDATA[Compared qfloat16s are not the same (fuzzy compare)
|
||||
Actual (operandLeft) : -6.55e+04
|
||||
Expected (operandRight): -inf]]></Description>
|
||||
</Incident>
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="compareFloatTests">
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[1e0]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1
|
||||
Expected (t3): 3]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[1e-5]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1e-05
|
||||
Expected (t3): 3e-05]]></Description>
|
||||
</Incident>
|
||||
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/float/tst_float.cpp" line="0">
|
||||
<DataTag><![CDATA[1e+7]]></DataTag>
|
||||
<Description><![CDATA[Compared floats are not the same (fuzzy compare)
|
||||
Actual (t1): 1e+07
|
||||
Expected (t3): 3e+07]]></Description>
|
||||
</Incident>
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<TestFunction name="cleanupTestCase">
|
||||
<Incident type="pass" file="" line="0" />
|
||||
<Duration msecs="0"/>
|
||||
</TestFunction>
|
||||
<Duration msecs="0"/>
|
||||
</TestCase>
|
||||
|
|
@ -182,20 +182,20 @@ void tst_float::float16Comparisons_data() const
|
|||
QTest::addColumn<qfloat16>("operandLeft");
|
||||
QTest::addColumn<qfloat16>("operandRight");
|
||||
const qfloat16 zero(0), one(1);
|
||||
const qfloat16 tiny(QTestPrivate::isRunningArmOnX86() ? 0.00099f : 0.001f);
|
||||
const qfloat16 tiny(9.756e-03f);
|
||||
|
||||
QTest::newRow("should FAIL 1") << one << qfloat16(3);
|
||||
QTest::newRow("should PASS 1") << zero << zero;
|
||||
QTest::newRow("should FAIL 2") << qfloat16(1e-3f) << qfloat16(3e-3f);
|
||||
|
||||
// QCOMPARE for uses qFuzzyCompare(), which ignores differences of one part
|
||||
// in 102.5 and considers any two qFuzzyIsNull() values, i.e. values smaller
|
||||
// than 1e-3, equal
|
||||
// than 1/102.5, equal
|
||||
QTest::newRow("should FAIL 2") << qfloat16(.01f) << qfloat16(.03f);
|
||||
QTest::newRow("should PASS 2") << qfloat16(1001) << qfloat16(1002);
|
||||
QTest::newRow("should FAIL 3") << qfloat16(98) << qfloat16(99);
|
||||
QTest::newRow("should PASS 3") << tiny << -tiny;
|
||||
// ... which gets a bit unreliable near to the type's bounds
|
||||
QTest::newRow("should FAIL 4") << qfloat16(1.01e-3f) << qfloat16(0.99e-3f);
|
||||
QTest::newRow("should FAIL 4") << qfloat16(10e-3f) << qfloat16(9.7e-3f);
|
||||
QTest::newRow("should PASS 4") << qfloat16(6e4) + qfloat16(700) << qfloat16(6e4) + qfloat16(1200);
|
||||
QTest::newRow("should FAIL 5") << qfloat16(6e4) - qfloat16(600) << qfloat16(6e4) - qfloat16(1200);
|
||||
|
||||
|
|
|
|||
|
|
@ -295,6 +295,13 @@ def generateTestData(test_path, expected_path, clean, formats):
|
|||
print("Warning: directory", testname, "contains no test executable")
|
||||
return
|
||||
|
||||
# See TestLogger::shouldIgnoreTest() in tst_selftest.cpp for these
|
||||
# single-format tests:
|
||||
if testname == 'junit':
|
||||
formats = ( 'junitxml', ) if 'junitxml' in formats else ()
|
||||
elif testname == 'float':
|
||||
formats = ( 'txt', ) if 'txt' in formats else ()
|
||||
|
||||
# Prepare environment in which to run tests:
|
||||
env = testEnv(testname)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue