summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/test_blocklist_parse.xml
blob: 72ba4059115a0e8342bae3924c4abaeb18ebb69e (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
<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->

<root>
    <whitelist>
        <entry os="all" vendor="all" compare="less" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="xp" vendor="intel" compare="less_equal" version="11.21.31.41">
            <device id="all"/>
        </entry>
        <entry os="server2003" vendor="ati" compare="greater" version="12.22.32.42">
            <device id="all"/>
        </entry>
        <entry os="vista" vendor="amd" compare="greater_equal" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="7" vendor="nvidia" compare="equal" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="8" vendor="microsoft" compare="not_equal" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="8" vendor="0xcafe" compare="not_equal" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="8_1" compare="between_exclusive" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="10" compare="between_inclusive" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="all" compare="between_inclusive_start" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="all">
            <device id="all"/>
        </entry>
    </whitelist>
    <blacklist>
        <entry os="all" vendor="all" compare="less" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="xp" vendor="intel" compare="less_equal" version="11.21.31.41">
            <device id="all"/>
        </entry>
        <entry os="server2003" vendor="ati" compare="greater" version="12.22.32.42">
            <device id="all"/>
        </entry>
        <entry os="vista" vendor="amd" compare="greater_equal" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="7" vendor="nvidia" compare="equal" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="8" vendor="microsoft" compare="not_equal" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="8" vendor="0xcafe" compare="not_equal" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="8_1" compare="between_exclusive" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="10" compare="between_inclusive" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="all" compare="between_inclusive_start" version="10.20.30.40">
            <device id="all"/>
        </entry>
        <entry os="all">
            <device id="all"/>
        </entry>
    </blacklist>
</root>