summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomated Commit <automated@calamity.org.uk>2017-10-02 16:50:41 +0000
committerAutomated Commit <automated@calamity.org.uk>2017-10-02 16:50:41 +0000
commitbb161cabacc8d066b4ff7400a7116727ff9f7135 (patch)
treeb0191fd5fa93ad9dbea31ef1b3dff4bd3a5ded0c
parent9df8ddf36247378068cfb0ad88908fcada8f6103 (diff)
downloadboost-bb161cabacc8d066b4ff7400a7116727ff9f7135.tar.gz
Update explicit-failures-markup.xml
-rw-r--r--status/explicit-failures-markup.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index d17e1d8b7e..26419fea21 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -2139,7 +2139,7 @@
</note>
</mark-expected-failures>
</library>
-
+
<!-- fusion -->
<library name="fusion">
<mark-unusable>
@@ -6884,6 +6884,16 @@ This platform doesn't supports Boost.Container.
a little inefficient.
</note>
</mark-expected-failures>
+
+ <mark-expected-failures>
+ <test name="compile_map_unordered_allocator"/>
+ <toolset name="msvc-7.1"/>
+ <note author="Daniel James">
+ This tests whether inserting elements creates as few copies as I think
+ is possible. If this fails it just means that the container might be
+ a little inefficient.
+ </note>
+ </mark-expected-failures>
</library>
<!-- utility/enable_if -->