$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77799 - trunk/status
From: lorcaminiti_at_[hidden]
Date: 2012-04-06 20:30:23
Author: lcaminiti
Date: 2012-04-06 20:30:23 EDT (Fri, 06 Apr 2012)
New Revision: 77799
URL: http://svn.boost.org/trac/boost/changeset/77799
Log:
Marked a few LocalFunction regression tests.
Text files modified: 
   trunk/status/explicit-failures-markup.xml |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml	(original)
+++ trunk/status/explicit-failures-markup.xml	2012-04-06 20:30:23 EDT (Fri, 06 Apr 2012)
@@ -2464,7 +2464,7 @@
             <test name="return_assign"/>
             <test name="return_derivative"/>
             <test name="return_inc"/>
-            <test name="return_getset"/>
+            <test name="return_setget"/>
             <test name="return_this"/>
             <test name="same_line"/>
             <test name="transform"/>
@@ -2485,6 +2485,8 @@
             <toolset name="darwin-4.4_0x"/>
             <toolset name="gcc-4.5.3_0x"/>
             <toolset name="gcc-4.4.4_0x"/>
+            <toolset name="gcc-4.6.2_0x"/>
+            <toolset name="msvc-10.0"/>
             <note author="Lorenzo Caminiti">
                 This test does not allow C++11 auto-declaration support
                 (beccause it uses the `auto` keyword as storage classifier).