summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_tuplediagnostics.lightxml
blob: 85f8fac42a3e4ca3f416451c2322bb8618bb110c (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
<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="testEmptyTuple">
<Incident type="pass" file="" line="0" />
    <Duration msecs="0"/>
</TestFunction>
<TestFunction name="testSimpleTuple">
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/tuplediagnostics/tst_tuplediagnostics.cpp" line="0">
    <Description><![CDATA[Compared values are not the same
   Actual   (std::tuple<int>{1}): std::tuple(1)
   Expected (std::tuple<int>{2}): std::tuple(2)]]></Description>
</Incident>
    <Duration msecs="0"/>
</TestFunction>
<TestFunction name="testTuple">
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/tuplediagnostics/tst_tuplediagnostics.cpp" line="0">
    <Description><![CDATA[Compared values are not the same
   Actual   (tuple1): std::tuple(42, 'Y', "tuple1")
   Expected (tuple2): std::tuple(42, 'Y', "tuple2")]]></Description>
</Incident>
    <Duration msecs="0"/>
</TestFunction>
<TestFunction name="cleanupTestCase">
<Incident type="pass" file="" line="0" />
    <Duration msecs="0"/>
</TestFunction>
<Duration msecs="0"/>