Browse Source

Mark up two more expected failures.

[SVN r47747]
John Maddock 17 years ago
parent
commit
59c1fb16c9
1 changed files with 18 additions and 1 deletions
  1. 18 1
      status/explicit-failures-markup.xml

+ 18 - 1
status/explicit-failures-markup.xml

@@ -3170,6 +3170,14 @@ for more information.
              This compiler is not sufficiently conforming to correctly handle these tests.
           </note>
        </mark-expected-failures>
+       <mark-expected-failures>
+          <test name="test_tr1_long_double"/>
+          <toolset name="darwin"/>
+          <note author="John Maddock">
+             Some versions of the Darwin platform have insufficient long double support
+             for us to be able to run this test.
+          </note>
+       </mark-expected-failures>
        <mark-expected-failures>
           <test name="test_policy_2"/>
           <toolset name="gcc-mingw-3.4.5"/>
@@ -4328,7 +4336,16 @@ for more information.
             use and building of dll's mainly.
             </note>
         </mark-expected-failures>
-        <mark-expected-failures>
+       <mark-expected-failures>
+          <test name="regex_regress_threaded"/>
+          <toolset name="darwin*"/>
+          <note author="J. Maddock">
+             This tests fails because a dependency (Boost.Test)
+             fails to initialise correctly.  The issue has been
+             reported to the library's author.
+          </note>
+       </mark-expected-failures>
+       <mark-expected-failures>
             <test name="regex_regress_threaded"/>
             <toolset name="gcc-*_tru64"/>
             <note author="J. Maddock">

粤ICP备19079148号