$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56234 - trunk/status
From: Alexander.Nasonov_at_[hidden]
Date: 2009-09-15 20:08:46
Author: nasonov
Date: 2009-09-15 20:08:46 EDT (Tue, 15 Sep 2009)
New Revision: 56234
URL: http://svn.boost.org/trac/boost/changeset/56234
Log:
Synchronise expected failures of type_traits/promote_enum_msvc_bug_test with branches/release.
Text files modified: 
   trunk/status/explicit-failures-markup.xml |    10 ++++++++++                              
   1 files changed, 10 insertions(+), 0 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml	(original)
+++ trunk/status/explicit-failures-markup.xml	2009-09-15 20:08:46 EDT (Tue, 15 Sep 2009)
@@ -4891,6 +4891,16 @@
             <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*"/>