mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
Merge pull request #51 from akrzemi1/patch-7
more expected failures in msvc
This commit is contained in:
commit
666953262e
1 changed files with 11 additions and 0 deletions
|
@ -3059,6 +3059,17 @@ for more information.
|
|||
</pre>
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="optional_test_ref_convert_assign_const_int"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="msvc-9.0"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<toolset name="msvc-11.0"/>
|
||||
<toolset name="msvc-12.0"/>
|
||||
<note author="Andrzej Krzemienski" id="optional-const-int-ref-assign-bug">
|
||||
<p>This is a compiler bug: it sometimes creates an illegal temporary object.</p>
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="optional_test_ref"/>
|
||||
<toolset name="msvc-6.5*"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue