Kaynağa Gözat

Sun workarounds

[SVN r35137]
Dave Abrahams 19 yıl önce
ebeveyn
işleme
02d241da7e
2 değiştirilmiş dosya ile 23 ekleme ve 5 silme
  1. 1 1
      libs/parameter
  2. 22 4
      status/explicit-failures-markup.xml

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit c5168be5d76e15b057dd72b31e006be2fcc53a62
+Subproject commit d42b860b8d5c03f72d925c84bf34691e4fc38310

+ 22 - 4
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.
 
  
 
+

粤ICP备19079148号