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

updated and reorganized documentation
marked explicit failures

[SVN r58614]

Andy Tompkins 16 лет назад
Родитель
Сommit
6b644eacf5
2 измененных файлов с 20 добавлено и 1 удалено
  1. 1 1
      libs/uuid
  2. 19 0
      status/explicit-failures-markup.xml

+ 1 - 1
libs/uuid

@@ -1 +1 @@
-Subproject commit c7f7b46ebe6a52566f3e038575725e3c5ef2ec74
+Subproject commit 2f3f75827e2de3fce2f9f3f7172232159488022e

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

@@ -5856,6 +5856,25 @@ These tests will fail in most compilers that don't support rvalue references.
         </mark-expected-failures>
     </library>
 
+    <!-- uuid -->
+    <library name="uuid">
+        <mark-expected-failures>
+            <test name="compile*"/>
+            <test name="test*"/>
+            <toolset name="borland-cb2009"/>
+            <toolset name="borland-cb2010"/>
+            <toolset name="borland-5.9*"/>
+            <toolset name="borland-6.1*"/>
+            <toolset name="borland-6.2*"/>
+            <toolset name="intel-vc9-win-11.1"/>
+            <note author="Andy Tompkins" refid="6">
+                Boost.Test does not work on these platforms, thus the 
+                tests fail since they use it.  I plan to use
+                boost/detail/lightweight_test.hpp instead at a later
+                time.
+            </note>
+        </mark-expected-failures>
+    </library>
 
     <!-- variant -->
     <library name="variant">

粤ICP备19079148号