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

Update status from release.

[SVN r63204]
Daniel James 16 лет назад
Родитель
Сommit
459d395526
2 измененных файлов с 26 добавлено и 1 удалено
  1. 1 1
      status/Jamfile.v2
  2. 25 0
      status/explicit-failures-markup.xml

+ 1 - 1
status/Jamfile.v2

@@ -70,9 +70,9 @@ run-tests libs :
     format/test                 # test-suite format
     function/test               # test-suite function
     functional/test             # test-suite functional
-    functional/hash/test        # test-suite functional/hash
     functional/factory/test     # test-suite functional/factory
     functional/forward/test     # test-suite functional/forward
+    functional/hash/test        # test-suite functional/hash
     function_types/test         # test-suite function_types
     fusion/test                 # test-suite fusion
     gil/test                    # test-suite gil

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

@@ -1677,6 +1677,31 @@
         </mark-expected-failures>
     </library>
 
+    <!-- functional/factory -->
+    <library name="functional/factory">
+        <mark-expected-failures>
+            <test name="factory_with_allocator"/>
+            <toolset name="borland-*"/>
+            <note author="Tobias Schwinger">
+              Probably broken const conversion with that compiler.
+            </note>
+        </mark-expected-failures>
+    </library>
+
+    <!-- functional/forward -->
+    <library name="functional/foward">
+        <mark-unusable>
+            <toolset name="msvc-7.0*"/>
+            <toolset name="msvc-7.1*"/>
+            <toolset name="sun-5.*"/>
+            <toolset name="vacpp*"/>
+            <toolset name="borland-*"/>
+            <note author="Tobias Schwinger">
+              This compiler is currently not supported.
+            </note>
+        </mark-unusable>
+    </library>
+
     <!-- functional/hash -->
     <library name="functional/hash">
         <mark-expected-failures>

粤ICP备19079148号