nss: upgrade to release 3.73
[LibreOffice.git] / vcl / qa / cppunit / test_blocklist_parse.xml
blob9a0f6acc574fb54836bc5ec2b0053203c6c6662f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 -->
10 <root>
11     <allowlist>
12         <entry os="all" vendor="all" compare="less" version="10.20.30.40">
13             <device id="all"/>
14         </entry>
15         <entry os="7" vendor="nvidia" compare="equal" version="10.20.30.40">
16             <device id="all"/>
17         </entry>
18         <entry os="8" vendor="microsoft" compare="not_equal" version="10.20.30.40">
19             <device id="all"/>
20         </entry>
21         <entry os="8" vendor="0xcafe" compare="not_equal" version="10.20.30.40">
22             <device id="all"/>
23         </entry>
24         <entry os="8_1" compare="between_exclusive" version="10.20.30.40">
25             <device id="all"/>
26         </entry>
27         <entry os="10" compare="between_inclusive" version="10.20.30.40">
28             <device id="all"/>
29         </entry>
30         <entry os="all" compare="between_inclusive_start" version="10.20.30.40">
31             <device id="all"/>
32         </entry>
33         <entry os="all">
34             <device id="all"/>
35         </entry>
36     </allowlist>
37     <denylist>
38         <entry os="all" vendor="all" compare="less" version="10.20.30.40">
39             <device id="all"/>
40         </entry>
41         <entry os="7" vendor="nvidia" compare="equal" version="10.20.30.40">
42             <device id="all"/>
43         </entry>
44         <entry os="8" vendor="microsoft" compare="not_equal" version="10.20.30.40">
45             <device id="all"/>
46         </entry>
47         <entry os="8" vendor="0xcafe" compare="not_equal" version="10.20.30.40">
48             <device id="all"/>
49         </entry>
50         <entry os="8_1" compare="between_exclusive" version="10.20.30.40">
51             <device id="all"/>
52         </entry>
53         <entry os="10" compare="between_inclusive" version="10.20.30.40">
54             <device id="all"/>
55         </entry>
56         <entry os="all" compare="between_inclusive_start" version="10.20.30.40">
57             <device id="all"/>
58         </entry>
59         <entry os="all">
60             <device id="all"/>
61         </entry>
62     </denylist>
63 </root>