Просмотр исходного кода

Add two more expected failures.

[SVN r47799]
John Maddock 18 лет назад
Родитель
Сommit
ddb45cd99a
1 измененных файлов с 18 добавлено и 1 удалено
  1. 18 1
      status/explicit-failures-markup.xml

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

@@ -3148,6 +3148,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"/>
@@ -4313,7 +4321,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号