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

merged uuid from trunk

[SVN r60927]
Andy Tompkins 16 лет назад
Родитель
Сommit
30ced86433
2 измененных файлов с 51 добавлено и 1 удалено
  1. 1 1
      libs/uuid
  2. 50 0
      status/explicit-failures-markup.xml

+ 1 - 1
libs/uuid

@@ -1 +1 @@
-Subproject commit 85c70c76dbd2de1566833d21376ca0e7072fe866
+Subproject commit 3ca9d3fae00805833d42210e51f24966939fbc05

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

@@ -5970,6 +5970,56 @@ These tests will fail in most compilers that don't support rvalue references.
     </library>
 
 
+    <!-- uuid -->
+    <library name="uuid">
+        <mark-expected-failures>
+            <test name="test_serialization"/>
+            <toolset name="cuda-2.2"/>
+            <toolset name="borland-cb2009"/>
+            <toolset name="borland-cb2010"/>
+            <toolset name="borland-5.9.3"/>
+            <toolset name="borland-6.1.3"/>
+            <toolset name="borland-6.2.1"/>
+            <note author="Andy Tompkins">
+                The test relies on Boost.Serialization which is not
+                supported on this toolset.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_random_generator"/>
+            <test name="test_tagging"/>
+            <test name="test_uuid_class"/>
+            <toolset name="borland-cb2009"/>
+            <toolset name="borland-cb2010"/>
+            <toolset name="borland-5.9.3"/>
+            <toolset name="borland-6.1.3"/>
+            <toolset name="borland-6.2.1"/>
+            <note author="Andy Tompkins">
+                The test relies on Boost.Random which is not supported
+                on this toolset.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_uuid"/>
+            <toolset name="borland-cb2009"/>
+            <toolset name="borland-cb2010"/>
+            <toolset name="borland-5.9.3"/>
+            <toolset name="borland-6.1.3"/>
+            <toolset name="borland-6.2.1"/>
+            <note author="Andy Tompkins" refid="28"/>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="compile_random_generator"/>
+            <test name="compile_uuid_generators"/>
+            <test name="test_include1"/>
+            <toolset name="borland-6.2.1"/>
+            <note author="Andy Tompkins">
+                 The test relies on Boost.Iterator (iterator_facade) 
+                 which is not supported on this toolset.
+           </note>
+        </mark-expected-failures>
+    </library>
+
     <!-- variant -->
     <library name="variant">
         <mark-unusable>

粤ICP备19079148号