Browse Source

Last few TR1 markups.

[SVN r35013]
John Maddock 19 years ago
parent
commit
316ba91406
1 changed files with 24 additions and 0 deletions
  1. 24 0
      status/explicit-failures-markup.xml

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

@@ -4493,6 +4493,30 @@ for more information.
              with this compiler, but not so much as to render the library unuseable.
           </note>
        </mark-expected-failures>
+       <mark-expected-failures>
+          <test name="test_random"/>
+          <test name="std_test_random"/>
+          <toolset name="sun-5.8"/>
+
+          <note author="John Maddock">
+             These failures appear to represent a genuine issue with the
+             Boost.Random library that has yet to be addressed.
+          </note>
+       </mark-expected-failures>
+       <mark-expected-failures>
+          <test name="test_boost"/>
+          <test name="test_hash"/>
+          <test name="test_random"/>
+          <test name="test_regex"/>
+          <toolset name="vc-7_1-stlport"/>
+
+          <note author="John Maddock">
+             These failures are completely spurious: they're caused by the tests
+             being run with bjam -j2 and the post-processing not coping with the
+             resulting output.  These failures should clear if these tests
+             are re-run at some point in the future.
+          </note>
+       </mark-expected-failures>
        <mark-expected-failures>
             <test name="tr1_is_empty_test"/>
             <test name="tr1_is_function_test"/>

粤ICP备19079148号