summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Williams <anthony.ajw@gmail.com>2010-08-09 10:46:35 +0000
committerAnthony Williams <anthony.ajw@gmail.com>2010-08-09 10:46:35 +0000
commit5817accf9f2007e0635934591c87f64cbde0db86 (patch)
tree655f5d4c7dc7772edfbe1a41fd65572048d49de9
parentc8ade28d7b8ca1f302dcc2126abc446f18968a92 (diff)
downloadboost-5817accf9f2007e0635934591c87f64cbde0db86.tar.gz
test_thread_move_return and test_thread_return_local are expected
failures on all compilers [SVN r64694]
-rw-r--r--status/explicit-failures-markup.xml24
1 files changed, 1 insertions, 23 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 30db64d8ce..c3662dde49 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -5003,31 +5003,9 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
<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-*"/>
+ <toolset name="*"/>
<note author="Anthony Williams" date="2009-10-28">
These tests will fail in most compilers that don't support rvalue references.
</note>