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

Boost.Math markup.

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

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

@@ -2700,6 +2700,23 @@ for more information.
              Appears to be a bug in STLport's complex abs function, but needs more investigation.
           </note>
        </mark-expected-failures>
+       <mark-expected-failures>
+          <test name="special_functions_test"/>
+          <toolset name="msvc-7.1_stlport4"/>
+          <note author="John Maddock">
+             This appears to be a problem with STLPort's abs function: the issue only effects the
+             test code.  A workaround should be possible but users should be encouraged to use
+             STLport 5 instead.
+          </note>
+       </mark-expected-failures>
+       <mark-expected-failures>
+          <test name="quaternion_test"/>
+          <test name="octonian_test"/>
+          <toolset name="gcc-cygwin*"/>
+          <note author="John Maddock">
+            No true long double standard lib support causes these tests to fail.
+          </note>
+       </mark-expected-failures>
        <mark-expected-failures>
             <test name="complex_test"/>
             <toolset name="qcc-3.3.5*cpp"/>

粤ICP备19079148号