summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_float.lightxml
blob: 37ccbfc2c572fb7b3cad823aae928a45dcf0f719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<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="floatComparisons">
<Incident type="pass" file="" line="0">
    <DataTag><![CDATA[should SUCCEED 1]]></DataTag>
</Incident>
<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="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-07
   Expected (operandRight): 3e-07]]></Description>
</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) : 99998
   Expected (operandRight): 99999]]></Description>
</Incident>
<Incident type="pass" file="" line="0">
    <DataTag><![CDATA[should SUCCEED 2]]></DataTag>
</Incident>
    <Duration msecs="0"/>
</TestFunction>
<TestFunction name="float16Comparisons">
<Incident type="pass" file="" line="0">
    <DataTag><![CDATA[should SUCCEED 1]]></DataTag>
</Incident>
<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="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.0001
   Expected (operandRight): 0.0003]]></Description>
</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 SUCCEED 2]]></DataTag>
</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-7]]></DataTag>
    <Description><![CDATA[Compared floats are not the same (fuzzy compare)
   Actual   (t1): 1e-07
   Expected (t3): 3e-07]]></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"/>