Added repo local failure markups.

This commit is contained in:
Kohei Takahashi
2017-10-18 23:35:48 +09:00
parent e992658ce3
commit cbda55b962

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<explicit-failures-markup>
<!-- fusion -->
<library name="fusion">
<mark-expected-failures>
<toolset name="msvc-10.0"/>
<toolset name="msvc-11.0"/>
<toolset name="msvc-12.0"/>
<test name="define_struct_inline_move"/>
<test name="define_tpl_struct_inline_move"/>
<note author="Kohei Takahashi">
The compiler doesn't generate defaulted move ctor/assgin thus
perform copy construction/assginment. The `inline` versions
don't provide move ctor/assign to preserve standard layout
constraint. Since that is not documented behaviour, it might
be changed in future release.
</note>
</mark-expected-failures>
</library>
</explicit-failures-markup>