Răsfoiți Sursa

Sun workarounds

[SVN r35136]
Dave Abrahams 19 ani în urmă
părinte
comite
e0a1a48946
2 a modificat fișierele cu 16 adăugiri și 5 ștergeri
  1. 1 1
      libs/parameter
  2. 15 4
      status/explicit-failures-markup.xml

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit b9f287ea527bf99fe8d87453030868bc5cae7542
+Subproject commit 03358325740340f2b4a81e1d8f2086a7556ef273

+ 15 - 4
status/explicit-failures-markup.xml

@@ -3016,16 +3016,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 -->

粤ICP备19079148号