|
Boost-Commit : |
From: agurtovoy_at_[hidden]
Date: 2007-11-03 21:34:40
Author: agurtovoy
Date: 2007-11-03 21:34:39 EDT (Sat, 03 Nov 2007)
New Revision: 40735
URL: http://svn.boost.org/trac/boost/changeset/40735
Log:
explicit-failures-markup.xml: partially reverting change #39788 (see http://article.gmane.org/gmane.comp.lib.boost.testing/5254)
Text files modified:
trunk/status/explicit-failures-markup.xml | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-11-03 21:34:39 EDT (Sat, 03 Nov 2007)
@@ -362,7 +362,7 @@
<mark-expected-failures>
<test name="bind_dm2_test"/>
<test name="mem_fn_dm_test"/>
- <toolset name="msvc-6.5*"/>
+ <toolset name="msvc-6.*"/>
<toolset name="msvc-7.0"/>
<toolset name="cw-8.3"/>
<note refid="31" author="Peter Dimov"/>
@@ -397,7 +397,7 @@
<mark-expected-failures>
<test name="bind_dm3_test"/>
<toolset name="borland-5*"/>
- <toolset name="msvc-6.5*"/>
+ <toolset name="msvc-6.*"/>
<toolset name="msvc-7.0"/>
<note refid="31" author="Peter Dimov"/>
</mark-expected-failures>
@@ -408,6 +408,13 @@
This failure is only present in release mode and is caused by /OPT:ICF.
</note>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="bind_placeholder_test"/>
+ <toolset name="borland-*"/>
+ <toolset name="msvc-6.*"/>
+ <toolset name="msvc-7.0"/>
+ <note refid="31" author="Peter Dimov"/>
+ </mark-expected-failures>
</library>
@@ -1643,6 +1650,7 @@
<toolset name="gcc-3.3*"/>
<toolset name="mipspro"/>
<toolset name="acc*"/>
+ <toolset name="hp_cxx*"/>
<note author="Ion Gaztañaga">
The compiler does not support features that are essential for the library.
</note>
@@ -1663,6 +1671,7 @@
<toolset name="gcc-3.2*"/>
<toolset name="gcc-3.3*"/>
<toolset name="mipspro"/>
+ <toolset name="hp_cxx*"/>
<note author="Ion Gaztañaga">
The compiler does not support features that are essential for the library.
</note>
@@ -2022,11 +2031,10 @@
<mark-expected-failures>
<test name="apply"/>
- <toolset name="gcc-4.1.0*"/>
- <toolset name="gcc-4.1.1*"/>
+ <toolset name="gcc-4.1.*"/>
<note author="Caleb Epstein">
- This is a regression in the gcc 4.1 series that will be
- fixed in gcc 4.1.2. See <a
+ This is a regression in the gcc 4.1 series that has been
+ fixed in gcc 4.2.0. See <a
href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28088">bug
#28088</a> for details.
</note>
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