Selaa lähdekoodia

Spirit/VC 8.0/GCC 2.95.3-STLPort markup

[SVN r25487]
Aleksey Gurtovoy 21 vuotta sitten
vanhempi
sitoutus
4ae45c86ba
1 muutettua tiedostoa jossa 23 lisäystä ja 6 poistoa
  1. 23 6
      status/explicit-failures-markup.xml

+ 23 - 6
status/explicit-failures-markup.xml

@@ -657,6 +657,23 @@ for more information.
             </mark-failure>
             <note author="Robert Ramey" date="20 Sep 2004" refid="19"/>
         </test>
+        <mark-expected-failures>
+            <test name="*"/>
+            <toolset name="vc8.0"/>
+            <note author="Aleksey Gurtovoy">
+                This failure is caused by a compiler bug in version 14.00.40809 that has 
+                been fixed in the latest development "alpha".
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="*"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
+            <note author="Aleksey Gurtovoy">
+                The library is known to work in this configuration <i>if compiled against
+                Spirit 1.6</i>. The latter is not provided by the particular testing 
+                environment these tests have been run in.
+            </note>
+        </mark-expected-failures>
     </library>
 
 
@@ -1528,29 +1545,29 @@ for more information.
     </note>
 
     <note id="18">
-      Locales missing or adequately supported by this compiler
+      Locales missing or adequately supported by this compiler.
     </note>
 
     <note id="19">
-      Missing or inadequate wchar/wstring/wstream support for this compiler
+      Missing or inadequate wchar/wstring/wstream support for this compiler.
     </note>
 
     <note id="20">
-      No std iterator traits for this compiler
+      No std iterator traits for this compiler.
     </note>
 
     <note id="21">
-      Library has limited input/output support due to compiler inadequacies
+      Library has limited input/output support due to compiler inadequacies.
     </note>
 
     <note id="22">
-      No high precision clock for this platform
+      No high precision clock for this platform.
     </note>
 
     <note id="23">
       A bug in standard library prevents passing std::set from DLL to
       application. A fixed &lt;tree&gt; header is available from 
-      http://www.dinkumware.com/vc_fixes.html
+      http://www.dinkumware.com/vc_fixes.html.
     </note>
 
     <note id="24">

粤ICP备19079148号