|
Boost-Commit : |
From: nielsdekker_at_[hidden]
Date: 2008-04-28 17:14:16
Author: niels_dekker
Date: 2008-04-28 17:14:15 EDT (Mon, 28 Apr 2008)
New Revision: 44862
URL: http://svn.boost.org/trac/boost/changeset/44862
Log:
Marked MSVC 7.1 optional_test failure as "expected", because of an ADL-related compiler issue.
Text files modified:
trunk/status/explicit-failures-markup.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2008-04-28 17:14:15 EDT (Mon, 28 Apr 2008)
@@ -2516,6 +2516,15 @@
<toolset name="gcc-3_3-darwin"/>
<note author="Fernando Cacciola" refid="2"/>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="optional_test"/>
+ <toolset name="msvc-7.1"/>
+ <note author="Niels Dekker" date="2008-04-28">
+ MSVC 2003 (7.1) does not always do argument-dependent lookup (ADL), when it should.
+ This causes test failures when swapping boost::optional<T>, for
+ T = optional_swap_test::class_whose_default_ctor_should_be_used.
+ </note>
+ </mark-expected-failures>
</library>
<library name="pool">
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