Update explicit-failures-markup.xml

[skip ci]
This commit is contained in:
Automated Commit 2019-06-05 23:25:11 +00:00
parent 629ab934c6
commit d4db0c286b

View file

@ -920,8 +920,10 @@
</mark-unusable>
<mark-expected-failures>
<test name="disable-audit"/>
<toolset name="gcc-4.9*"/>
<toolset name="clang-linux-3.*"/>
<toolset name="gcc-4.9"/>
<toolset name="clang-linux-3.6"/>
<toolset name="clang-linux-3.7"/>
<toolset name="clang-linux-3.8"/>
<note author="Lorenzo Caminiti">
This test fails on this compiler because of a bug with
exceptions (see http://grokbase.com/t/gg/android-ndk/1656csqqtp/assertion-ttypeencoding-dw-eh-pe-absptr-unexpected-ttypeencoding-failed).
@ -930,7 +932,9 @@
<mark-expected-failures>
<test name="invariant-ifdef"/>
<test name="specify-nothing"/>
<toolset name="clang-linux-3.*"/>
<toolset name="clang-linux-3.6"/>
<toolset name="clang-linux-3.7"/>
<toolset name="clang-linux-3.8"/>
<note author="Lorenzo Caminiti">
This test fails on this compiler because of a bug in its STL
implementation (undefined references to
@ -956,7 +960,8 @@
<mark-expected-failures>
<test name="old-if_copyable"/>
<test name="old-if_copyable_macro"/>
<toolset name="gcc-4.*"/>
<toolset name="gcc-4.6*"/>
<toolset name="gcc-4.7*"/>
<toolset name="msvc-10.*"/>
<toolset name="msvc-11.*"/>
<note author="Lorenzo Caminiti">
@ -981,7 +986,8 @@
</mark-expected-failures>
<mark-expected-failures>
<test name="public_function-virtual_access_multi"/>
<toolset name="gcc-4.*"/>
<toolset name="gcc-4.6*"/>
<toolset name="gcc-4.7*"/>
<note author="Lorenzo Caminiti">
This test fails because this compiler seems to incorrectly check
access level of members in base classes in a context when only