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

Boost.Chrono: Add test categories on regression matrix

[SVN r67870]
Vicente J. Botet Escriba 15 лет назад
Родитель
Сommit
aa97b545f4
1 измененных файлов с 14 добавлено и 7 удалено
  1. 14 7
      status/explicit-failures-markup.xml

+ 14 - 7
status/explicit-failures-markup.xml

@@ -480,13 +480,20 @@
 
     <!-- chrono -->
     <library name="chrono">
-      <mark-unusable>
-        <toolset name="borland-*"/>
-        <toolset name="pathscale*"/>
-        <note author="Vicente J. Botet Escriba">
-            The compiler does not support features that are essential for the library.
-        </note>
-      </mark-unusable>
+        <mark-unusable>
+            <toolset name="borland-*"/>
+            <toolset name="pathscale*"/>
+            <note author="Vicente J. Botet Escriba">
+                The compiler does not support features that are essential for the library.
+            </note>
+        </mark-unusable>
+        <test name="*_fail" category="Fail">
+        </test>
+        <test name="*_static" category="Static Link">
+        </test>
+        <test name="*_shared" category="Shared Link">
+        </test>
+      
     </library>
 
     <!-- circular_buffer -->

粤ICP备19079148号