]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/unordered/meta/explicit-failures-markup.xml
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / unordered / meta / explicit-failures-markup.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <explicit-failures-markup>
3 <!-- unordered -->
4 <library name="unordered">
5 <mark-expected-failures>
6 <test name="unnecessary_copy_tests"/>
7 <toolset name="borland-*"/>
8 <toolset name="sun-*"/>
9 <note author="Daniel James">
10 This tests whether inserting elements creates as few copies as I think
11 is possible. If this fails it just means that the container might be
12 a little inefficient.
13 </note>
14 </mark-expected-failures>
15
16 <mark-expected-failures>
17 <test name="compile_map_unordered_allocator"/>
18 <toolset name="msvc-7.1"/>
19 <note author="Daniel James">
20 This tests whether inserting elements creates as few copies as I think
21 is possible. If this fails it just means that the container might be
22 a little inefficient.
23 </note>
24 </mark-expected-failures>
25 </library>
26 </explicit-failures-markup>
27