|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78756 - in branches/release: . status
From: eric_at_[hidden]
Date: 2012-05-29 15:41:33
Author: eric_niebler
Date: 2012-05-29 15:41:32 EDT (Tue, 29 May 2012)
New Revision: 78756
URL: http://svn.boost.org/trac/boost/changeset/78756
Log:
merge [78754] to release
Properties modified:
branches/release/ (props changed)
branches/release/status/ (props changed)
branches/release/status/explicit-failures-markup.xml (contents, props changed)
Text files modified:
branches/release/status/explicit-failures-markup.xml | 31 +++++++++++++------------------
1 files changed, 13 insertions(+), 18 deletions(-)
Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml (original)
+++ branches/release/status/explicit-failures-markup.xml 2012-05-29 15:41:32 EDT (Tue, 29 May 2012)
@@ -1765,16 +1765,6 @@
ADL which these compilers do not support.
</note>
</mark-expected-failures>
-
- <mark-expected-failures>
- <test name="noncopyable_rvalue_const"/>
- <test name="noncopyable_rvalue_const_r"/>
- <test name="noncopyable_rvalue_nonconst"/>
- <test name="noncopyable_rvalue_nonconst_r"/>
- <toolset name="*"/>
- <note refid="50" author="Eric Niebler"/>
- </mark-expected-failures>
-
</library>
<!-- format -->
@@ -2898,6 +2888,7 @@
<toolset name="sun-5.10"/>
<toolset name="borland-*"/>
<toolset name="vacpp*"/>
+ <toolset name="cray-8.0"/>
<note author="Thomas Heller" id="phoenix-incompatible-compilers">
These compilers don't work with phoenix.
This is due to the fact that phoenix uses proto
@@ -2939,6 +2930,7 @@
<toolset name="borland-*"/>
<toolset name="vacpp"/>
<toolset name="vacpp-*"/>
+ <toolset name="cray-8.0"/>
</mark-unusable>
</library>
@@ -3183,12 +3175,13 @@
<!-- spirit (v2) -->
<library name="spirit">
<mark-unusable>
- <toolset name="sun-5.7"/>
- <toolset name="sun-5.8"/>
+ <toolset name="sun-5.7"/>
+ <toolset name="sun-5.8"/>
<toolset name="sun-5.9"/>
<toolset name="sun-5.10"/>
- <toolset name="vacpp*"/>
- <toolset name="borland-*"/>
+ <toolset name="vacpp*"/>
+ <toolset name="borland-*"/>
+ <toolset name="cray-8.0"/>
</mark-unusable>
</library>
@@ -6661,6 +6654,12 @@
<toolset name="sun-5.10"/>
<note refid="17"/>
</mark-unusable>
+ <mark-unusable>
+ <toolset name="cray-8.0"/>
+ <note author="Eric Niebler">
+ Boost.Proto doesn't work on the cray compiler.
+ </note>
+ </mark-unusable>
<mark-expected-failures>
<test name="test_actions"/>
@@ -6961,10 +6960,6 @@
This test fails because MinGW apparently does not always catch exceptions properly.
</note>
- <note id="50">
- This test requires C++0x support.
- </note>
-
<note id="51">
This test requires variadic macro support.
</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