Răsfoiți Sursa

Spirit: adding repository tests to daily test runs

[SVN r68523]
Hartmut Kaiser 15 ani în urmă
părinte
comite
7a01e668fc
2 a modificat fișierele cu 9 adăugiri și 0 ștergeri
  1. 1 0
      status/Jamfile.v2
  2. 8 0
      status/explicit-failures-markup.xml

+ 1 - 0
status/Jamfile.v2

@@ -125,6 +125,7 @@ run-tests libs :
     smart_ptr/test              # test-suite smart_ptr
     spirit/classic/test         # test-suite classic spirit
     spirit/test                 # test-suite spirit_v2
+    spirit/repository/test      # test-suite spirit_v2 repository
     statechart/test             # test-suite statechart
     static_assert               # test-suite static_assert
     system/test                 # test-suite system

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

@@ -2903,6 +2903,14 @@ for more information.
       </mark-unusable>
     </library>
 
+    <!-- spirit (v2) repository -->
+    <library name="spirit/repository">
+      <mark-unusable>
+        <toolset name="borland-cb2009"/>
+        <toolset name="borland-cb2010"/>
+      </mark-unusable>
+    </library>
+
     <!-- spirit (classic) -->
     <library name="spirit/classic">
         <mark-unusable>

粤ICP备19079148号