Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60739 - trunk/status
From: atompkins_at_[hidden]
Date: 2010-03-20 17:28:09


Author: atompkins
Date: 2010-03-20 17:28:08 EDT (Sat, 20 Mar 2010)
New Revision: 60739
URL: http://svn.boost.org/trac/boost/changeset/60739

Log:
Changed expected failures as a result of code changes and using boost/detail/lightweight_test.hpp
Text files modified:
   trunk/status/explicit-failures-markup.xml | 52 +++++++++++++++++++++++++++++++--------
   1 files changed, 41 insertions(+), 11 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2010-03-20 17:28:08 EDT (Sat, 20 Mar 2010)
@@ -5915,21 +5915,51 @@
     <!-- uuid -->
     <library name="uuid">
         <mark-expected-failures>
- <test name="compile*"/>
- <test name="test*"/>
+ <test name="test_serialization"/>
+ <toolset name="cuda-2.2"/>
             <toolset name="borland-cb2009"/>
             <toolset name="borland-cb2010"/>
- <toolset name="borland-5.9*"/>
- <toolset name="borland-6.1*"/>
- <toolset name="borland-6.2*"/>
- <toolset name="intel-vc9-win-11.1"/>
- <note author="Andy Tompkins" refid="6">
- Boost.Test does not work on these platforms, thus the
- tests fail since they use it. I plan to use
- boost/detail/lightweight_test.hpp instead at a later
- time.
+ <toolset name="borland-5.9.3"/>
+ <toolset name="borland-6.1.3"/>
+ <toolset name="borland-6.2.1"/>
+ <note author="Andy Tompkins">
+ The test relies on Boost.Serialization which is not
+ supported on this toolset.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_random_generator"/>
+ <test name="test_tagging"/>
+ <test name="test_uuid_class"/>
+ <toolset name="borland-cb2009"/>
+ <toolset name="borland-cb2010"/>
+ <toolset name="borland-5.9.3"/>
+ <toolset name="borland-6.1.3"/>
+ <toolset name="borland-6.2.1"/>
+ <note author="Andy Tompkins">
+ The test relies on Boost.Random which is not supported
+ on this toolset.
             </note>
         </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_uuid"/>
+ <toolset name="borland-cb2009"/>
+ <toolset name="borland-cb2010"/>
+ <toolset name="borland-5.9.3"/>
+ <toolset name="borland-6.1.3"/>
+ <toolset name="borland-6.2.1"/>
+ <note author="Andy Tompkins" refid="28"/>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="compile_random_generator"/>
+ <test name="compile_uuid_generators"/>
+ <test name="test_include1"/>
+ <toolset name="borland-6.2.1"/>
+ <note author="Andy Tompkins">
+ The test relies on Boost.Iterator (iterator_facade)
+ which is not supported on this toolset.
+ </note>
+ </mark-expected-failures>
     </library>
 
     <!-- variant -->


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