Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50659 - trunk/status
From: Alexander.Nasonov_at_[hidden]
Date: 2009-01-17 20:55:04


Author: nasonov
Date: 2009-01-17 20:55:04 EST (Sat, 17 Jan 2009)
New Revision: 50659
URL: http://svn.boost.org/trac/boost/changeset/50659

Log:
Add ScopeExit expected failures.
Text files modified:
   trunk/status/explicit-failures-markup.xml | 35 +++++++++++++++++++++++++++++++++++
   1 files changed, 35 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2009-01-17 20:55:04 EST (Sat, 17 Jan 2009)
@@ -4532,6 +4532,41 @@
         </mark-expected-failures>
     </library>
 
+ <!-- scope_exit -->
+ <library name="scope_exit">
+ <mark-expected-failures>
+ <test name="emulation_tpl"/>
+ <toolset name="intel-*-10.1"/>
+ <toolset name="intel-*-11.0"/>
+ <note author="Alexander Nasonov">
+ The test does not compile in typeof emulation mode,
+ most likely due to a compiler bug. Users are advised
+ to use native typeof.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="native"/>
+ <toolset name="acc"/>
+ <note author="Alexander Nasonov" refid="39"/>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="native_tpl"/>
+ <toolset name="acc"/>
+ <note author="Alexander Nasonov" refid="39"/>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="native_tu_test"/>
+ <toolset name="acc"/>
+ <note author="Alexander Nasonov" refid="39"/>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="native_tu_test"/>
+ <toolset name="msvc-7.1"/>
+ <toolset name="msvc-8.0"/>
+ <note author="Alexander Nasonov" refid="2"/>
+ </mark-expected-failures>
+ </library>
+
     <!-- signals -->
     <library name="signals">
         <mark-unusable>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk