forked from boostorg/fusion
Added repo local failure markups.
This commit is contained in:
20
meta/explicit-failures-markup.xml
Normal file
20
meta/explicit-failures-markup.xml
Normal 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>
|
Reference in New Issue
Block a user