summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorAlexander Nasonov <alexander.nasonov@gmail.com>2009-06-22 22:22:24 +0000
committerAlexander Nasonov <alexander.nasonov@gmail.com>2009-06-22 22:22:24 +0000
commit1a01adf931cc22d914942d9fc1406a8f06670c1f (patch)
treee77fc366fd599344b2bfdf16f4fd02fd80ef88be /status
parent4a0a444bdba893036c8bf543e71831b4b051ad98 (diff)
downloadboost-1a01adf931cc22d914942d9fc1406a8f06670c1f.tar.gz
Add expected failures of the type_traits/test/promote_enum_msvc_bug_test
[SVN r54236]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 5655a2d001..382b4a88f7 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -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*"/>