summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorAnthony Williams <anthony.ajw@gmail.com>2009-10-28 09:54:57 +0000
committerAnthony Williams <anthony.ajw@gmail.com>2009-10-28 09:54:57 +0000
commite44cc47790d15a34dc0040ff8d3d54ae0875befc (patch)
tree1c546bc55d5d41fbde895bc3dc361d3de9f93833 /status
parentb08bae51de8a08dee04fcd5ed2ae345200a68c4c (diff)
downloadboost-e44cc47790d15a34dc0040ff8d3d54ae0875befc.tar.gz
Marked up explicit failures for thread library
[SVN r57188]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 8f9d458bcf..45ce974e7c 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -4939,6 +4939,38 @@ choosing instead to bind them to the private (and unimplemented) copy constructo
With aC++, the tests compile cleanly in strict ansi mode and succeed.
</note>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_thread_move_return"/>
+ <test name="test_thread_move_return_lib"/>
+ <toolset name="gcc-3.4.3"/>
+ <toolset name="gcc-4.2.4"/>
+ <toolset name="gcc-4.3.3"/>
+ <toolset name="gcc-4.4.1"/>
+ <toolset name="gcc-mingw-4.4.1"/>
+ <toolset name="darwin-*"/>
+ <toolset name="sun-*"/>
+ <toolset name="acc-*"/>
+ <note author="Anthony Williams" date="2009-10-28">
+These tests will fail in most compilers that don't support rvalue references.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_thread_return_local"/>
+ <test name="test_thread_return_local_lib"/>
+ <toolset name="gcc-3.4.3"/>
+ <toolset name="gcc-4.2.4"/>
+ <toolset name="gcc-4.3.3"/>
+ <toolset name="gcc-4.4.1"/>
+ <toolset name="gcc-mingw-4.4.1"/>
+ <toolset name="darwin-*"/>
+ <toolset name="sun-*"/>
+ <toolset name="acc-*"/>
+ <toolset name="msvc-*"/>
+ <toolset name="intel-*"/>
+ <note author="Anthony Williams" date="2009-10-28">
+These tests will fail in most compilers that don't support rvalue references.
+ </note>
+ </mark-expected-failures>
</library>
<!-- tuple -->