Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-07-20 12:06:49


Author: johnmaddock
Date: 2008-07-20 12:06:48 EDT (Sun, 20 Jul 2008)
New Revision: 47636
URL: http://svn.boost.org/trac/boost/changeset/47636

Log:
Add TR1/VC9 markup.
Text files modified:
   branches/release/status/explicit-failures-markup.xml | 28 +++++++++++++++++++++++++++-
   1 files changed, 27 insertions(+), 1 deletions(-)

Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml (original)
+++ branches/release/status/explicit-failures-markup.xml 2008-07-20 12:06:48 EDT (Sun, 20 Jul 2008)
@@ -4990,7 +4990,33 @@
                 work by someone who has this compiler.
             </note>
         </mark-unusable>
- <mark-expected-failures>
+
+ <mark-expected-failures>
+ <test name="run_random"/>
+ <test name="std_run_random"/>
+ <test name="std_test_bind"/>
+ <test name="test_bind"/>
+ <test name="std_test_regex"/>
+ <test name="test_regex"/>
+ <test name="std_test_result_of"/>
+ <test name="test_result_of"/>
+ <test name="tr1_has_tr1_result_of_pass"/>
+ <test name="tr1_has_trivial_constr_test"/>
+ <test name="tr1_is_base_of_test"/>
+ <test name="tr1_is_convertible_test"/>
+ <test name="tr1_is_pod_test"/>
+ <test name="tr1_is_polymorphic_test"/>
+ <test name="tr1_tky_function_type_test"/>
+ <toolset name="msvc-9.0"/>
+ <note author="John Maddock">
+ MSVC 9.0 with the optional feature pack installed includes
+ a version of the TR1 libraries that is not as interface-conforming
+ as the Boost version. Most of these failures are of the "annoying"
+ rather than "unusable" kind.
+ </note>
+ </mark-expected-failures>
+
+ <mark-expected-failures>
             <test name="test_mem_fn_tricky"/>
             <test name="test_bind_tricky"/>
             <test name="test_ref_wrapper_tricky"/>


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