Boost logo

Boost-Commit :

From: tschwinger_at_[hidden]
Date: 2007-12-03 14:00:09


Author: t_schwinger
Date: 2007-12-03 14:00:09 EST (Mon, 03 Dec 2007)
New Revision: 41651
URL: http://svn.boost.org/trac/boost/changeset/41651

Log:
adds explicit failures markup for function_types

Text files modified:
   trunk/status/explicit-failures-markup.xml | 26 +++++++++++++++++++++++---
   1 files changed, 23 insertions(+), 3 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-12-03 14:00:09 EST (Mon, 03 Dec 2007)
@@ -1487,13 +1487,33 @@
     <!-- function_types -->
     <library name="function_types">
         <mark-expected-failures>
- <test name="nonmember_ccs"/>
- <test name="nonmember_ccs_exact"/>
             <test name="member_ccs"/>
             <test name="member_ccs_exact"/>
             <toolset name="acc*"/>
             <toolset name="hp_cxx*"/>
- <note author="Boris Gubenko" refid="44"/>
+ <toolset name="darwin-4.0.1"/>
+ <toolset name="gcc-4.2.1*"/>
+ <toolset name="msvc_8.0_64"/>
+ <toolset name="intel*"/>
+ <note author="Tobias Schwinger">
+ Not all compilers implement nonstandard calling conventions.
+ <hr/>
+ With GCC/x86 this failure reflects
+ gcc.gnu.org/bugzilla/show_bug.cgi?id=29328 .
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="nonmember_ccs"/>
+ <test name="nonmember_ccs_exact"/>
+ <toolset name="acc*"/>
+ <toolset name="hp_cxx*"/>
+ <toolset name="darwin-4.0.1"/>
+ <toolset name="gcc-4.2.1*"/>
+ <toolset name="msvc_8.0_64"/>
+ <toolset name="intel*"/>
+ <note author="Tobias Schwinger">
+ Not all compilers implement nonstandard calling conventions.
+ </note>
         </mark-expected-failures>
     </library>
 


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