Boost logo

Boost-Commit :

From: Boris.Gubenko_at_[hidden]
Date: 2007-11-20 14:09:33


Author: bgubenko
Date: 2007-11-20 14:09:33 EST (Tue, 20 Nov 2007)
New Revision: 41263
URL: http://svn.boost.org/trac/boost/changeset/41263

Log:
mark some function_types and serialization library tests for acc toolset
Text files modified:
   trunk/status/explicit-failures-markup.xml | 26 ++++++++++++++++++++++++++
   1 files changed, 26 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-11-20 14:09:33 EST (Tue, 20 Nov 2007)
@@ -1485,6 +1485,18 @@
         </mark-expected-failures>
     </library>
 
+ <!-- function_types -->
+ <library name="function_types">
+ <mark-expected-failures>
+ <test name="nonmember_ccs.cpp"/>
+ <test name="nonmember_ccs_exact.cpp"/>
+ <test name="member_ccs.cpp"/>
+ <test name="member_ccs_exact.cpp"/>
+ <toolset name="acc*"/>
+ <note author="Boris Gubenko" refid="44"/>
+ </mark-expected-failures>
+ </library>
+
     <!-- functional/hash -->
     <library name="functional/hash">
         <mark-expected-failures>
@@ -2600,6 +2612,16 @@
             </note>
         </mark-expected-failures>
 
+ <mark-expected-failures>
+ <test name="test_demo_portable_archive"/>
+ <test name="test_demo_portable_archive_dll"/>
+ <toolset name="acc*"/>
+ <note author="Boris Gubenko">
+ This failure is caused by serialization library bug in the
+ code visible only on big endian platforms.
+ </note>
+ </mark-expected-failures>
+
     </library>
 
 
@@ -5771,5 +5793,9 @@
         under investigation at HP's compiler lab.
     </note>
 
+ <note id="44">
+ This compiler does not support gcc stdcall function attribute.
+ </note>
+
 </explicit-failures-markup>
 


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