diff options
author | Dave Abrahams <dave@boostpro.com> | 2006-09-16 18:15:08 +0000 |
---|---|---|
committer | Dave Abrahams <dave@boostpro.com> | 2006-09-16 18:15:08 +0000 |
commit | 02d241da7ea592e82e7dedfdc1abffda137a1ad3 (patch) | |
tree | 44621e8b557503d75247a6c30f2010c44bfc8372 /status | |
parent | e56dc53d46ae735d8587e275aea22ab98cb67f73 (diff) | |
download | boost-02d241da7ea592e82e7dedfdc1abffda137a1ad3.tar.gz |
Sun workarounds
[SVN r35137]
Diffstat (limited to 'status')
-rw-r--r-- | status/explicit-failures-markup.xml | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 4cb3a03e97..734b89de4a 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -3098,16 +3098,27 @@ for more information. <toolset name="borland-5.8*"/> <toolset name="borland-5_6*"/> <toolset name="borland-5_8*"/> - <note refid="32"/> + <note refid="32" author="David Abrahams"/> </mark-expected-failures> <mark-expected-failures> <test name="unnamed_fail"/> <toolset name="msvc-7.0"/> - <toolset name="msvc-6*"/> - <toolset name="vc-7_0"/> <toolset name="vc-6*"/> - <note refid="32"/> + <note refid="32" author="David Abrahams"/> </mark-expected-failures> + <test name="preprocessor"> + <toolset name="[Ss]un-5.8"/> + <note> + Several compiler bugs were worked around in order to get + this test to pass, so it could be considered to be only + partially working. However, the library's macro system, + which is really being tested here, does work on this + compiler, which is why we worked around the failures. + Please see the <a + href="http://www.boost.org/libs/parameter/test/preprocessor.cpp">test's + source file</a> for details. + </note> + </test> </library> <!-- pointer container --> @@ -4465,6 +4476,12 @@ for more information. <note author="John Maddock" refid="2"/> </mark-failure> </test> + <test name="tr1_tky_incomp_type_test"> + <mark-failure> + <toolset name="iw-7_1*"/> + <note author="John Maddock" refid="2"/> + </mark-failure> + </test> <test name="tr1_is_abstract_test"> <mark-failure> <toolset name="borland-5_6_4"/> @@ -5074,3 +5091,4 @@ for more information. + |