summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_float.junitxml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-22 01:38:42 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-24 00:51:54 +0200
commit67c877562b18ea5c591d2884d2b14f7bf3a39149 (patch)
treeefac919ee2f72dacb1df53896754d501640890a2 /tests/auto/testlib/selftests/expected_float.junitxml
parentc70d693378b8110c09fdd18d7a4a22e8bd1b98d9 (diff)
testlib: Output JUnitXML attributes in right order
The attributes are, like the elements, maintained in reverse order in the underlying QTestCoreList, so we need to iterate them backwards when printing out the resulting XML to reflect the order they were added. This results in e.g.: <testcase name="passingBenchmark" result="pass"> Instead of: <testcase result="pass" name="passingBenchmark"> Change-Id: Ic2eeab8de05ffedd0c41977358d5b40ff77878b1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_float.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_float.junitxml404
1 files changed, 202 insertions, 202 deletions
diff --git a/tests/auto/testlib/selftests/expected_float.junitxml b/tests/auto/testlib/selftests/expected_float.junitxml
index 51a711efb7..fa361d96d1 100644
--- a/tests/auto/testlib/selftests/expected_float.junitxml
+++ b/tests/auto/testlib/selftests/expected_float.junitxml
@@ -1,307 +1,307 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite errors="0" failures="96" tests="6" name="tst_float">
+<testsuite name="tst_float" tests="6" failures="96" errors="0">
<properties>
- <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
- <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
- <property value="" name="QtBuild"/>
+ <property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
+ <property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
+ <property name="QtBuild" value=""/>
</properties>
- <testcase result="pass" name="initTestCase"/>
- <testcase result="fail" name="doubleComparisons">
- <failure tag="should FAIL 1" message="Compared doubles are not the same (fuzzy compare)
+ <testcase name="initTestCase" result="pass"/>
+ <testcase name="doubleComparisons" result="fail">
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : 1
- Expected (operandRight): 3" result="fail"/>
- <failure tag="should FAIL 2" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): 3" tag="should FAIL 1"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : 1e&#x002D;07
- Expected (operandRight): 3e&#x002D;07" result="fail"/>
- <failure tag="should FAIL 3" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): 3e&#x002D;07" tag="should FAIL 2"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : 999999999999
- Expected (operandRight): 999999999998" result="fail"/>
- <failure tag="should FAIL 4" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): 999999999998" tag="should FAIL 3"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : 1e&#x002D;12
- Expected (operandRight): 9.99999999999e&#x002D;13" result="fail"/>
- <failure tag="should FAIL 5" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): 9.99999999999e&#x002D;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" result="fail"/>
- <failure tag="should FAIL: NaN != 0" message="Compared doubles are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: 0 != NaN" message="Compared doubles are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: NaN != 1" message="Compared doubles are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: 1 != NaN" message="Compared doubles are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: inf != &#x002D;inf" message="Compared doubles are not the same (fuzzy compare)
+ 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): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != inf" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: inf != &#x002D;inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: inf != nan" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: &#x002D;inf != inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): nan" result="fail"/>
- <failure tag="should FAIL: nan != inf" message="Compared doubles are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != nan" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: nan != inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): nan" result="fail"/>
- <failure tag="should FAIL: nan != &#x002D;inf" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): nan" tag="should FAIL: &#x002D;inf != nan"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : nan
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != 0" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: nan != &#x002D;inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 0" result="fail"/>
- <failure tag="should FAIL: 0 != inf" message="Compared doubles are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != 0" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: 0 != inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 0" result="fail"/>
- <failure tag="should FAIL: 0 != &#x002D;inf" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): 0" tag="should FAIL: &#x002D;inf != 0"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : 0
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != 1" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: 0 != &#x002D;inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 1" result="fail"/>
- <failure tag="should FAIL: 1 != inf" message="Compared doubles are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != 1" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: 1 != inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 1" result="fail"/>
- <failure tag="should FAIL: 1 != &#x002D;inf" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): 1" tag="should FAIL: &#x002D;inf != 1"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : 1
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != max" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: 1 != &#x002D;inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 1.79769313486e+308" result="fail"/>
- <failure tag="should FAIL: inf != &#x002D;max" message="Compared doubles are not the same (fuzzy compare)
+ 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): &#x002D;1.79769313486e+308" result="fail"/>
- <failure tag="should FAIL: max != inf" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;1.79769313486e+308" tag="should FAIL: inf != &#x002D;max"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : 1.79769313486e+308
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;max != inf" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: max != inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;1.79769313486e+308
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != max" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: &#x002D;max != inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 1.79769313486e+308" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != &#x002D;max" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): 1.79769313486e+308" tag="should FAIL: &#x002D;inf != max"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): &#x002D;1.79769313486e+308" result="fail"/>
- <failure tag="should FAIL: max != &#x002D;inf" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;1.79769313486e+308" tag="should FAIL: &#x002D;inf != &#x002D;max"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : 1.79769313486e+308
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;max != &#x002D;inf" message="Compared doubles are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: max != &#x002D;inf"/>
+ <failure result="fail" message="Compared doubles are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;1.79769313486e+308
- Expected (operandRight): &#x002D;inf" result="fail"/>
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: &#x002D;max != &#x002D;inf"/>
</testcase>
- <testcase result="fail" name="floatComparisons">
- <failure tag="should FAIL 1" message="Compared floats are not the same (fuzzy compare)
+ <testcase name="floatComparisons" result="fail">
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : 1
- Expected (operandRight): 3" result="fail"/>
- <failure tag="should FAIL 2" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): 3" tag="should FAIL 1"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : 1e&#x002D;05
- Expected (operandRight): 3e&#x002D;05" result="fail"/>
- <failure tag="should FAIL 3" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): 3e&#x002D;05" tag="should FAIL 2"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : 99999
- Expected (operandRight): 99998" result="fail"/>
- <failure tag="should FAIL 4" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): 99998" tag="should FAIL 3"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : 1.00001e&#x002D;05
- Expected (operandRight): 9.9999e&#x002D;06" result="fail"/>
- <failure tag="should FAIL 5" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): 9.9999e&#x002D;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" result="fail"/>
- <failure tag="should FAIL: NaN != 0" message="Compared floats are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: 0 != NaN" message="Compared floats are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: NaN != 1" message="Compared floats are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: 1 != NaN" message="Compared floats are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: inf != &#x002D;inf" message="Compared floats are not the same (fuzzy compare)
+ 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): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != inf" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: inf != &#x002D;inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: inf != nan" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: &#x002D;inf != inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): nan" result="fail"/>
- <failure tag="should FAIL: nan != inf" message="Compared floats are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != nan" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: nan != inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): nan" result="fail"/>
- <failure tag="should FAIL: nan != &#x002D;inf" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): nan" tag="should FAIL: &#x002D;inf != nan"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : nan
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != 0" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: nan != &#x002D;inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 0" result="fail"/>
- <failure tag="should FAIL: 0 != inf" message="Compared floats are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != 0" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: 0 != inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 0" result="fail"/>
- <failure tag="should FAIL: 0 != &#x002D;inf" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): 0" tag="should FAIL: &#x002D;inf != 0"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : 0
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != 1" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: 0 != &#x002D;inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 1" result="fail"/>
- <failure tag="should FAIL: 1 != inf" message="Compared floats are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != 1" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: 1 != inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 1" result="fail"/>
- <failure tag="should FAIL: 1 != &#x002D;inf" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): 1" tag="should FAIL: &#x002D;inf != 1"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : 1
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != max" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: 1 != &#x002D;inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 3.40282e+38" result="fail"/>
- <failure tag="should FAIL: inf != &#x002D;max" message="Compared floats are not the same (fuzzy compare)
+ 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): &#x002D;3.40282e+38" result="fail"/>
- <failure tag="should FAIL: max != inf" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;3.40282e+38" tag="should FAIL: inf != &#x002D;max"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : 3.40282e+38
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;max != inf" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: max != inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;3.40282e+38
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != max" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: &#x002D;max != inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 3.40282e+38" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != &#x002D;max" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): 3.40282e+38" tag="should FAIL: &#x002D;inf != max"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): &#x002D;3.40282e+38" result="fail"/>
- <failure tag="should FAIL: max != &#x002D;inf" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;3.40282e+38" tag="should FAIL: &#x002D;inf != &#x002D;max"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : 3.40282e+38
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;max != &#x002D;inf" message="Compared floats are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: max != &#x002D;inf"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;3.40282e+38
- Expected (operandRight): &#x002D;inf" result="fail"/>
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: &#x002D;max != &#x002D;inf"/>
</testcase>
- <testcase result="fail" name="float16Comparisons">
- <failure tag="should FAIL 1" message="Compared qfloat16s are not the same (fuzzy compare)
+ <testcase name="float16Comparisons" result="fail">
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : 1
- Expected (operandRight): 3" result="fail"/>
- <failure tag="should FAIL 2" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): 3" tag="should FAIL 1"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : 0.000999
- Expected (operandRight): 0.003" result="fail"/>
- <failure tag="should FAIL 3" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL 4" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): 99" tag="should FAIL 3"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : 0.00101
- Expected (operandRight): 0.00099" result="fail"/>
- <failure tag="should FAIL 5" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: NaN != 0" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: 0 != NaN" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: NaN != 1" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: 1 != NaN" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: inf != &#x002D;inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: inf != &#x002D;inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: inf != nan" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: &#x002D;inf != inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): nan" result="fail"/>
- <failure tag="should FAIL: nan != inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != nan" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: nan != inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): nan" result="fail"/>
- <failure tag="should FAIL: nan != &#x002D;inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): nan" tag="should FAIL: &#x002D;inf != nan"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : nan
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != 0" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: nan != &#x002D;inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 0" result="fail"/>
- <failure tag="should FAIL: 0 != inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != 0" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: 0 != inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 0" result="fail"/>
- <failure tag="should FAIL: 0 != &#x002D;inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): 0" tag="should FAIL: &#x002D;inf != 0"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : 0
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != 1" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: 0 != &#x002D;inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 1" result="fail"/>
- <failure tag="should FAIL: 1 != inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != 1" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: 1 != inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 1" result="fail"/>
- <failure tag="should FAIL: 1 != &#x002D;inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): 1" tag="should FAIL: &#x002D;inf != 1"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : 1
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: inf != max" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: 1 != &#x002D;inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : inf
- Expected (operandRight): 6.55e+04" result="fail"/>
- <failure tag="should FAIL: inf != &#x002D;max" message="Compared qfloat16s are not the same (fuzzy compare)
+ 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): &#x002D;6.55e+04" result="fail"/>
- <failure tag="should FAIL: max != inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;6.55e+04" tag="should FAIL: inf != &#x002D;max"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : 6.55e+04
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;max != inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: max != inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;6.55e+04
- Expected (operandRight): inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != max" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): inf" tag="should FAIL: &#x002D;max != inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): 6.55e+04" result="fail"/>
- <failure tag="should FAIL: &#x002D;inf != &#x002D;max" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): 6.55e+04" tag="should FAIL: &#x002D;inf != max"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;inf
- Expected (operandRight): &#x002D;6.55e+04" result="fail"/>
- <failure tag="should FAIL: max != &#x002D;inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;6.55e+04" tag="should FAIL: &#x002D;inf != &#x002D;max"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : 6.55e+04
- Expected (operandRight): &#x002D;inf" result="fail"/>
- <failure tag="should FAIL: &#x002D;max != &#x002D;inf" message="Compared qfloat16s are not the same (fuzzy compare)
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: max != &#x002D;inf"/>
+ <failure result="fail" message="Compared qfloat16s are not the same (fuzzy compare)
Actual (operandLeft) : &#x002D;6.55e+04
- Expected (operandRight): &#x002D;inf" result="fail"/>
+ Expected (operandRight): &#x002D;inf" tag="should FAIL: &#x002D;max != &#x002D;inf"/>
</testcase>
- <testcase result="fail" name="compareFloatTests">
- <failure tag="1e0" message="Compared floats are not the same (fuzzy compare)
+ <testcase name="compareFloatTests" result="fail">
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (t1): 1
- Expected (t3): 3" result="fail"/>
- <failure tag="1e&#x002D;5" message="Compared floats are not the same (fuzzy compare)
+ Expected (t3): 3" tag="1e0"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (t1): 1e&#x002D;05
- Expected (t3): 3e&#x002D;05" result="fail"/>
- <failure tag="1e+7" message="Compared floats are not the same (fuzzy compare)
+ Expected (t3): 3e&#x002D;05" tag="1e&#x002D;5"/>
+ <failure result="fail" message="Compared floats are not the same (fuzzy compare)
Actual (t1): 1e+07
- Expected (t3): 3e+07" result="fail"/>
+ Expected (t3): 3e+07" tag="1e+7"/>
</testcase>
- <testcase result="pass" name="cleanupTestCase"/>
+ <testcase name="cleanupTestCase" result="pass"/>
<system-err/>
</testsuite>