Răsfoiți Sursa

Merge branch 'cherry-pick-explicit-failures'

Daniel James 8 ani în urmă
părinte
comite
01ee538a94

+ 1 - 1
doc/test/array.xml

@@ -36,7 +36,7 @@
 
     <para>Note that this class is suggested to be part of the next
     Technical Report, which will extend the C++ Standard (see
-    <ulink url="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</ulink>).</para>
+    <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</ulink>).</para>
 
     <para>Class <code><classname>array</classname></code> fulfills most
     but not all of the requirements of "reversible containers" (see

+ 1 - 1
doc/test/gold/document_to_test_formatting/array.html

@@ -63,7 +63,7 @@
     class simply <code class="computeroutput"><a class="link" href="../boost/array.html" title="Class template array">array</a></code>.</p>
 <p>Note that this class is suggested to be part of the next
     Technical Report, which will extend the C++ Standard (see
-    <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm" target="_top">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</a>).</p>
+    <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm" target="_top">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</a>).</p>
 <p>Class <code class="computeroutput"><a class="link" href="../boost/array.html" title="Class template array">array</a></code> fulfills most
     but not all of the requirements of "reversible containers" (see
     Section 23.1, [lib.container.requirements] of the C++

+ 27 - 0
status/explicit-failures-markup.xml

@@ -1563,6 +1563,31 @@
             </mark-failure>
         </test>
     </library>
+    
+    <!-- fiber -->
+    <library name="fiber">
+      <mark-unusable>
+        <toolset name="cray-*"/>
+        <toolset name="darwin-4.4"/>
+        <toolset name="darwin-4.4*"/>
+        <toolset name="gcc-4.4"/>
+        <toolset name="gcc-4.4*"/>
+        <toolset name="gcc-4.7*"/>
+        <toolset name="gcc-4.7"/>
+        <toolset name="gcc-m*ngw-4.4"/>
+        <toolset name="gcc-m*ngw-4.4*"/>
+        <toolset name="gcc-m*ngw-4.5"/>
+        <toolset name="gcc-m*ngw-4.5*"/>
+        <toolset name="gcc-m*ngw-4.6"/>
+        <toolset name="gcc-m*ngw-4.6*"/>
+        <toolset name="gcc-m*ngw-4.7"/>
+        <toolset name="gcc-m*ngw-4.7*"/>
+        <toolset name="msvc-7.*"/>
+        <toolset name="msvc-8.0"/>
+        <toolset name="pgi-*"/>
+        <toolset name="vacpp-*"/>
+      </mark-unusable>
+    </library>
 
 
     <!-- filesystem -->
@@ -3194,6 +3219,8 @@ for more information.
           <toolset name="gcc-4.*"/>
           <toolset name="gcc-mngw-3.*"/>
           <toolset name="gcc-mngw-4.*"/>
+          <toolset name="qcc-3.*"/>
+          <toolset name="qcc-4.*"/>		
           <toolset name="msvc-7.1"/>
           <toolset name="msvc-8.0"/>
           <toolset name="msvc-9.0"/>

粤ICP备19079148号