summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorSteven Watanabe <steven@providere-consulting.com>2013-05-21 04:51:00 +0000
committerSteven Watanabe <steven@providere-consulting.com>2013-05-21 04:51:00 +0000
commitd51b75e7fb4824ff5acc0ee3d795afb32b29965e (patch)
tree0d098a3dab9faf1fe3b54cd85f571e624445d2d6 /status
parent662391a8ae3d684889d8186bcb49220c6e28e995 (diff)
downloadboost-d51b75e7fb4824ff5acc0ee3d795afb32b29965e.tar.gz
Add type_erasure to release
[SVN r84399]
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v21
-rw-r--r--status/explicit-failures-markup.xml29
2 files changed, 30 insertions, 0 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 347562f68a..adba6468a8 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -153,6 +153,7 @@ run-tests libs :
tr1/test # test-suite tr1
tti/test # test-suite tti
tuple/test # test-suite tuple
+ type_erasure/test # test-suite type_erasure
type_traits/test # test-suite type_traits
typeof/test # test-suite typeof
units/test # test-suite units
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index b2d0f03a14..7fdfbc2fcc 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -5479,6 +5479,35 @@ This platform doesn't supports Boost.Chrono.
<toolset name="sunpro-5_3-sunos"/>
</mark-unusable>
</library>
+
+ <!-- type_erasure -->
+ <library name="type_erasure">
+ <mark-unusable>
+ <toolset name="gcc-4.2.1"/>
+ <toolset name="gcc-4.4*"/>
+ <toolset name="gcc-mingw-4.4*"/>
+ <toolset name="darwin-4.2.1"/>
+ <note author="Steven Watanabe" refid="17"/>
+ </mark-unusable>
+ <mark-expected-failures>
+ <test name="test_add"/>
+ <test name="test_add_assign"/>
+ <test name="test_equal"/>
+ <test name="test_less"/>
+ <test name="test_construct"/>
+ <toolset name="msvc-8.0*"/>
+ <note author="Steven Watanabe">
+ SFINAE for the constructors of param doesn't work correctly on this compiler.
+ This affects free functions (including operators) with more than one
+ any argument and overloaded member functions.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures reason="?">
+ <test name="test_free"/>
+ <toolset name="msvc-8.0"/>
+ <note>This looks like an instance of MSVC substituting int in a template-id.</note>
+ </mark-expected-failures>
+ </library>
<!-- type_traits -->
<library name="type_traits">