mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 02:04:38 +00:00
Add expected failures of the type_traits/test/promote_enum_msvc_bug_test
[SVN r54236]
This commit is contained in:
parent
4a0a444bdb
commit
1a01adf931
1 changed files with 10 additions and 0 deletions
|
@ -5022,6 +5022,16 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
|
|||
<toolset name="borland-5.9*"/>
|
||||
<note author="AlisdairM" refid="2"/>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="promote_enum_msvc_bug_test"/>
|
||||
<toolset name="msvc-7.1"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="msvc-9.0"/>
|
||||
<note author="Alexander Nasonov">
|
||||
See bug 99776 'enum UIntEnum { value = UINT_MAX } is promoted to int'
|
||||
http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=22b0a6b7-120f-4ca0-9136-fa1b25b26efe
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<test name="tricky_is_enum_test">
|
||||
<mark-failure>
|
||||
<toolset name="borland-5.6*"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue