blob: 0875a62bae1b8b1ce011a34dfe2c99c0da1cf33b (
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
|
<Environment>
<QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
</Environment>
<TestFunction name="initTestCase">
<Incident type="pass" file="" line="0"/>
</TestFunction>
<TestFunction name="badDataTag">
<Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/badxml/tst_badxml.cpp" line="109">
<Message type="qdebug" file="" line="0">
<Description><![CDATA[a message]]></Description>
</Message>
<Description><![CDATA[a failure]]></Description>
<BenchmarkResult metric="Events" tag="end cdata ]]> text ]]> more text" value="0" iterations="1" />
<Message type="qdebug" file="" line="0">
<Description><![CDATA[a message]]></Description>
</Message>
<Description><![CDATA[a failure]]></Description>
<BenchmarkResult metric="Events" tag="quotes " text" more text" value="0" iterations="1" />
<Message type="qdebug" file="" line="0">
<Description><![CDATA[a message]]></Description>
</Message>
<Description><![CDATA[a failure]]></Description>
<BenchmarkResult metric="Events" tag="xml close > open < tags < text" value="0" iterations="1" />
<Message type="qdebug" file="" line="0">
<Description><![CDATA[a message]]></Description>
</Message>
<Description><![CDATA[a failure]]></Description>
<BenchmarkResult metric="Events" tag="all > " mixed ]]> up > " in < the ]]> hopes < of triggering "< ]]> bugs" value="0" iterations="1" />
</Incident>
</TestFunction>
<TestFunction name="badMessage">
<Incident type="pass" file="" line="0">
<Message type="qdebug" file="" line="0">
<Description><![CDATA[end cdata ]]]><![CDATA[]> text ]]]><![CDATA[]> more text]]></Description>
</Message>
<Message type="qdebug" file="" line="0">
<Description><![CDATA[quotes " text" more text]]></Description>
</Message>
<Message type="qdebug" file="" line="0">
<Description><![CDATA[xml close > open < tags < text]]></Description>
</Message>
<Message type="qdebug" file="" line="0">
<Description><![CDATA[all > " mixed ]]]><![CDATA[]> up > " in < the ]]]><![CDATA[]> hopes < of triggering "< ]]]><![CDATA[]> bugs]]></Description>
</Message>
</Incident>
</TestFunction>
<TestFunction name="failWithNoFile">
<Incident type="fail" file="" line="0">
<Description><![CDATA[failure message]]></Description>
</Incident>
</TestFunction>
<TestFunction name="cleanupTestCase">
<Incident type="pass" file="" line="0"/>
</TestFunction>
|